Version 2019 Build 2082
Win10 64bit pc
Was just told to make 64 bit versions of all my projects and realizing I'm completely lost.
Having trouble running my app after compiling it for a 64 bit platform. (32 works fine)
In troubleshooting I copied everything from this folder to the folder containing my pbd's and got same error:
C:\Program Files (x86)\Appeon\Shared\PowerBuilder\x64
I then set up a 64 bit package runtime installer and ran it on my pc. Same results.
Error:
PowerBulder application execution error (R0002)
Application terminated.
Error: Null object reference at line 2 in systemerror event of object myappobject.
This is line 2 in systemerror:
gnv_app.EVENT pfc_SystemError()
Any help appreciated or if there's a resource somewhere that walks you through 64 bit deployment, would like that too. thx.
n_cst_environment – API Call: GetVersionEx
n_cst_filesrvunicode = API Call: OpenFile – Used by the setlastwritedatetime and setcreationdatetime functions
Compiling to 64-bit has some benefits, such as faster performance, more memory for your PB app, interoperability with other 64-bit apps that are on the machine (e.g. Word, Excel, Email client, etc.).