Converting project files from VC++ to Dev-C++

Started by
3 comments, last by darrylsh 19 years, 8 months ago
Seeing as all the source i download has VC++ project files included, is it possible to convert the project files from VC++ to Dev-C++? i have searched the forums and googled, but can't seem to find an answer, i would assume it's possible as they both seem to be stored as text files, I just cannot seem to find any information on the subject.
Advertisement
Look under the 'File' menu and chose 'Import'. atleast in DevC++ 5 beta releases
i guess i should have looked there, although i figured google would have found it, the only thing is that it doesn't appear to be able to convert the files used by .NET:( which it seems everyone is using now.
This might solve your problems..

[google] "convert .NET projects to Visual C++ 6 dsp"
If you are meaning source using the .net framework like c# or managed C++, then use SharpDevElop instead of Dev-CPP.

D.
Anti-Sig: Do Not Read This Signature

This topic is closed to new replies.

Advertisement