ppDBBDE win64
Hello,
I've downloaded the trial version of RB16. If I'm compiling our
application in 64bit we get the error, that ppDBBDE wasn't found.
Compiling in 32bit it works without problems.
I've seen that in the win64 libdir the file ppDBBDE.dcu is missing.
Exist this file if we get the full version (this version we've bought
already but there were som problems with the credit card, so we have to
wait).
Best wishes
Bernhard Roos
I've downloaded the trial version of RB16. If I'm compiling our
application in 64bit we get the error, that ppDBBDE wasn't found.
Compiling in 32bit it works without problems.
I've seen that in the win64 libdir the file ppDBBDE.dcu is missing.
Exist this file if we get the full version (this version we've bought
already but there were som problems with the credit card, so we have to
wait).
Best wishes
Bernhard Roos
This discussion has been closed.
Comments
The BDE does not support 64 bit applications. You will notice that if
you create a new 64 bit VCL application, all the Delphi BDE components
are not enabled.
If you are creating 64 bit applications, you will need to remove (or
ifdef) all BDE references. It is also recommended that you consider
moving to a different connectivity suite such as FireDAC.
http://docwiki.embarcadero.com/RADStudio/XE5/en/Migrating_BDE_Applications_to_FireDAC
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
we are using NexusDB and we are using ppBDEPipeline. Which component
should we use instead which works also with NexusDB?
Best wishes
Bernhard
Am 09.02.2015 um 15:55 schrieb Nico Cizik (Digital Metaphors):
TppBDEPipeline is deprecated and only included for backward
compatibility. Although BDEPipeline is now simply an alias for the
DBPipeline object, TppDBPipeline should exclusively be used instead.
Perform a search of your application source files for any RB/BDE related
files and remove the referenced from your uses clause as well.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com