Code: Select all | Expand
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd
DEFINE WINDOW oWnd
ACTIVATE WINDOW oWnd
RETURN NIL
This is the reason:
Code: Select all | Expand
// ::HelpTopic() // as WM_HELP is now supported by controls
EMG