Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compile prg in VFP6.0 for use in FPW26?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00391361
Message ID:
00395466
Vues:
11
>Yes, this is the way to do it, I think, but I have no idea how to do it.
>
>>Write your "code" in vfp; have it launch fpw; use sendkeys to compile it; then shell to dos to brand it; then spawn it off to email?

psuedo code:

VFP:
write standard .prg file with the code you want.
Run FPW starting with "MyCompile"
(! FoxProW MyCompile License.prg )
brand the compiled code (! Brand License.fxp)


"MyCompile.prg"

proc mycompile
param tcFile
compile &tcfile
quit
endproc

How's that?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform