hello all
PB: je lance VisualC++, je fais nouveau projet vide, nouveau fichier -> main.c
la je tape les lignes de code:
#include <stdio.h>
#include <stdlib.h>
int main (int argc, char *argv[])
{
printf("hello");
system("PAUSE");
return 0;
}
Compiling...
aze.c
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/aze.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
et voilou !!! je ne peux rien faire

, j'ai desintaller/réinstaller rien n'y fait...