|
|
 |
RE: FN-FORUM: problems registering a DLL
date posted 19th January 2004 19:09
Although, just registering the class shouldn't need an instance of
another object - unless it's a core component like one of the MFC
classes...
If you open up your DLL in the "Depends" tool (part of the tools in MS
visual studio 6) then it'll tell you what other DLLs / files that the
component needs.
Andy
IWD2 LLP
[EMAIL REMOVED]
=20
-----Original Message-----
From: Charles Lecklider [EMAIL REMOVED]
Sent: 19 January 2004 18:11
To: Andy Macnaughton-Jones
Subject: Re: FN-FORUM: problems registering a DLL
David Eckersall wrote:
>=20
> trying to register a DLL on a windows2003 server, however it fails=20
> with the return code: 0x80040154
>=20
> anyone have an clues as to whats making the server have a hissy fit?
That's REGDB_E_CLASSNOTREG; I'm guessing that another DLL needs to be
registered first.
-C
--
** Get all the Freelance Work you Can Handle * The Web Design Business
Kit will show you proven tactics and strategies for marketing your
business, winning bids, managing projects and pricing your work. Free
Shipping Worldwide.
Read more & get free chapters at:
http://www.sitepoint.com/launch/b7c91e/3/4
To advertise here: http://www.freelancers.net/advertising.html
|
 |
|