Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unknown Undefined on project build
Message
De
16/04/2008 21:17:51
 
 
À
16/04/2008 21:03:08
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01311329
Message ID:
01311331
Vues:
24
This message has been marked as the solution to the initial question of the thread.
>Getting this on build:
>
>
>Visual Class Library c:\fmsdev mdos\libs\frmtrans.vcx has the following errors:
>    Unknown TAPOINTS - Undefined
>
>
>The parameter taPoints is only in one method of a custom class and is used throughout that method. It is not referenced anywhere else, but when I build the project I get an error that taPoints cannot be found.
>
>
>lparameters toformref, tapoints
>
Dean might be right about a function call but I think it is more likely that TAPOINTS is an array passed by reference but never declared in the method. In that case you need an EXTERNAL ARRAY command.

Since Dean and I could both be correct, it points out a "problem?????" with overloading ( ), and [ ] since both pairs can used to indicate either a function or an array. Granted, not much of a problem but it does make the code a little less maintainable (IMO) to use () for both functions and arrays.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform