I believe VFP7run.exe required the DLLs. I've never had a need to use it, but from what I understand it simply runs a PRG, app, etc. that's passed in as a parameter. Creating a VFP EXE to do the same would be a no-brainer:
1. Create new project 2. Create main prg file with the following code:
LPARAMETERS tcProgram
DO (tcProgram)
----- 3. Compile and use your new EXE as you did vfp7run.exe
Is that about right?
-- Derek
> May be I am off target here but there is a VFP8.exe. Not legal to > distribute it but combined with the other required dlls it > would do the job. > > All the best, > Nick > > >-----Original Message----- > >From: profox-bounces AT leafe .DO.T com > >[mailto:profox-bounces@leafe.com] On Behalf Of Derek J. Kalweit > >Sent: 31 December 2003 18:53 > >To: ProFox Email List > >Subject: RE: HELP! vfp8run.exe > > > > > >> I couldn't find it either. > >> I just have to change a program we used to have running for a > >> customer. > >> I need to compile it into an EXE now. > > > >Or you could create your own vfp8run.exe, no? > > > > > >-- > >Derek > > [excessive quoting removed by server]
©2003 Derek J. Kalweit |