BDS 2006 / C++ Builder

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
worldbyte
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 14.12.2005, 21:09

BDS 2006 / C++ Builder

Post by worldbyte »

I've been using this components with BCB 6.0 but now i would like to change to BDS 2006, is is possible to use these components with that version?

Thanks


PS.
This is my first post, but i've been using these components for a while, great work.
Aquineas
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 17.12.2005, 00:17

Post by Aquineas »

It can be done, but it takes some project file mangling. Takes about an hour of finagling, including:
  • You have go into each project package and specify that an output location for the .BPI files, or you will get unresolved eternals as the different packages reference themselves
  • It's a good idea to take advantage of the project dependency options inside BCB. ZComponent should depend on ZDbc which should depend on ZPlain which should depend on ZParseSQL which should depend on ZCore.
  • You will also need to make a couple of code modifications as noted in this thread
Beyond that, I seem to be running into another problem where the app isn't completely shutting down; not sure why, but I suspect some threads aren't being terminated.
Post Reply