Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

DLGSETHELP

davidgraham
Beginner
419 Views

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?

 

0 Kudos
1 Reply
Steven_L_Intel1
Employee
419 Views

There's never been a DlgSetHelp routine in the Visual Fortran dialog box support. But I see it is part of Jugoslav Dujic's XEFFORT library which you can now find at http://xeffort.info/

0 Kudos
Reply