|
-
Aug 31st, 2000, 07:17 AM
#1
Thread Starter
Lively Member
Hello World,
I remember some old thread about NOT registering dll's in same directory as the exe.
but can't find it anymore.
Can anyone help me with this ?
is this correct : dont need to register dll's in application path.
how to use this dll?
greetx,
Don
-
Aug 31st, 2000, 09:22 AM
#2
Frenzied Member
I think you should register every DLL regardless where it's at. Not sure though
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Aug 31st, 2000, 10:48 AM
#3
Thread Starter
Lively Member
always nice to be sure so.....
can anyone tell for sure ?
-
Aug 31st, 2000, 10:57 AM
#4
It does not matter where it's registered. But you should put all dll/ocx files in the C:\Windows\System\ directory.
And register it:
Regsvr32 "C:\Windows\System\myocx.ocx"
Regsvr32 "C:\Windows\System\mydll.dll"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|