Extreme c++ n00b
--------------------Configuration: bob - Win32 Debug--------------------
Compiling...
raz.cpp
Linking...
libcd.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/bob.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
bob.exe - 2 error(s), 0 warning(s)
These are the errors I get
Compiling...
raz.cpp
Linking...
libcd.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/bob.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
bob.exe - 2 error(s), 0 warning(s)
These are the errors I get
:-P
You created the wrong type of project. Create a Win32 Console Application instead.
[Resist Windows XP''s Invasive Production Activation Technology!]
[Resist Windows XP''s Invasive Production Activation Technology!]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement