[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Mixing CRTs on windows
- From: Coda Highland <chighland@...>
- Date: Wed, 21 Sep 2016 14:49:54 -0700
On Wed, Sep 21, 2016 at 2:46 PM, Ross Berteig <Ross@cheshireeng.com> wrote:
> Although this tread has been implicitly discussing the issue from the
> Windows point of view, this can happen in *nix land too. There, the usual
> cause is static linkage when dynamic should be used, and usually not the
> result of multiple CRTs because having more than one is not a common
> configuration in *nix.
Until you have to update glibc. >.> I remember going from libc5 to
libc6. THAT was an adventure. The typical advice was "make a backup,
blow away your system, and install fresh."
/s/ Adam
- References:
- Running Lua from within a Window Program, Leinen, Rick
- Re: Running Lua from within a Window Program, Erik Hougaard
- Re: Running Lua from within a Window Program, steve donovan
- Re: Running Lua from within a Window Program, Thijs Schreijer
- Re: Running Lua from within a Window Program, Shmuel Zeigerman
- Re: Running Lua from within a Window Program, Viacheslav Usov
- Re: Running Lua from within a Window Program, Christian N.
- Re: Running Lua from within a Window Program, Viacheslav Usov
- Re: Running Lua from within a Window Program, Christian N.
- Re: Running Lua from within a Window Program, Thijs Schreijer
- Mixing CRTs on windows (was: Re: Running Lua from within a Window Program), Christian N.
- Re: Mixing CRTs on windows, Ross Berteig