- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsI create a .exe file, and run in another station. It shows the message
"cannot locate the microsoft visual foxpro support library", it cannot run.
Then I add 2 files vfp6r.dll, vfp6renu.dll in c:\windows\system, it works.
Can I skip to add these 2 fields or do you have other method to run the .exe file.
thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: OldBobPosted on 2000-08-28 at 00:38:04ID: 4093609
These are the FoxPro runtime library files. They need to be installed on every computer on which you intend to run a FoxPro application.
The easiest way I managed to get this to wrok is to create a FoxPro project with only a blank program file in it. Build an EXE and then run the setup wizard to create the installation disks. Get the installation program to install the EXE in the C:\TEMP directory, but it will automatically install the runtime files into the Windows System directory.
You can then install as many FoxPro apps as you want without having to resort to an installation for each one.