lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.