Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Errors doing a build
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00417630
Message ID:
00417704
Vues:
20
>Quick question. I have three projects that each create an EXE that are part of one system. The main exe calls one or the other as needed. This was done to make the EXEs smaller and easier to maintain. The system works perfectly this way.
>
>The only probem is more of an inconvieace than a problem. When I do a build I get a lot of "Undefined" errors where the project does not "see" a procedure that is in another projct. Is there a simple way to remove these errors? If it's not simple then I can live with it the way it is.
>
>Many thanks in advance.


There is one.

Some say you can use the external command, but i don't get that to work.
But you can simply create a program file in your project which you marked as excluded.
In that prg simply place:
Function MyFunc1
Function MyFunc2
Function MyFunc3
Function MyFunc4
EndFunc
Then the compiler will 'see' the functions.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform