Original Post
I've had Dev C++ for a year now. Yesterday I installed VS 2005. Now, all of a sudden, when I open one of my previous projects with Dev C++, it won't build or compile. I get HUNDREDS of errors like: 37 C:\Dev-Cpp\include\string.h expected constructor, destructor, or type conversion before "int" 37 C:\Dev-Cpp\include\string.h expected
,' or ;' before "int" 49 C:\Dev-Cpp\include\string.h _CRTIMP' does not name a type 178 C:\Dev-Cpp\include\string.h expected ,' or `;' before "wchar_t" Its really annoying me. All I want is to be able to compile the projects that I was working on two days ago on Dev C++. I haven't changed the project options at all, or any of the code in almost a week. Can someone help me out?