je traite un programme bmp.c(traitement d'image en language c)
après l'opération de compilation ,il affiche 0 errors et 4 warnings donc pas de problème de compilation ...mais l'opération de running ou built donne :
--------------------Configuration: bmp(2) - Win32 Debug--------------------
Linking...
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/bmp(2).exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
bmp(2).exe - 2 error(s), 0 warning(s)
donc le built il y a des problèmes ,il ne peut pas éxécuté le programme...