Link to home
Start Free TrialLog in
Avatar of AndrewThomason
AndrewThomason

asked on

Linking files in Borland C++

How do you link files in Borland C++ 4.5, I keep getting error messages because I have my program split in to classes, and do not know how to link them.
Avatar of WxW
WxW

What types you want to link ? DLLS ? Libraries ? Objects ?
Avatar of AndrewThomason

ASKER

Objects. It was developed on Linux, and runs fine, I'd just like to get an executable by running it through Borland.
What's wrong with using the linker (tlink) in a similar way to UNIX?

If you compile from the IDE, you should probably create a "project" file.
ASKER CERTIFIED SOLUTION
Avatar of bsimser
bsimser

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