Page 1 of 1

Compile Program with Zeos Components

Posted: 26.02.2007, 20:42
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

Posted: 30.08.2007, 20:10
by marcengo
I get the same problem, but in bcb6!!!

Posted: 30.08.2007, 23:48
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