Quote:
|
Originally Posted by the_ruthless
linker error : undifined symbol main in library file C:\BC45\LIB\cwl.lib in module winmain
|
Don't know what that might point towards.. I've never used the Borland comiler, but from previus experiences this might be because your project needs to be linked to a specific library, with gcc this is accomplished by
-l<library> But since it's an undefined symbol, could it be your program dosn't have a main() function ??