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:
00394890
Views:
23
No, that won't work for me. The originally idea is to create a Lic.fxp file and to send it to a customer where a FPW 2.6 application can read this file. (It must be compiled and branded of course.)
Now I want to create this file and send it via email automatically, so I have to write a tool in VFP 6.0.
I hoped there is a way to open FPW 2.6 and to compile a file from within VFP 6.0, like a remote control. Maybe WSH could help here?

>You're best bet would be to write your "prg" as a "text" file and use something like:
>
>
>fp=fopen("OldPRGTypeFile.txt")
>do while !feof(fp)
> lcTextLine=fgets(fp)
> &lcTextLine
>enddo
>
>Of course; you can't have any control structures in this situation.. :(
>
>But it's an idea that might get you started.
Christian Isberner
Software Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform