-
dll file location
hi
i have a dll called lohs.dll with some functions
i declare :
Private Declare Function AbreSerial Lib "lohs.dll" () As Long
i would like to know which is the directory that i must copy the file lohs.dll
actualy, it´s on the /winnt/system and i receive a messagem "Lohs.dll not found"
Im using win2000
thanks
-
Put it in the Windows\System directory.
-
it´s in windows\system directory
:(
-
Under NT it should be in System32.
-
regsvr32 c:\winnt\system32\lohs.dll
regsvr32 c:\winnt\system32\lohs.dll /u
regsvr32 c:\winnt\system32\lohs.dll
-
Nope, sorry :( It's not a COM DLL so you don't need to register it ;)