[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaBinaries executables for msvcr80.dll?
- From: "Mark Edgar" <medgar123+lua-l@...>
- Date: Tue, 16 Oct 2007 18:23:01 -0700
On 10/16/07, Hisham Muhammad <hisham.hm@gmail.com> wrote:
> Don't think so. Looks like Roberto said that the "You can not exchange
> FILE* pointers" restriction should not hold:
> http://lua-users.org/lists/lua-l/2007-09/msg00122.html
This message is talking about exchanging FILE pointers between the Lua
io library and another C module, or between the Lua io library and
your C application.
What's under discussion in this thread is whether exchanging FILE
pointers between two different C runtime libraries is a good idea. It
isn't.
-Mark
- References:
- RE: LuaBinaries executables for msvcr80.dll?, Antonio Scuri
- Re: LuaBinaries executables for msvcr80.dll?, David Burgess
- Re: LuaBinaries executables for msvcr80.dll?, Diego Nehab
- Re: LuaBinaries executables for msvcr80.dll?, David Burgess
- Re: LuaBinaries executables for msvcr80.dll?, Thomas Lauer
- Re: LuaBinaries executables for msvcr80.dll?, Diego Nehab
- RE: LuaBinaries executables for msvcr80.dll?, Antonio Scuri
- RE: LuaBinaries executables for msvcr80.dll?, Diego Nehab
- RE: LuaBinaries executables for msvcr80.dll?, Antonio Scuri
- Re: LuaBinaries executables for msvcr80.dll?, Hisham Muhammad