Page 1 of 1
File Binder/Joiner
Posted: Sun Aug 15, 2010 4:00 pm
by NecroPhis
hey guys i want to make a file binder for merge dll files with my VB projects can some1 help me?
Re: File Binder/Joiner
Posted: Sun Aug 15, 2010 4:34 pm
by mandai
You could just store the dll files in your program's embedded resources so they can be extracted later.
Re: File Binder/Joiner
Posted: Sun Aug 15, 2010 5:56 pm
by NecroPhis
no i want to make a progrm for merge them
it can be useful
Re: File Binder/Joiner
Posted: Sun Aug 15, 2010 7:17 pm
by mandai
What benefits are you looking to get?
Re: File Binder/Joiner
Posted: Sun Aug 15, 2010 9:57 pm
by NecroPhis
just merging dll files like AxWinderop with VB .exe files
Re: File Binder/Joiner
Posted: Sun Aug 15, 2010 11:34 pm
by mandai
Technically putting those files in as resources would merge them into the output program.
Re: File Binder/Joiner
Posted: Sat Aug 21, 2010 5:38 pm
by MrAksel
Here is the way; go to your solutions explorer and check 'view all files' to true
then under your references tab expand it and right click the AxInteropt or whatever the reference is, yeah right click it as i said and press properties
in the properties tab set 'copy local' to false then it is embedded in your .exe file or .dll file

Helpful?