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
Compile Program with Zeos Components
Moderators: gto, cipto_kh, EgonHugeist
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
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