PgDAC Borland C++ 2007

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
LEG
Posts: 2
Joined: Tue 23 Mar 2010 13:19

PgDAC Borland C++ 2007

Post by LEG » 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

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Wed 21 Apr 2010 12:12

Hello

I sent answer by E-mail.

LEG
Posts: 2
Joined: Tue 23 Mar 2010 13:19

Answer

Post by LEG » Wed 21 Apr 2010 18:11

Hello,

following SW-version I'm using:

- CodeGear™ RAD Studio 2007 Version 11.0.2902.10471 Copyright © 2007

- Windows XP (Build 2600: Service Pack 3)

- Installed Products in my CBuilder 2007 :
- Borland® Together® for Delphi™
- CodeGear™ C++Builder® 2007
- HTML Tidy (Betaversion)
- CodeGear Quality Insite™

The "Extended error info" option is already on, so unfortunately I can't provide you any additional informations about this error.

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Mon 26 Apr 2010 11:09

Hello

I sent answer by E-mail.

Post Reply