Hi everyone,
i have a pbx library to intercept sap event in my powerbuilder application.
I'm making migration my application to powerbuilder 2022
I have compiled my pbx in 32 environment and sdk pbini 2022, imported pbx into my application.
If i execute my application in 32 environment all works fine.
Then I compiled pbx in 64 environment but if i execute my application (in 64 environment) i have an error from my pbx, PBINI exception
Maybe i'm doing something wrong in 64 build of my pbx?
If someone faced this issue kindly help me?
Umberto
FYI: PB 2021 was using the old VC++2010 MS compiler whereas PB 2022 R2 (and soon to be R3) are using the VC++ 2022 MS compiler.
There have been many C++ changes that 64 bit external API calls must abide by.
Regards .. Chris
I compiled my PBX with VC++ 2022 but his did not solve the problem. And as far as I saw, there where no special warnings, that I use something;
that is not allowed anymore.
Regards, Heiko