Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code compiles and runs but build exe fails
Message
 
 
À
25/11/2002 14:21:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00726600
Message ID:
00726601
Vues:
16
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform