Original Post
I just installed the new VC++ Express 2 days ago and to test it with SDL I made a simple project(just makes a blue window). The project compiles but it wont build because of a strange error. This is part of the output: Linking... Embedding manifest... Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'. I really dont get what is happening, or going wrong rather. The truth is I have no idea what a manifest is but this seems to be where its having a problem. I actually turned off "Generate Manifest" in the project options and the error went away but of course the program would not run. I've done some google'ing but I cant find out how to fix it. Anybody else have this problem? TIA, Ced P.S.: When did 'main' get replaced with '_tmain' ?