[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Exceptions
- From: "D Burgess" <db@...>
- Date: Fri, 2 Jan 2004 7:50:15 +1000
I note that lhf in
http://lua-users.org/lists/lua-l/2003-06/msg00164.html
lhf says: The next version will contain macros that make this even
easier.
Any chance of a preview of this code?
DB
+++++++++++++++++++++++++++++++++
>Here's one example:
>
>http://www.fensende.com/~mcuddy/ltn/luapp.html
>
>Although it's lua 4.x, it shouldn't be much trouble to modify it for lua
>5.x.
>
>-Kevin
>
>> -----Original Message-----
>> From: lua-bounces@bazar2.conectiva.com.br
>> [mailto:lua-bounces@bazar2.conectiva.com.br] On Behalf Of D Burgess
>> Sent: Friday, January 02, 2004 12:00 AM
>> To: Lua list
>> Subject: Exceptions
>>
>>
>> Would anyone like to share the code for replacing
>> setjmp/longjmp with C++ exceptions or Win32 structured
>> exception handling?
>>
>> David B
>>
>>
>>