lua-users home
lua-l archive

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


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