Hey,
I've been working on a little program at work and it is nearing the finished stage but I am having a little issue including .dll files. I am making use of Shell32.dll but for some reason when I run the .exe it bombs out because it can't find the library. I don't want to make an installer for the program - I'd rather it be just one file, a done deal.
Is there any way to INCLUDE a .dll in the .exe itself? I know this would make the .exe a bit larger (but the included functions are only 54kb) but I want to do it anyways.
I can't seem to find any information on this.
Thanks!
Edit: Excuse me - when I say dependency I mean "Reference"
In my references box it calls my .dll "Interop.Shell32"
I've been working on a little program at work and it is nearing the finished stage but I am having a little issue including .dll files. I am making use of Shell32.dll but for some reason when I run the .exe it bombs out because it can't find the library. I don't want to make an installer for the program - I'd rather it be just one file, a done deal.
Is there any way to INCLUDE a .dll in the .exe itself? I know this would make the .exe a bit larger (but the included functions are only 54kb) but I want to do it anyways.
I can't seem to find any information on this.
Thanks!
Edit: Excuse me - when I say dependency I mean "Reference"
In my references box it calls my .dll "Interop.Shell32"
