problem with Dev C++

Started by
1 comment, last by pzn 16 years, 5 months ago
I was working on a project on Dev-C++ and added 2 files now its giving me an error and won't let me compile it worked fine just before that. Even if I remove the two files it will still not compile. The error is:

   CreateProcess(C:\DOCUME~1\Owner\LOCALS~1\Temp\make13162.bat, C:\DOCUME~1\Owner\LOCALS~1\Temp\make13162.bat, ...) failed. 
 C:\Dev-Cpp\Inc\Makefile.win [Build Error]  Error 193make.exe: *** [main.o] Error 193 
Advertisement
It seems that it has problems starting the compilation process.
Try rebooting and deleting the temp directory.

Hope this helps.

[Edited by - CableGuy on November 2, 2007 5:30:04 AM]
Thanks, that worked.

This topic is closed to new replies.

Advertisement