Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EXE From VFP7.0 wont run as stand alone

Status
Not open for further replies.

rpp

Programmer
Feb 28, 2002
32
0
0
US
Hi Experts,

I am having trouble getting my EXE file, that ran fine when Under VFP 6.0, to run in stand alone environment. The error message is

"c:\program files\myapp.exe is not a Visualt FoxPro .EXE file."

I have included in this exe's folder the VFP 7.0 runtime dll's as well as "vfp7run.exe"

What am I missing?

Thanks in advance.

Richard
 
rpp

Did you recompile it in VFP7.0?

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
You cannot run a VFP app by including dlls in the folder. You will have to create an install using Installshield. You will have to read the docs to make sure you include the proper dlls.
 
Thanks guys,

Yep Recompiling in 7.0 was the trick, all is well now.

Thanks for your help.

Richard Peterson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top