[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaBinaries executables for msvcr80.dll?
- From: "Thomas Harning Jr." <harningt@...>
- Date: Wed, 17 Oct 2007 16:29:50 -0400
On 10/17/07, Thomas Harning Jr. <harningt@gmail.com> wrote:
> > Anyway, there are two free compilers that can be used:
> >
> > Mingw -> msvcrt.dll
> > Visual C++ 2005 Express Edition -> msvcr8.dll
> MinGW can in fact link against any msvcr*
>
> http://www.develer.com/oss/GccWinBinaries
> contains it as part of its distro...
Technically you don't even need windows to compile the mingw stuff ;)
just manually replace libmscvrt.a w/ the "right" ones, as the gccmrt
utility does.
--
Thomas Harning Jr.