On Fri, Feb 27, 2009 at 9:39 AM, Magnus Hagander <mag...@hagander.net> wrote:
> Dave Page wrote:
>> On Fri, Feb 27, 2009 at 8:47 AM, Zeugswetter Andreas OSB sIT
>> <andreas.zeugswet...@s-itsolutions.at> wrote:
>>> We should delayload this dll since it is only needed
>>> for specific configuration. No need to install when it is not used.
>>
>> That would require building knowledge of DLL names into the code,
>> which isn't practical as some projects have a habit of changing them
>> regularly (e.g. gettext).
>
> Are you sure?
>
> http://msdn.microsoft.com/en-us/library/hf3f62bz.aspx
>
> seems to indicate that you can do it on just the commandline if you want to?

Hmm, didn't know you could do that. We'd still need code support to
figure out the DLL name from the import library so we can generate the
command line correctly though.


-- 
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to