Import MS Visual C++ Project (.dsp)
A free, portable, fast and simple C/C++ IDE
Brought to you by:
orwelldevcpp
Version: 5.4.1
OS version: Win XP SP3
In my .dsp file, there are several lines of the type:
SOURCE="file"
The quotes are used because some of the files have imbedded spaces .But the quotes do not work correctly in Dev-C++. It causes the entire line to be ignored, which results in an error message:
Some files belonging to the project could not be located.
Please locate them and add them to the project manually.
Project created with errors. Do you want to open it?