C
Chromana
Hi, I'm just starting out with C++. I'm using MS Visual C++ 2010
Express. I have installed Windows SDK (although I'm not sure if I've
linked Visual to the SDK properly).
I'm just trying out the simple program on this page:
http://msdn.microsoft.com/en-us/library/ff381409(v=VS.85).aspx
But when I try to compile and run I get this error:
1>------ Build started: Project: propertest, Configuration: Debug
Win32 ------
1>LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup
1>c:\users\alex\documents\visual studio 2010\Projects\propertest\Debug
\propertest.exe : fatal error LNK1120: 1 unresolved externals
Any ideas?
Even trying to compile a blank file gives this error. I think there is
an issue in the settings somewhere...
Thanks, Alex
Express. I have installed Windows SDK (although I'm not sure if I've
linked Visual to the SDK properly).
I'm just trying out the simple program on this page:
http://msdn.microsoft.com/en-us/library/ff381409(v=VS.85).aspx
But when I try to compile and run I get this error:
1>------ Build started: Project: propertest, Configuration: Debug
Win32 ------
1>LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup
1>c:\users\alex\documents\visual studio 2010\Projects\propertest\Debug
\propertest.exe : fatal error LNK1120: 1 unresolved externals
Any ideas?
Even trying to compile a blank file gives this error. I think there is
an issue in the settings somewhere...
Thanks, Alex