HELP with link-editing error
hi
for whatever program who's ok at compile, i get the same error at lik-editing :
--------------------Configuration: try2 - Win32 Debug--------------------
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/try2.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
try2.exe - 2 error(s), 0 warning(s)
anybody can help
i just made an instalation of visual studio 6 + sp6
is there a bug ?
please help
thank you
but i have the main function
first of all thanks for the reply, but.........
i meant every single **** program.
got the same error on the following prog :
#include<stdio.h>
void main()
{
printf("cannot find where is the error\n");
}
u c ?