Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown Undefined on project build
Message
From
16/04/2008 21:17:51
 
 
To
16/04/2008 21:03:08
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01311329
Message ID:
01311331
Views:
23
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform