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

Support Libraries

Status
Not open for further replies.

amwprogg

Programmer
Jul 8, 2005
52
GB
Hi.
I've copied an executable version of my application in VFP9 to another machine with (I think) all the libraries I need (and other files) but it still comes up with "Cannot locate the Microsoft Visual FoxPro Support Library" as soon as I run it. Any ideas?
AMW.
 

Use

Code:
Regsvr32 "c:\myapp\vfp9t.dll"

In a DOS window or using the start->run. Full path required.


Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
ReFox XI (www.mcrgsoftware.com)
 
Now I have my libraries installed and registered, I'm having a problem with the relocation of my tables. It keeps saying "Form or data environment load - the table xxx.dbf has moved - Please validate your database and try again!" - I've checked and my database points to the tables which points to the right place! Don't know!
 
You doesn't provide a path to them.
Put SET PATH TO MyDataFolder in your mainprogram and make sure all tables that belongs to Database are in same folder as DataBase.

Borislav Borissov
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top