Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unknown function names
Message
De
19/12/2000 17:37:51
 
 
À
19/12/2000 17:13:14
Josh Fedke
National Financial Corporation
Milwaukee, Wisconsin, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00455248
Message ID:
00455259
Vues:
29
>Hi All:
>
>This has probably been discussed before, but I have a .app file with system functions in it. I then copy that to a development directory. From this directory I have a .prg that does initialization and launches the first form for a project. In this .prg I say "set procedure to abc.app additive". I then call the functions in the app file. This works fine, but the project manager throws errors like:
>
>Form c:\projects\some_form.scx has the following errors:
>Unknown OCX_TEST - Undefined
>
>
>The unknowns are all the functions I call out of the .app. I tried "external procedure ocx_test", but this didn't fix the problem. Does anyone have information on this? Thanks in advance.
>
>-Josh

You could have a FUNCDEF.PRG file that has all the functions you need defined in it from your ABC.APP (no code) and then exclude that FUNCDEF.PRG from your building of your .APP/.EXE. This will keep the project manager from complaining.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform