On Sat, 3 Apr 2004 21:52:16 +0100, QuickHare wrote:
>I have a VB program which I wrote. It is a large program, which uses not
too
>many commands (but too many for me to work them all out manually...).
>
>Basically, I don't like the idea of all of the DLLs I have to package
with it. I
>have one (MSVBVM50.DLL) which is nearly 2Mb in size. Although this is
fine for a
>CD, downloads can be long-winded and complicated if I use a separate
download if
>the file is not present on the users' machine.
>
>What I am looking for is a program that will take all the functions from
a DLL
>used by my program (and I mean actually used, as I know VB programs
reference
>them all regardless) and insert them into my program as a local function
rather
>than a function referring to a DLL.
>
>Is this kind of program available these days for free? If so, which is
the best?
>I did a search a long time ago on Google but could not find a program
that was
>free.
>
>Thanks for any help anyone can give.
If you know assembly, you could do this by hand, but it would be a
*major* pain in the ass.
--
auric "underscore" "underscore" "at" hotmail "dot" com
*****
Paranoids are never alone.


|