i began reading a book - thinking in c++ by bruce eckel. and for each chapter i make a visual c++ project with all important stuff in it. but today i wanted to test my programs on another computer. mine is win7 ultimate sp1 x64 - my programs work here. but when i took the same program and put it on a win xp x86 my program don't work! it says it's not a valid win32 application? but when i make projects in vc++ i specify to make a console win32 app. so can you tell me what's wrong?
[For visual studio 13] In the project settings you have an entry 'platform toolset'. You need to choose explicitly XP otherwise it would not work there