954,487 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Put A DLL In A Subdirctory

Im Talken About The Basic (As in Simple not BASIC) DLL not Win32/OS/2 Kind. I Want The Dlls for the program to be in the 'bin' Directory thats is in the same folder as the .exe. Is there a simple (Not Moving Kansas) way to do this?

Zssffssz
Junior Poster
180 posts since Sep 2011
Reputation Points: 6
Solved Threads: 2
 
Im Talken About The Basic (As in Simple not BASIC) DLL not Win32/OS/2 Kind. I Want The Dlls for the program to be in the 'bin' Directory thats is in the same folder as the .exe. Is there a simple (Not Moving Kansas) way to do this?

Umm... copying the file ??
You could use the traditional ctrl + c to copy and ctrl + v to paste :)
Or if you'd like to do it throught command prompt, do the following :

xcopy <complete location of dll file>  <location of the folder you'd like to copy to>
adityatandon
Junior Poster
114 posts since Dec 2011
Reputation Points: 33
Solved Threads: 12
 

I dont mean the file, that's easy. Making it so that I don't get the "Foo.dll is missing, reinstalling the application might fix this" Having the Dll in a subdirectory makes the folder less ugly. For example Code::Blocks Has a Few DLLs in the share subdirectory. How do I make the program do something like that?

Zssffssz
Junior Poster
180 posts since Sep 2011
Reputation Points: 6
Solved Threads: 2
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: