dave>
Thu Jul 01 03:14:16 CDT 2004
Yes all the runtime files are installed for fox 6,7 and 8.
I am trying to create the object within a fox program written in fox7.
"Lee Mitchell" <Leemi@online.microsoft.com> wrote in message
news:TBd$Y$sXEHA.228@cpmsftngxa06.phx.gbl...
> Hi Dave:
>
> Since the DLL works on your development machine, my first thought is that
> the runtime files are missing. Does the user's machine have the VFP
runtime
> files installed? You need to place VFP7r.dll, VFP7renu.dll, Msvcr70.dll
> and VFP7T.dll (if the DLL is multi threaded).
>
> I hope this helps.
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> Sincerely,
> Microsoft FoxPro Technical Support
> Lee Mitchell
>
> *-- VFP9 Public Beta Now Available!! --*
> Download the VFP9 beta here:
http://msdn.microsoft.com/vfoxpro/
>
> *-- 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 retired Sept. 30th, 2003
>
> >I have created a dll in fox.
> >When I register the dll on another machine using regsvr32, regsvr32 says
> the
> >dll has registered successfully.
>
> >When I try to create an instance of the class with createobject() I get
an
> >error.
>
> >On 2000server I get 'Class factory cannot supply requested class'
>
> >On XP Professional I get 'Unspecified Error'
>
> >In both cases the instance of the class is not created.
>
> >I have compiled the dll as single instance and Multiuse using fox6 and
> fox7.
>
> >The result is the same with both.
>
> >Instances of the class can be created fine on my development machine.
>
> >Any help would be appreciated.
>
> >Dave
>