I have an old quick win program which I am revisiting and found the pressing F1 for Help does not work.
I had the call:
call DlgSetHelp(ChildDlg,MyHelpRoutine) - it did work several years ago
If I include it in my program I get the error:
error LNK2019: unresolved external symbol _DLGSETHELP reference in function _WinMain@16
Is there a workaround so I can get the help working?