- Kelly Amott
- PowerBuilder
- Wednesday, 18 May 2022 04:05 PM UTC
We recently migrated a 32 bit PB 8 app to 64 bit PB 19. Everything is looking good except for printing. The app generates "Error Number 14. Error opening DLL library pbvm80u.dll for external function...."
I have done a search on the error and it looks somewhat common but I'm having difficulty finding a specific solution. I see that the value for the DLL is hard coded in pfc_n_cst_platformunicode of pfcapsrv.pbl.
// Dialogs
function long PFC_PrintDlg (ulong hwnd, ref s_printdlgattrib printstruct) library "pbvm80u.dll" alias for "PFC_PrintDlg;Ansi"
end prototypes
Is there a new DLL I should be using?
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.