[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: dynamic x static (win32)
- From: David Burgess <dburgess@...>
- Date: Wed, 8 Dec 2004 08:19:23 +1000
On msvcr71.dll see
http://www.gzip.org/zlib/DLL_FAQ.txt
This explains their reasons for using msvccrt.dll with VC7.
On Tue, 7 Dec 2004 11:04:08 -0300, Danilo Tuler <tuler@pobox.com> wrote:
>
> > You can do this if the module that is dynamically linked to
> > lua.dll uses a dynamically linked runtime, and your app (with
> > the statically linked Lua) does the same thing. In this case
> > both parties would be running on the same (shared) runtime
> > dll and everything should be alright.
>
> Yes, this is the case, both are linked to msvcr71.dll.
> I thought everything should be alright too, but I'm experiencing strange
> behaviors.
> Whatever... I'll go with all-dynamic.
>
> Danilo
>
>