We migrated our Windows application from PB 12.5 to PB12.6.
We recently encountered the following runtime error when a user presses CTRL-P.
Application terminated.
Error: Error opening DLL library pbvm80.dll for external function at line 29 in function of_printdlg of object pfc_n_cst_platformunicode.
We are not sure how long this has been an issue since not many users do this.
But we are concerned about an old DLL being referenced.
We bundle our windows application with the new PB12.6 DLLs, as listed using the Runtime Packager.
This includes pbvm126.dll which we thought would be a replacement for pbvm80.dll
It seems that the new PB12.6 Virtual Machine DLL does not include this pb80 functionality.
Has anyone else seen this or know of any way to fix it?
I tried putting pbvm80.dll on the machine, but am still getting the crash.
We have a work-around: Don't use CTRL-P to get screen prints, but are concerned that this got broken.
We recently encountered the following runtime error when a user presses CTRL-P.
Application terminated.
Error: Error opening DLL library pbvm80.dll for external function at line 29 in function of_printdlg of object pfc_n_cst_platformunicode.
We are not sure how long this has been an issue since not many users do this.
But we are concerned about an old DLL being referenced.
We bundle our windows application with the new PB12.6 DLLs, as listed using the Runtime Packager.
This includes pbvm126.dll which we thought would be a replacement for pbvm80.dll
It seems that the new PB12.6 Virtual Machine DLL does not include this pb80 functionality.
Has anyone else seen this or know of any way to fix it?
I tried putting pbvm80.dll on the machine, but am still getting the crash.
We have a work-around: Don't use CTRL-P to get screen prints, but are concerned that this got broken.