- Albert van Bochove
- PowerBuilder
- Thursday, 28 December 2023 05:20 PM UTC
Hello everyone, I am running my app on the client PC and I am getting the following error in the following code segment: function: of_printdlg,
Code:
32 long ll_hwnd
34 ll_hwnd = handle (aw_obj)
35 if ll_hwnd = 0 then
36 return -1
37 end if
39 return pfc_printdlg (ll_hwnd, astr_printdlg)
the error is the following: " Error opening DLL library pfccom32.dl for external function at line 39 in function of_printdlg of object pfc_n_cst_platformunicode."
I am trying to look for a compatible pfccom32.dll with PowerBuilder 2022, and windows 10 OS and I do not find it. How to solve this? Where to find this updated dll ?
Thanks in advance.
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.