Re: registering dll's
dave
Date: 07/01/04
- Next message: Mariano: "Re: HP 1300, frx and *****.**"
- Previous message: Lee Mitchell: "Re: When to use & and when to use ( )"
- In reply to: Y. Sivaram: "Re: registering dll's"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 1 Jul 2004 14:58:03 +0100
Thanks, removing the init procedure from the class has cured the problem.
"Y. Sivaram" <ysivaram@remove.this.for.spam.yahoo.com> wrote in message
news:uVauIRxXEHA.3716@TK2MSFTNGP11.phx.gbl...
> Check the code of the init event of that class and see whether any of the
> code can fail there. I have usually seen this error when there are
problems
> in the init event. For example you may be opening a file that is on the
> development machine but not on the other machine.
>
> Hope this helps.
>
> Best Regards,
> Y. Sivaram
>
> <dave> wrote in message
news:40e2e8de$0$11291$afc38c87@news.easynet.co.uk...
> > 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
> >
> >
>
>
- Next message: Mariano: "Re: HP 1300, frx and *****.**"
- Previous message: Lee Mitchell: "Re: When to use & and when to use ( )"
- In reply to: Y. Sivaram: "Re: registering dll's"
- Messages sorted by: [ date ] [ thread ]