Page 1 of 1

Components not applying on BCB6

Posted: 30.01.2006, 15:58
by Hikari
Hello guys, it's good to see that Zeos has a forum now :)

Well, I updated Firebird to 2.0 and Zeos from 6.0.12 to 6.1.5 (6.5.1 didn't install). I use BCB6.

I was able to compile without errors and installed the componentes, the Zeos Access tab appears on pallete, ok.
But once I close BCB and reopen it, the tab is gone! If I go to Component -> Install Packages there are 5 checkboxes unchecked there, and if I check them the tab is back, but if I reopen BCB it's gone again :(

I was able to save, compile and run a small test program with ZConnection on it, but if I open the project before reinstalling the components BCB says that TZConnection was not found and I can ignore it, but doing so the components may be deleted or their properties values be lost.

What do I do to make the tab permanent? :shock:


PS: since I was able to compile it I have the *.obj and *.dpi, if anybody need them just ask me on ICQ :wink:

Posted: 31.01.2006, 11:17
by open_devel
First uninstall older version corretly (from install packages uncheck all and remove). Then delete everything "related to ZEOS" from \Program Files\Borland\CBuilder6\Projects\Lib and \Program Files\Borland\CBuilder6\Projects\Bpl. Apply patch1 and patch2 to Zeos 6.1.5. Apply SP4 to CB6. After all this, install these packages again. There can be a linker error in your project during link because of deprecated packages. Then open project file as XML from "Project\Edit Option Source" menu. Delete the things related to old ZEOS library. Do not forget to update "Project Options\Directories and Conditionals\Include Path".

Posted: 03.02.2006, 15:52
by Hikari
Tnx open_devel :D

Where can I find SP4 for BCB6? :shock:

Posted: 05.02.2006, 20:54
by open_devel