1. Svein Arve Hoset
  2. PowerBuilder
  3. Tuesday, 25 July 2023 11:07 AM UTC

Hi, 
I'm checking out converting our applications to PB 2022 from PB 2023 R3. We have a third party module for translating our applications, Assima, which is applied to our system by external functions. But when I use these functions from PB2022-IDE, everything crashes. I get these messages in the event viewer:


1. 
Application: PB220.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: exception code c0000005, exception address 13DEC252
Stack:


2. 
Faulting application name: PB220.exe, version: 22.0.0.1900, time stamp: 0x64267ce4
Faulting module name: WIZXRTW.DLL, version: 6.18.283.2856, time stamp: 0x624d4863
Exception code: 0xc0000005
Fault offset: 0x000ac252
Faulting process id: 0x3788
Faulting application start time: 0x01d9bec91c2ffbe5
Faulting application path: C:\Program Files (x86)\Appeon\PowerBuilder 22.0\PB220.exe
Faulting module path: C:\PB2022\EDI-Systems\source\Lagerhotell\WIZXRTW.DLL
Report Id: b3eb6d4a-70fa-4d95-9c79-5ad8165b458a
Faulting package full name: 
Faulting package-relative application ID:


Any suggestions? There are no problems running the exact same code from PB 2019R3.



Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 25 July 2023 12:20 PM UTC
  2. PowerBuilder
  3. # 1

Hi Svien;

  PB 2019 Rx was written using Microsoft Visual C++ 2010 where's 2022 uses VC++ 2019. So this could be an issue if your App call external DLLs or .Net Assemblies as pointers, word boundaries on structures, etc may need to be refactored.

  Please check with your Assima product vendor to see if they know if their product is VC++ 2019 compatible.

Regards ... Chris 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.