system path
system path
(OP)
Hello everybody! can you tell me how to get the windows system path, of any version? I will use it to register my dll, with:
where winsys32path should be the complete path and name of the dll, but if I get the path I cannot use a constant, while it needs a constant...
help, how can I do?
thank you
CODE
Private Declare Function RegMyServerObject Lib winsys32path Alias
"DllRegisterServer" () As Long
"DllRegisterServer" () As Long
where winsys32path should be the complete path and name of the dll, but if I get the path I cannot use a constant, while it needs a constant...
help, how can I do?
thank you





RE: system path
RE: system path