|
-
Jun 5th, 2004, 03:01 PM
#1
Thread Starter
Lively Member
Change DLL of directory
Hi,
I just finished my programme but there are a bunch a DLL linked with it, as I suppose there is no way to incluse them into the exec file, is there a way to put them in a DLL directory by exemple ? instead of all with the Exe file in the same dir.
Thanks you
-
Jun 5th, 2004, 04:18 PM
#2
Sleep mode
You mean to install these dll in the GAC (Global Assembly Cache) ?
-
Jun 6th, 2004, 03:11 AM
#3
Thread Starter
Lively Member
I donno really what you mean, but if I could at least have a DLL directory in the directory of my application to put them cause there you have by exemple c:\DVDTeck\ and inside this you have dvdteck.exe and a lot a .dll. Is there at least a way to put DLL into c:\DVDTeck\DLL\
-
Jun 6th, 2004, 10:48 AM
#4
Sleep mode
Yes, it's possible . You can add a folder (in the setup project you're creating) and name it Dlls or anything you like . Then add your dll files into it .Specify the target (inside application folder) .
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
|