PDA

View Full Version : cannot locate the microsoft visual foxpro support library


chj124
09-25-2006, 06:59 AM
i have created a setup for a visual foxpro 9 application. everything seems to work fine, files all exist and are where they should be, yet when our app is launched, i get a "cannot locate the microsoft visual foxpro support library"

does anyone know if the vfp runtime files need to be registered somehow and what the code would be for doing so?

chj124
09-25-2006, 07:31 AM
i did find that if i ran regsvr32 on the vfp9r.dll everything works fine. how do i make this run as part of the setup?

pww
09-25-2006, 10:10 AM
right-click the .dll, select Properties, go to Advanced tab, tick 'Register COM interfaces'