Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: Why not use libraries?
Why not use libraries?
Posted: 2008/04/04 09:52
 
I just installed and built AnyDAC 1.12 in Borland C++ Builder 6 Professional. I'm trying to build a small test application, but when I do the linker wants all the .OBJ files for AnyDAC, SynEdit *AND* Indy!!!

Why won't it just use the existing .LIB files, which have all the .OBJ files inside them? I shouldn't need the actual .OBJ files for libraries which are already built.

Did something go wrong during my AnyDAC build?

Re:Why not use libraries?
Posted: 2008/04/04 10:50
 
Deinstall AnyDAC and install again. When you will install AnyDAC uncheck SynEdit and Indy integration.
Re:Why not use libraries?
Posted: 2008/04/04 10:54
 
I figured out my mistake. There was nothing wrong with AnyDAC or the integration. I had incorrectly tried to add all the runtime packages to the designtime package list, and they stayed in the list!

After removing the runtime BPLs from the Packages list, leaving the DCL package, everything behaves normally now.

thanks for your help