PgDAC Borland C++ 2007
Posted: Wed 21 Apr 2010 08:02
Hi,
I'm using Borland C++ 2007 Complier and I want to use the PgDAC component (1.20.0.16).
I got the following error after placing a "TPSQLDatabase"-component on the form and following compiling (it is partly in german => "E2040 Declaration terminated incorrectly")
The error is linked to PgCall.hpp line 52:
static const Word SQL_CHAR = 0x412;
[BCC32 Fehler] Pgcall.hpp(52): E2040 Deklaration nicht ordnungsgemäß abgeschlossen
Vollständiger Parser-Kontext
analyse.cpp(17): #include analyse.h
analyse.h(39): #include D:\Programme\Devart\PgDac for RAD Studio 2007\Include\PgAccess.hpp
PgAccess.hpp(32): #include D:\Programme\Devart\PgDac for RAD Studio 2007\Include\Pgcall.hpp
Pgcall.hpp(23): namespace Pgcall
Do you have any idea how to solve this problem?
Thanks,
Bodo
I'm using Borland C++ 2007 Complier and I want to use the PgDAC component (1.20.0.16).
I got the following error after placing a "TPSQLDatabase"-component on the form and following compiling (it is partly in german => "E2040 Declaration terminated incorrectly")
The error is linked to PgCall.hpp line 52:
static const Word SQL_CHAR = 0x412;
[BCC32 Fehler] Pgcall.hpp(52): E2040 Deklaration nicht ordnungsgemäß abgeschlossen
Vollständiger Parser-Kontext
analyse.cpp(17): #include analyse.h
analyse.h(39): #include D:\Programme\Devart\PgDac for RAD Studio 2007\Include\PgAccess.hpp
PgAccess.hpp(32): #include D:\Programme\Devart\PgDac for RAD Studio 2007\Include\Pgcall.hpp
Pgcall.hpp(23): namespace Pgcall
Do you have any idea how to solve this problem?
Thanks,
Bodo