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.
BDS 2006 / C++ Builder
Moderators: gto, cipto_kh, EgonHugeist
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