TUX 8.0 - ATMI calls from a VB application through a custom wrapper DLL and via wtuxws32.dll, causes the VB application to crash when exiting
(Doc ID 771664.1)
Last updated on OCTOBER 23, 2023
Applies to:
Oracle Tuxedo - Version 8.0 and laterInformation in this document applies to any platform.
Information in this document applies to any platform
Goal
When trying to make ATMI calls from a VB application through a custom wrapper DLL and via wtuxws32.dll, the VB application crashes when exiting. The call flow is: VB APP -dynamic loading-> Wrapper DLL -implicit loading-> WTUXWS32.DLL -dynamic loading-> Tuxedo /WS libraries In the above example, dynamic loading means LoadLibrary() and implicit loading means linking the binary with the corresponding .lib file. This seems to be tied to the way VB dynamically loads libraries. When using wtuxws32, another level of dynamic loading is added.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |