Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

system path

Status
Not open for further replies.

sarafe

Computer
Feb 27, 2008
2
0
0
IT
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:

Code:
Private Declare Function RegMyServerObject Lib  winsys32path Alias 
"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
 
Replies continue below

Recommended for you

Status
Not open for further replies.
Back
Top