I'm getting an error message "Cannot Locate the Microsoft
Visual FoxPro support library" when I run an exe that was
written in FoxPro.

How do I fix this problem ?

Re: Cannot Locate the Fox Pro Support library by Eric

Eric
Wed Nov 05 13:49:12 CST 2003

Hello, Paul!
You wrote on Wed, 5 Nov 2003 11:40:01 -0800:

P> I'm getting an error message "Cannot Locate the Microsoft
P> Visual FoxPro support library" when I run an exe that was
P> written in FoxPro.

I assume you're not the developper of this program.
You need to install the VFP runtime libary. They usually are part of the
software's setup file. Check the CDROM and re-install the program. Or
contact the author and ask for the VFP runtime files.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8



Re: Cannot Locate the Fox Pro Support library by Paul

Paul
Wed Nov 05 14:02:21 CST 2003

Thanks for your help. My customer claims they have already
re-run the setup application for the app and are still
getting the error. Any other suggestions or can you tell
me what files make up the VFP runtime ? I want to have
them run a search.
>-----Original Message-----
>Hello, Paul!
>You wrote on Wed, 5 Nov 2003 11:40:01 -0800:
>
> P> I'm getting an error message "Cannot Locate the
Microsoft
> P> Visual FoxPro support library" when I run an exe that
was
> P> written in FoxPro.
>
>I assume you're not the developper of this program.
>You need to install the VFP runtime libary. They usually
are part of the
>software's setup file. Check the CDROM and re-install the
program. Or
>contact the author and ask for the VFP runtime files.
>--
>Eric den Doop
>www.foxite.com - The Home Of The Visual FoxPro Experts -
Powered By VFP8
>
>
>.
>

Re: Cannot Locate the Fox Pro Support library by Eric

Eric
Wed Nov 05 14:10:24 CST 2003

Hello, Paul!
You wrote on Wed, 5 Nov 2003 12:02:21 -0800:

P> Thanks for your help. My customer claims they have already
P> re-run the setup application for the app and are still
P> getting the error. Any other suggestions or can you tell
P> me what files make up the VFP runtime ? I want to have
P> them run a search.

It depends on the version of VFP that was used to compile the app. Here's a
list of files for VFP6.
INFO: Visual FoxPro 6.0 Required Run-Time Files
http://support.microsoft.com/default.aspx?scid=190869

Here's info on the VFP7 files:
http://fox.wikis.com/wc.dll?Wiki~VFP7RuntimeFiles

And VFP8:
http://fox.wikis.com/wc.dll?Wiki~VFP8RuntimeFiles

Good luck!
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8



Re: Cannot Locate the Fox Pro Support library by Leemi

Leemi
Wed Nov 05 15:25:24 CST 2003

Hi Paul:

Along with have the correct files on the machine, you may need to look at
the versions of the support files. For example, it the executable was
compiled in VFP 6.0 SP5, the VFP6r.dll and VFP6reun.dll files would need a
version of 8961 (SP5).


I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retires Sept. 30th, 2003



>Hello, Paul!
>You wrote on Wed, 5 Nov 2003 12:02:21 -0800:

> P> Thanks for your help. My customer claims they have already
> P> re-run the setup application for the app and are still
> P> getting the error. Any other suggestions or can you tell
> P> me what files make up the VFP runtime ? I want to have
>P> them run a search.

>It depends on the version of VFP that was used to compile the app. Here's a
>list of files for VFP6.
>INFO: Visual FoxPro 6.0 Required Run-Time Files
>http://support.microsoft.com/default.aspx?scid=190869

>Here's info on the VFP7 files:
>http://fox.wikis.com/wc.dll?Wiki~VFP7RuntimeFiles

>And VFP8:
>http://fox.wikis.com/wc.dll?Wiki~VFP8RuntimeFiles

>Good luck!
>--
>Eric den Doop
>www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
>


Re: Cannot Locate the Fox Pro Support library by Rick

Rick
Tue Nov 11 09:11:54 CST 2003

Paul,
One other possibility that the others haven't touched on, is that =
especially under NT/2000/XP, it is important to do the install while =
under a (local) administrator level login. The runtime files are =
normally put in areas that may be restricted to "normal" users.

Rick

"Paul" <anonymous@discussions.microsoft.com> wrote in message =
news:016501c3a3d4$9aaa1d60$a501280a@phx.gbl...
> I'm getting an error message "Cannot Locate the Microsoft=20
> Visual FoxPro support library" when I run an exe that was=20
> written in FoxPro.=20
>=20
> How do I fix this problem ?