Re: registering dll's
From: Y. Sivaram (ysivaram_at_remove.this.for.spam.yahoo.com)
Date: 07/01/04
- Next message: budieko: "Return value from a class"
- Previous message: David Frankenbach: "Re: Cancel button while Processing"
- In reply to: dave: "registering dll's"
- Next in thread: dave: "Re: registering dll's"
- Reply: dave: "Re: registering dll's"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 1 Jul 2004 08:36:38 +0600
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: budieko: "Return value from a class"
- Previous message: David Frankenbach: "Re: Cancel button while Processing"
- In reply to: dave: "registering dll's"
- Next in thread: dave: "Re: registering dll's"
- Reply: dave: "Re: registering dll's"
- Messages sorted by: [ date ] [ thread ]