C
Cameron
Is it possible to do a static link when building an executable? I have a
little application that uses 3 or 4 of my custom DLLs. I would like to
distribute the executable but to have to distribute it and these 3 or 4
other files is a pain. I would prefer if the executable was bigger and
contained the nessissary pieces of the DLLs as required so that I would
only have to distribute a single file. In C++ you can do this with
static linking so I was just wondering if somethign equivelenet was
available?
Thanks
-Cam
little application that uses 3 or 4 of my custom DLLs. I would like to
distribute the executable but to have to distribute it and these 3 or 4
other files is a pain. I would prefer if the executable was bigger and
contained the nessissary pieces of the DLLs as required so that I would
only have to distribute a single file. In C++ you can do this with
static linking so I was just wondering if somethign equivelenet was
available?
Thanks
-Cam