Link to home
Start Free TrialLog in
Avatar of ysimon
ysimon

asked on

how to compile multiple c files into one obj file using bcc32?

I have a project with 3 c files. I would like to use it in Delphi without using lib or dll, so I compile it to a obj file first and then to link it in Delphi via {$LINK test.obj}. I got success for one test.c file, now how should I handle a project with multiple c files?
thanks,
ysimon
ASKER CERTIFIED SOLUTION
Avatar of George Tokas
George Tokas
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial