Page 1 of 1

While compiling a program in bcb6..

Posted: 27.07.2007, 08:18
by Helu Jar
My program connects in design mode. But I get these problems in compile time.

Code: Select all

 [C++ Error] Unit1.h(17): E2209 Unable to open include file 'ZAbstractDataset.h'
  [C++ Error] Unit1.h(18): E2209 Unable to open include file 'ZAbstractRODataset.h'
  [C++ Error] Unit1.h(19): E2209 Unable to open include file 'ZConnection.h'
  [C++ Error] Unit1.h(32): E2209 Unable to open include file 'ZDataset.h'
  [C++ Error] Unit1.h(37): E2303 Type name expected
  [C++ Error] Unit1.h(37): E2139 Declaration missing ;
  [C++ Error] Unit1.h(38): E2303 Type name expected
  [C++ Error] Unit1.h(38): E2139 Declaration missing ;
  [C++ Error] Unit1.h(37): E2109 Not an allowed type
  [C++ Error] Unit1.h(38): E2109 Not an allowed type
Can you help me please?

Posted: 27.07.2007, 20:35
by klchin
Hi,

I think thess steps might help you

a) Include the Zeos's compiled folder with the *.hpp exists
b) change the *.h to *.hpp

Regards,
KL Chin

Posted: 30.05.2009, 13:27
by RoBman79
Hi, I have this problem too. I use C++ Builder 6 and I have compiled Zeoslib by following this instructions, but there is no *.h or *.hpp files.

Can you help me please?

EDIT: I have 6.6.5 stable version.

Posted: 31.05.2009, 17:03
by klchin
Hi,

Sorry, it should be the ".h" in the source code not the file in the folder.

Posted: 31.05.2009, 23:31
by RoBman79
I found it, thanks.