lua-users home
lua-l archive

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


Post++ could probably be used as lpsm the same way lper does, although
it can do more for C++ and it is ported on windows. It is available
here:
http://www.garret.ru/~knizhnik/post.html

just open a storage with "fixed" flag, you can use post_c_api.h function
to replace lpsm equivalent ones. I guess that lua_state* from lua_open
can be the root object, but it is probably not needed.

-----Original Message-----
From: lua-bounces@bazar2.conectiva.com.br
[mailto:lua-bounces@bazar2.conectiva.com.br] On Behalf Of Luiz Henrique
de Figueiredo
Sent: Thursday, August 09, 2007 4:37 PM
To: Lua list
Subject: Re: lua_State snapshot

> Lper is great! But does it work with Win32?

No. It depends on LPSM which only works for Linux.

> Or is there another library you are aware of that may work the same
way as LPSM with Win32?

No, I don't know any library equivalent to LPSM for Windows.
--lhf