Click to See Complete Forum and Search --> : DLL General Question
MatteoXMad
Dec 1st, 2002, 08:44 AM
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
kleinma
Dec 2nd, 2002, 08:53 AM
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
you will have to register it... youc an do it in .NET though :D
MatteoXMad
Dec 2nd, 2002, 05:52 PM
Thank you for the answer.
So I can't; but do u know if I can do it with Visual C++????
Matteo
hayessj
Dec 3rd, 2002, 07:13 AM
Yes you can definitely do it with VC++.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HTML/_core_overview.3a_.creating_a_win32_dll.asp
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.