[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaBinaries and the RTL DLL for 5.2
- From: Andrew Wilson <agrwagrw@...>
- Date: Fri, 15 Jan 2010 10:05:29 -0500
MSVC runtime usage for other Windows scripting solutions...
Python 2.6 uses msvcr90.dll
Strawberry Perl 5.10 uses msvcrt.dll
Lua 5.1 (for windows) uses msvc80.dll
If perl can use msvcrt.dll why shouldn't Lua?
One argument that Lua, as an extension language, should be directly
linkable to existing software.
Another argument that Lua, as a standalone system, should use simplest
runtime environment with least dependencies.
Andrew
2010/1/15 Luís Eduardo Jason Santos <jasonsantos@gmail.com>:
> Antonio Scuri escreveu:
>>
>> As always the problem is not the compiler. MingW still uses the
>> MSVCRT.DLL.
>>
> In fact, MinGW lets you choose your C runtime at compilation time. (I don't
> know exactly since when).
> .. -lmsvcr90
>
> --
> Luís Eduardo Jason Santos
>