Subject | Re: ibo3.6 to ibo4.3 conversion problem.. |
---|---|
Author | eprindecenter |
Post date | 2003-12-11T20:46:27Z |
Jason,
Thanks for the reply, I performed the following:
I reinstalled BCB6 and created a small app using BDE components and
it compiles.
Reinstalled IBOv4.3 and created a small app using IBO components and
the BDE DataSource object, it compiles.
Tried recompiling my app and still have the same problem. This app
started out as a BDE project and converted to IBO under BCB3. The
only the BDE DataSource is used, the rest is IBO components.
Still confused.....
Craig.
--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
Thanks for the reply, I performed the following:
I reinstalled BCB6 and created a small app using BDE components and
it compiles.
Reinstalled IBOv4.3 and created a small app using IBO components and
the BDE DataSource object, it compiles.
Tried recompiling my app and still have the same problem. This app
started out as a BDE project and converted to IBO under BCB3. The
only the BDE DataSource is used, the rest is IBO components.
Still confused.....
Craig.
--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
> No idea since this appears to be BDE related.to
>
> Jason Wharton
> www.ibobjects.com
>
> ----- Original Message -----
> From: "eprindecenter" <eprindecenter@y...>
> To: <IBObjects@yahoogroups.com>
> Sent: Wednesday, December 10, 2003 7:42 AM
> Subject: [IBO] ibo3.6 to ibo4.3 conversion problem..
>
>
> > I'm trying to move my app from BC++Builder v3 to v6 and upgraded
> > IBO 4.3 from 3.6.()
> >
> > When compiling, I'm getting two errors in BDE.hpp on DbiBatchMove
> > and DbiGetCallBack().
> >
> > The error states:
> > [C++ Error}BDE.hpp(4159): E2015 Ambiguity between 'PLongint'
> > and 'System:PLongint'
> > [C++ Error}BDE.hpp(4222): E2015 Ambiguity between 'PLongint'
> > and 'System:PLongint'
> >
> > Does anyone have any idea how to fix this?
> >
> > Thanks.