Hello,
why I can't Register my Dll from vc++ but when I make dll in vb Register it ?
this problem in windows 2000, and Windows XP.
Hello,
why I can't Register my Dll from vc++ but when I make dll in vb Register it ?
this problem in windows 2000, and Windows XP.
If you made a standard DLL in C++ then there is no need to register it (if you could make one in VB you wouldn't need to). ActiveX DLLs, of the type generated by VB, require registration.
If you created an ActiveX DLL in C++, you would also need to register it.
hello,
yes I Know who to Register , but the oprating system can't complet the regstration . If I woint to Register now DLL not Register in the Rigistering lipriry .
and win I build the VC++ DLL Project yes it create the DLL
Put it didnt register it in the system.
thank you for help me.
You what?
What kind of DLL did you create?