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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vfp8r.dll Invalid or Damaged...

Status
Not open for further replies.

JBalcerzak

Programmer
Sep 5, 2002
73
US
Hello -

When I build an executible in VFP8 and copy the .exe file along with vfp8r.dll and vfp8renu.dll over to another machine (Win98) and try to run the exe file, I keep getting an error that the VFP8R.DLL is invalid or damaged. I'm copying those files directly off my machine. Don't know why it won't run...

I'd appreciate any tips anyone might have.

Thanks,
Jeff
 
Jeff,

The recommended way to install an app on another machine is to create a setup with a program such as InstallShield. It is by no means essential to do that, but it might possibly avoid the problem you are seeing.

Mike


Mike Lewis
Edinburgh, Scotland
 
I've found that this error is a bit different from "Cannot locate VFP runtime", which is the error you get if the runtime files just aren't there.

The error you're getting is one I've seen in cases where the runtime has been registered, but is either no longer in the location listed in the registry, or the current user has no permissions to access the directory.



-BP
 
Barb,
I've also seen this error when the msvcr70.dll file is unaccessable or misregistered.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top