
July 27th, 2005, 09:15 AM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 1
Time spent in forums: 16 m 6 sec
Reputation Power: 0
|
|
|
ActiveX DLL referencing using relative path
Hi! I just made an application that needs some external DLLs to work. I looked for the needed files in the References dialog from the Project menu in VB6. The DLLs are in my project's directory but after compiling, I can't move my files (exe and dll) to another directory/computer because I think the references to the DLLs use an absolute path. I want to know if there is a way to make ActiveX DLL referencing using a relative path to the DLL rather than an absolute path.
Thanx!
|