While compiling a program in bcb6..

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

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Helu Jar
Fresh Boarder
Fresh Boarder
Posts: 6
Joined: 17.06.2007, 19:17
Contact:

While compiling a program in bcb6..

Post 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?
Ne hüsrandır ki; Şark'ın ben vefasız, kansız evladı.
Ser-âp-a Garb'a çiğnettim de çıktım hâk-i ecdâdı.
_________________

my bcb - database desktop - bde blog
my zeos component blog
klchin
Senior Boarder
Senior Boarder
Posts: 65
Joined: 02.09.2005, 06:27

Post 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
RoBman79
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 30.05.2009, 13:15

Post 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.
klchin
Senior Boarder
Senior Boarder
Posts: 65
Joined: 02.09.2005, 06:27

Post by klchin »

Hi,

Sorry, it should be the ".h" in the source code not the file in the folder.
RoBman79
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 30.05.2009, 13:15

Post by RoBman79 »

I found it, thanks.
Post Reply