user3034 wrote:
Now, looking at the source code, how can i figure out the project settings with which it was created
If by "source code," you strictly mean the cpp and h files, you can't. You need the project file, which, IMHO, is part of the source code, just like Makefiles back in the old days. For VC 6, you're looking for the .dsw / .dsp file; for 2005, the .sln / .vcprog Judy