> > > Hi all!
> > >
> > > how come i can't run my prog(.exe) on other pc???
> > > Error: "Cannot locate the Microsoft Visual FoxPro support library."
> > >
> > > do i need to include the vfp program files in its directory?
> > > what should i do???
> > >
> >
> > Yes. The VFP runtime files must be installed on any computer that does not have VFP installed, otherwise your program will not run. Check this FAQ page for additional information:
> >
http://www.foxite.com/foxitehelplib/faq302010.htm.
> > --
> > Eric den Doop
> >
www.foxite.com - The Home Of The Visual FoxPro Experts
>
> Try using the SETUP Wizard to distribute your application. That saves you the problem of having to know what files go with your application (except if you're using Active X controls, which you have to specifically enumerate).
>
i see! thanks guys!!!
From:
"A newbie in VFP prog'g..."