Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Entry point Help not found
Message
 
À
25/09/2002 14:41:49
Paul Mac
Mac's Computing Services
La Mesa, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00704424
Message ID:
00705035
Vues:
10
I think this is your problem.

Help = RegFn("Help", "LCIC", "I")

should be

Help = RegFn("WinHelp", "LCIC", "I")

HTH,
Tom

>I get "Entry point Help not found" error when using the following code in my click event:
>
>SET LIBRARY TO SYS(2004) + "FOXTOOLS.FLL" ADDITIVE
>Help = RegFn("Help", "LCIC", "I")
>#DEFINE HELP_KEY 0x0101
>wCmd = HELP_KEY
>cFilename = "mqhelp.hlp"
>dwData = "Add Menu Items at Run Time"
>CallFn(HELP, MainHWND(), cFilename, wCmd, dwData)
>
>Any ideas please?
>
>Thanks,
>Paul
Tom

Life happens, don't blink.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform