
-----------------------------------
Schaef
Tue Sep 21, 2004 5:36 pm

Error while making .exe
-----------------------------------
I keep getting this error when trying to make my .exe file:

Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/hi.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

hi.exe - 2 error(s), 0 warning(s)


This is all i am doing for the coding

#include 
using namespace std;

int main(void)
{
	cout 