Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Catch a build error, part 2
Message
De
16/12/2007 19:38:28
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
16/12/2007 12:46:20
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP1
Divers
Thread ID:
01276105
Message ID:
01276202
Vues:
28
>>>>PROCEDURE PMIncludeFiles
>>>>EXTERNAL PROCEDURE Somecomponent
>>>>ENDPROC
>>>>
>>>>Does that not work for you?
>>>
>>>Not in the case of
>>>
>>>EXTERNAL PROCEDURE dummycall
>>>
>>>=dummycall()
>>>
>>>There's no EXTERNAL FUNCTION declaration.
>>
>>Help says "Identifies an external procedure or user-defined function."
>
>I tested this, and tested it again now.
>Just copy those two lines into a prg and try to build a project from it.
>
>I don't care what help says. Microsoft never allocated enough money to make sure help is up to speed with the rest of VFP.

How about...

lcCmd = "dummycall()"
eval(lcCmd)

in conjunction with the external procedure? Wouldn't that allow the compiler to ignore the reference at compile/design time, but allow it to execute at runtime?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform