Link to home
Start Free TrialLog in
Avatar of martalex
martalex

asked on

Registering DLL

Hi,

I got some problems registering my dll on my NT machine... I always got when I'm trying :

regsvr32 grassroots.dll

DllRegisterServer in grassroots.dll failed
Return code was: 0x8000ffff

I'm able to register this dll on my win95 machine... but I try a couple of dll on my NT and anyone worked...

Avatar of martalex
martalex

ASKER

Edited text of question
Adjusted points to 100
Can you send me this dll to vvk@card.ru?
Are you returning a valid HRESULT from your DllRegisterServer function? Have your exported it?
Yes it`s a valid Hresult 0x8000ffff mean unexpected result... it's so userful...

Waht do you mean by exported???

What I can add is, it's a DLL develop in VB and I was not develop on that machine....

I were able to unregister and re-register some Microsoft DLL but anyone of the one that I did in VB, But I wasn't able to register those DLL on this specific machine... but work well everywhere else....


ASKER CERTIFIED SOLUTION
Avatar of hammerts
hammerts

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial