T
Tim
I am just creating a hellow world program and it gave me
these errors. can you help me out how to resolve this?
Thanks,
Tim
#include <iostream>
using namespace std;
int main()
{
cout << "hello World" << endl;
return 0;
}
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2019: unresolved
external symbol _WinMain@16 referenced in function
_WinMainCRTStartup
Debug/HelloWorld.exe : fatal error LNK1120: 1 unresolved
externals
Build log was saved at "file://c:\Documents and
Settings\tng\My Documents\Visual Studio
Projects\HelloWorld\Debug\BuildLog.htm"
HelloWorld - 2 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped
these errors. can you help me out how to resolve this?
Thanks,
Tim
#include <iostream>
using namespace std;
int main()
{
cout << "hello World" << endl;
return 0;
}
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2019: unresolved
external symbol _WinMain@16 referenced in function
_WinMainCRTStartup
Debug/HelloWorld.exe : fatal error LNK1120: 1 unresolved
externals
Build log was saved at "file://c:\Documents and
Settings\tng\My Documents\Visual Studio
Projects\HelloWorld\Debug\BuildLog.htm"
HelloWorld - 2 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped