I know my boss will never let us upgrade the PFC to a more recent
version. Given that, what are my options? Can I replace that with
something else? Thanks for any help.
just call PrintSetup() instead.
In pfc_u_dw, event pfc_printdlg() I see:
ll_rc = lnv_platform.of_PrintDlg (astr_printdlg, lw_parent)
In pfc_n_cst_platformunicode, function of_PrintDlg(), I see:
return pfc_printdlg (ll_hwnd, astr_printdlg)
Then this local external function pfc_PrintDlg() is what uses
PBVM90U.DLL.
Where exactly would I put PrintSetup()? I'm concerned about the two
args that get passed to pfc_PrintDlg() -- I don't think I can just
ignore them, so...?