PB 2022 | DLL crashes while running
- New
- Issue
-
himanshi tayal
- PowerBuilder
- Thursday, 21 August 2025 11:51 AM UTC
Hello ,
We are migrating from Sybase PowerBuilder 12.5 to Appeon PowerBuilder 2022 (64-bit). We have a Tuxedo DLL built using Oracle Tuxedo version 22.1.0.0.0.
Previously, we had the following external function definition:
We changed ulong
to longptr
in an attempt to support 64-bit:
The original C definition of Fchgstr32
was:
We modified it for 64-bit as follows:
Despite these changes, the application still crashes. In Visual Studio, all required DLLs are correctly linked, and Fchg32
resides in libfml32.dll
, which is part of Tuxedo 22.1.0.0.0. All components are 64-bit.
Could you please help us identify where the issue might be occurring?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.