C++ Builder 6.0 .h files in Zeos 6.6

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

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
pbturner
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: 04.12.2006, 15:23

C++ Builder 6.0 .h files in Zeos 6.6

Post by pbturner »

have Firebird 2.0. finally got Zeos 6.6 installed. had to comment out reference to ZDbcASA in ZConnection.pas and include tee*.lib libraries. created a new test application project and added a database and table (which the controls are able to find in my database), i get the expected .h file includes in my unit1.cpp. when i try to build the project, i get errors that the .h files can't be found.

am i missing something? did i miss something on the component installation?
pbturner
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: 04.12.2006, 15:23

Post by pbturner »

changed the references in unit1.cpp from .h to .hpp and added the directories in the src folder to the include path. compiles ok, but was i supposed to have to manually change the .h to .hpp, or did i not do something in the component installation?
Xforce
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 11.12.2006, 13:23

Post by Xforce »

I had exactly the same problem, now solved.

Btw, did you find any examples how to use it in c++ ?, I never used it before :\
Post Reply