bettola
09-11-2001, 12:56
ho installato borland c++ e ho scritto un semplice programma:
#include <stdio.h>
main()
{
printf("ciao a tutti\n");
return 0;
}
perchè se lo compilo mi da il seguente errore???
Linking noname00.exe:
Linker Warning: No module definition file specified: using defaults
Linker Error: Undefined symbol OwlMain(int,char far*far*) in library file C:\BC4\LIB\owlwi.lib in module winmain
#include <stdio.h>
main()
{
printf("ciao a tutti\n");
return 0;
}
perchè se lo compilo mi da il seguente errore???
Linking noname00.exe:
Linker Warning: No module definition file specified: using defaults
Linker Error: Undefined symbol OwlMain(int,char far*far*) in library file C:\BC4\LIB\owlwi.lib in module winmain