Advertisement

Compling SDL in Free Borland Command Compiler

Started by October 18, 2002 09:12 PM
-1 comments, last by Chocoboko 22 years, 1 month ago
I am having a little trouble getting SDL to compile. I did link the two library files and I created one of them with implib and the other by compiling the source code. My link line looks like this: "-v- -Tpe -ap -c -lsdlmain -lsdl -limport32 -l$(BCC32RTLIB)" (BCC32RTLIB is cw32.lib) The problem now is that When I try to compile it, I get this error: "Error: Unresolved external ''_main'' referenced from D:\BORLAND\BCC55\LIB\C0X32.OBJ" Do any of you know what I am doing wrong? Thanks you.

This topic is closed to new replies.

Advertisement