i have download a source code file and occur error when compile, how to amend it
C:\Borland\BCC55\Bin>ilink32 /Tpd Sample.obj
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_printf' referenced from C:\BORLAND\BCC55\BIN\SAMPLE
.OBJ
Error: Unresolved external '_strcmp' referenced from C:\BORLAND\BCC55\BIN\SAMPLE
.OBJ
Error: Unresolved external '_qsort' referenced from C:\BORLAND\BCC55\BIN\SAMPLE.
OBJ
Error: Unresolved external '_strlen' referenced from C:\BORLAND\BCC55\BIN\SAMPLE
.OBJ
Error: Unresolved external '_strcat' referenced from C:\BORLAND\BCC55\BIN\SAMPLE
.OBJ
Error: Unresolved external '__turboFloat' referenced from root
C:\Borland\BCC55\Bin>
http://113.253.41.218:8080/BCC55/
it's the entire file of my bcc55, the file that i want to compile is in bcc55/Bin/sample.cpp
i must compile it to .dll
as it is called by another exe file, don't need to have it's main() -->what should i type in DOS cmd for compile it to dll
do my bcc32.cfg, ilink32.cfg wrong
i have compile it 100 times , but got the error
thanks