Hi Guys I find out the cause of the crash (With support of my colleague of course) !!!!
It seems there is an incompatibility between libraries from pbcef and OLE CRVIEWER 11.5
In attachment an example, is there a way to fix it?
I tried with PB2019 R3 and PB 2021 with no chance
I've attached a PB code to replicate the case:
I've 2 window one containing a webbrowser, the other containing the oleobject of CRVIEWER
If you open the w_webbrowser and after that the w_crviewer the app crashes
If you open the w_crviewer and after that the w_webbrowser tha app does not crash but after that if you call a property of the ole or simply close the w_crviewer the app crashes
If you create a window with both crviewer and webbrowser when you open it it crashes
Here the link to download the installer of CRVIEWER
https://www.dropbox.com/s/c6sspf84odgyp9n/CRXI_Installer.msi?dl=0
thanks for the support
I've debugged the application and the error happens in the create of the window at this instruction:
this.ole_crw=create ole_crw
How can it depends on library list?
Thanks