I have some source code that was apparently created in Visual c++. The readme says to open the *.dsw file and compile.
Dev-c++ Don't like this..... I open the .dsw file and hit compile and nothing happens. Any way to compile source that was created like this in Dev-c++ ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you have a version of Dev-C++ that has the Import feature, try File >> Import. If there's a VC++ .dsp file available, see if it works, or at least gets you started....
-- Jim.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have some source code that was apparently created in Visual c++. The readme says to open the *.dsw file and compile.
Dev-c++ Don't like this..... I open the .dsw file and hit compile and nothing happens. Any way to compile source that was created like this in Dev-c++ ?
If you have a version of Dev-C++ that has the Import feature, try File >> Import. If there's a VC++ .dsp file available, see if it works, or at least gets you started....
-- Jim.
Show us your compile log.
Kip
Here are some utilities to convert MSVC *.dsw files and makefiles:
http://jrfonseca.dyndns.org/projects/gnu-win32/software/msds/index.html
You might want to try one of them.
Liviu