PB2019R3, build 2703
Windows 10 64bit platform
There's not much information in the HELP file about creating a 64 bit EXE, or if there is I missed it. Ditto for the Forums.
1. Is there a tutorial somewhere on how to create a 64 bit EXE using PB2019R3?
2. Can someone review what I've got so far?
This is as far as I could go and the utility opens as a 64 bit EXE, but it will not connect to the database.
a. I compiled the utility as a 64 bit EXE
b. Here's the folder with all of the 64 bit runtime DLLs I think I need:
c. Note the Oracle native driver DLLs.
Double-click the EXE to startup the utility, then click the button to connect to the Oracle database.
However, this same code works perfectly both when I run it as a 32 bit EXE,
AND.... when I run the 64 bit EXE in DEBUG.
Frankly, I expected the PBORA.DLL to be used, not the Oracle Client Interface (oci) DLL. Or do I need a 64 bit version of this DLL?
Thank You,
Olan