Board index » delphi » Recompile D3 applications after upgrade to BDE5.10 ?

Recompile D3 applications after upgrade to BDE5.10 ?

Hi,

Will I have to recompile applications made with Delphi 3 C/S edition
if I upgrade The BDE from 4.00 to 5.10 ?

I've read somewhere that you'll have to recompile in Delphi 4 to be
sure, could someone explain if that's the case ?

Sincerely ,
Jacob Christensen

 

Re:Recompile D3 applications after upgrade to BDE5.10 ?


On Wed, 13 Oct 1999 09:07:03 GMT, jacob-christen...@iname.com (Jacob

Quote
Christensen) wrote:
>Will I have to recompile applications made with Delphi 3 C/S edition
>if I upgrade The BDE from 4.00 to 5.10 ?

No.

Quote
>I've read somewhere that you'll have to recompile in Delphi 4 to be
>sure, could someone explain if that's the case ?

It isn't. The BDE is backward compatible, and doesn't require
recompiling.

---
Yorai Aminov (TeamB)
http://ourworld.compuserve.com/homepages/yaminov
(TeamB cannot answer questions received via email.
To contact me for any other reason remove nospam from my address)

Re:Recompile D3 applications after upgrade to BDE5.10 ?


Hi again,

On Wed, 13 Oct 1999 13:28:50 +0200, "Yorai Aminov (TeamB)"

Quote
<yami...@nospam.trendline.co.il> wrote:
>It isn't. The BDE is backward compatible, and doesn't require
>recompiling.

I seem to have found a problem with the compatibility anyway.... When
the property UniDirectional for at TQuery is set to TRUE my program
isn't working correct.  Has anyone encountered this ?   It works
perfect using BDE 4.00 but fails when using 5.10 ....

Sincerely,

 Jacob Christensen

Re:Recompile D3 applications after upgrade to BDE5.10 ?


Quote
Jacob Christensen wrote:

> Hi again,

> On Wed, 13 Oct 1999 13:28:50 +0200, "Yorai Aminov (TeamB)"
> <yami...@nospam.trendline.co.il> wrote:

> >It isn't. The BDE is backward compatible, and doesn't require
> >recompiling.

> I seem to have found a problem with the compatibility anyway.... When
> the property UniDirectional for at TQuery is set to TRUE my program
> isn't working correct.  Has anyone encountered this ?   It works
> perfect using BDE 4.00 but fails when using 5.10 ....

Just a clarification.  Backwards compatible means that the interface hasn't
change such that existing app need to be recompiled.  It does not mean that new
bugs might not have been introduced that might affect older programs (it would
affect newer ones too).  You've found an introduced bug it sounds like.  Have
you submitted this bug through the web site so that it gets into the Borland
reporting chain?

Quote
> Sincerely,

>  Jacob Christensen

--
Jeff Overcash (TeamB)
      (Please do not email me directly unless  asked. Thank You)
This sad little lizard told me that he was a brontosaurus on his mother's
side.  I did not laugh; people who boast of ancestry often have little else
to sustain them.  Humoring them costs nothing and ads to happiness in
a world in which happiness is in short supply.   (RAH)

Re:Recompile D3 applications after upgrade to BDE5.10 ?


On Wed, 13 Oct 1999 23:42:40 -0400, "Jeff Overcash (TeamB)"

Quote
<overc...@onramp.net> wrote:
>affect newer ones too).  You've found an introduced bug it sounds like.  Have
>you submitted this bug through the web site so that it gets into the Borland
>reporting chain?

No, but I will do that right away,  Thanks for the clarification.

Sincerely, Jacob Christensen

Other Threads