SanDRocK
February 14th, 2003, 06:34
sup,
maybe someone can help me.....
I'm kinda new to programing, and am currently learning C/C++
k here's my problem....
everytime i try building anything....anything at all....
even if its just a simple little hello world dos window like
#include <iostream.h>
int main()
{
cout<<"Hello WORLD!!!!";
return 0;
}
i keep getting an error in the debug window saying the following....
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/test.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
test.exe - 2 error(s), 0 warning(s)
everything was working fine yesterday, but it just started doing that today here for some reason......like i sayed i'm a newb when it comes to C/C++
i kinda get what the error means but i have no idea why it does it lol
maybe someone can help me.....
I'm kinda new to programing, and am currently learning C/C++
k here's my problem....
everytime i try building anything....anything at all....
even if its just a simple little hello world dos window like
#include <iostream.h>
int main()
{
cout<<"Hello WORLD!!!!";
return 0;
}
i keep getting an error in the debug window saying the following....
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/test.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
test.exe - 2 error(s), 0 warning(s)
everything was working fine yesterday, but it just started doing that today here for some reason......like i sayed i'm a newb when it comes to C/C++
i kinda get what the error means but i have no idea why it does it lol