Need help with win xp WIN32 console app

Would you mind converting my project https://drive.google.com/file/d/0B-ZE5xJRLFgwc3ZBUXFGcTFCSVk/view?usp=drivesdk to Win32 XP console application. I have tried to build a new Win32 console app project. It build successful without any line of codes. However, when I add any line of code such as #include<iostream> it generates LNK004 error. If I use the original project to build an app (visual Studio 140 toolset,multi-theard) to run in my vmware XP machine, It complaints that my application is not a valid Win32 app.
Link isn't working for me, post your code here.
It's very easy to do.
Create a Folder somewhere and copy all your .h and .cpp files into it.
In VS choose File->Project from existing sources.
On the first scren choose Visual C++
On the second screen choose the folder and a name. leave everything checked and click next.
On the third screen choos console application project and click finish.
Thank you. However, I have used DEV C++ to build a new project directly in Xp through my VM WARE machine
Topic archived. No new replies allowed.