Can I create in VB6 a DLL that don't need to be REGISTERED in the system?
Obviously the EXE that will use it, will search it only in the current folder (not in the system).
Thanks
MatteoXMad
Printable View
Can I create in VB6 a DLL that don't need to be REGISTERED in the system?
Obviously the EXE that will use it, will search it only in the current folder (not in the system).
Thanks
MatteoXMad
you will have to register it... youc an do it in .NET though :DQuote:
Originally posted by MatteoXMad
Can I create in VB6 a DLL that don't need to be REGISTERED in the system?
Obviously the EXE that will use it, will search it only in the current folder (not in the system).
Thanks
MatteoXMad
Thank you for the answer.
So I can't; but do u know if I can do it with Visual C++????
Matteo
Yes you can definitely do it with VC++.
http://msdn.microsoft.com/library/de..._win32_dll.asp