[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How about using static link instead of dynamic loaded dlls?
From: |
Mike Woolley |
Subject: |
Re: How about using static link instead of dynamic loaded dlls? |
Date: |
Thu, 05 Jun 2003 10:05:27 +0100 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (windows-nt) |
Jason Rumney <address@hidden> writes:
> so linking dynamically is more flexible for binary distribution.
Would it be possible to link in the libraries statically and *not*
require the DLL's at all at run-time?
That would provide the following advantages:
1/ No DLL hell.
2/ User doesn't have to go and download all the dependent libraries.
Of course, the resulting program is bigger, but does that matter
these days?
Cheers,
Mike
- How about using static link instead of dynamic loaded dlls?, Robin Hu, 2003/06/04
- Re: How about using static link instead of dynamic loaded dlls?, Jason Rumney, 2003/06/05
- Re: How about using static link instead of dynamic loaded dlls?,
Mike Woolley <=
- Re: How about using static link instead of dynamic loaded dlls?, Robin Hu, 2003/06/05
- Re: How about using static link instead of dynamic loaded dlls?, Jason Rumney, 2003/06/05
- Re: How about using static link instead of dynamic loaded dlls?, Juanma Barranquero, 2003/06/05
- Re: How about using static link instead of dynamic loaded dlls?, Jason Rumney, 2003/06/05
- Re: How about using static link instead of dynamic loaded dlls?, Juanma Barranquero, 2003/06/05
- Re: How about using static link instead of dynamic loaded dlls?, Juanma Barranquero, 2003/06/05
Re: How about using static link instead of dynamic loaded dlls?, David Masterson, 2003/06/05