views:

153

answers:

0

I am new to usage of objects in HTML esp dlls

I need to use a 3rd party dll in my html page for which I need the classid which was not provided to me. I have tried using the following command to generate the type library and register it.

"regasm XXXXXXXX.dll /register /tlb"

After I am done with the above statement, I have used oleview to view the class ids, a closer look at the type lib revealed that my dll was not registered as the win32 was pointing to tlb instead of dll .

Can somebody help me in finding the classid of the dll. I have also tried using reflector but that also was of no use for me.

one more thing can somebody help me understand the meaning of the following output when I have tried registering the dll using regasm without "/tlb"

"RegAsm : warning RA0000 : No types were registered"