Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile prg in VFP6.0 for use in FPW26?
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00391361
Message ID:
00395466
Views:
13
>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform