-
kusuma latha
- PowerBuilder
- Wednesday, 19 March 2025 10:00 AM UTC
Hi Team,
During the migration of the PowerBuilder application from 32-bit to 64-bit, I updated most of the Long
variables to LongPtr
. While the execution works for some parts of the application, such as adding elements to the XML file, the application crashes when interacting with the UI.
It appears that I missed changing one file from Long
to LongPtr
, and this is causing the application to malfunction. Could you clarify which specific data types need to be updated? Specifically, do ref Long
variables need to be changed to ref LongPtr
? Also, should I update functions that use Long()
?
I’ve reviewed the documentation on migrating from PowerBuilder 32-bit to 64-bit, but the provided solutions haven’t resolved the issue in my case. If you have any additional suggestions or insights, please let me know.
Thanks,
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.