Compile Program with Zeos Components

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

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
d_marco
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 04.02.2007, 11:42

Compile Program with Zeos Components

Post by d_marco »

Hi @all,

after installing ZEOS Components succesfully, I wanted to explore the zeos controls. After putting some controls on c++-builder5 form and compiling the same one (without anything else) I got the error message "Header-File can't be found for Component: ZConnection".

Where do I get the header-files? Where do I have to copy them, so that I won't have any problems with compiling?

Please help me again.

Thanks and regards,

Marco
marcengo
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 20.07.2007, 14:56
Location: Curitiba/PR

Post by marcengo »

I get the same problem, but in bcb6!!!
User avatar
Vijeolook
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 23.02.2006, 21:55
Location: Holland

Post by Vijeolook »

Hi, I'm still stuck in the the stone age a bit with bcb4 and Zeos v6.1.5, but I still had a similar problem...

Pls check the following: (if it still exests in bcb> 4)
In the project->options menu, "Directories/Conditionals" tab sheet, check that the "include" path contains the directories where the Zeos source files are located. e.g. Zeos\src\component, Zeos\src\core etc. If you're not sure, try doing a search in windows for Z*.hpp.
Add the same directories to the "library" path too.

If your project still doesn't compile correctly, check your header files contain include references to "ZConnection.hpp" and not "ZConnection.h"

Success,
Jon
Post Reply