I have fixed the printing and in general calling derived functions
like the ones in wxLuaPrintout.

I think that after I add the wxLuaFreeze program that works in Linux
using gcc (at least) I think we can make the 2.6.3.1 release!

-----

The wxLuaFreeze I wrote consists of a lua script that appends a wxLua
program to the wxLuaFreeze.exe executable which when started looks at
the end of itself for a special tag that tells it how big the script
at the end is and then loads and runs it.

I still don't have a good idea how to really get freeze to work for
multiple files and modules, but it's a start and at least it shows how
to make a very minimal wxLua program that simply runs a script. I
think we'd have to rewrite the lua module loading to use some sort of
fake file system, for example reading from a wxZipFilestream. However
we can't just replace the io.open functions since the wxLua program
may want to actually use them to read/write files that are really on
the disk.

Regards,
    John Labenski


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wxlua-users mailing list
Wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to