|
-
Mar 10th, 2002, 09:18 AM
#1
Thread Starter
Member
Do I need to register a .dll file?
I am working on my installation package for my program. How do I know which .dll files I need to register and which ones can I just simply copy to the client computer?
thanks in advance!
D. King
-
Mar 10th, 2002, 09:23 AM
#2
-
Mar 10th, 2002, 09:31 AM
#3
Thread Starter
Member
thanks , but I was looking for a list or other method without having to depend on the trial and error stuff
D. King
-
Mar 10th, 2002, 09:39 AM
#4
If I recall correctly (at least under win2k/XP) DLL's placed in the system32 directory are registrated automatically during start-up.
You can't really make a list, since it would require that every developer, who has ever createde a DLL contributed to this list.
In general though, I would just registrate the DLL's since most DLL's is created with the interface required for registration.
Just my two cents.
-
Mar 10th, 2002, 03:54 PM
#5
-= B u g S l a y e r =-
Originally posted by DKing86
thanks , but I was looking for a list or other method without having to depend on the trial and error stuff
D. King
u use the trial and error methode once, then u have u'r list...
-
Mar 10th, 2002, 07:16 PM
#6
Wouldn't all DLLs used for VB need to be registered?
-
Mar 11th, 2002, 12:38 AM
#7
Frenzied Member
If you put it in the app folder or in the system directory it does not have to be registered. if not it does have to be registered. Must dll's can be registered with regsvr32
-
Mar 11th, 2002, 11:25 AM
#8
Black Cat
Use the Depends utility that comes VC++ - if the DLL exports functions named "DLLRegisterServer", "DLLUnRegisterServer", etc. then its an ActiveX DLL that needs to be registered.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Mar 11th, 2002, 02:28 PM
#9
Thread Starter
Member
Thanks JoshT I'll do that. I knew there had to be an easier way.
D. King
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
|