Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code compiles and runs but build exe fails
Message
 
 
To
25/11/2002 14:21:44
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00726600
Message ID:
00726601
Views:
10
You can add EXTERNAL ARRAY ax2 to you program to tell project manager that array is defined somewhere else.

>I have a VFP6/SP4 program which compiles and runs from the IDE just fine. However, when I try to use the project window to build an EXE, I get an unresolved reference error.
>
>Variable ax2 is the item it is complaining about in the following section of code:
>
>copy to array ax2 fields &keyf
>for i = 1 to alen(ax2)
> n = ascan(xaxisv,allt(ax2[i]))
> if n > 0
> .
> .
> .
>
>
>I can get around the problem by dimensioning ax2 before the copy but I'm worried that there is something else going on here...
>
>Maybe I just worry too much.
>
>Thanks for any obversations,
>Pat
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform