[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Mixing wxLua and LPeg?
- From: "Evan DeMond" <evan.demond@...>
- Date: Fri, 3 Oct 2008 00:31:10 -0500
Hi all,
I've got a project that runs on the wxLua binary, a big executable with a Lua interpreter statically linked in (to the best of my knowledge.) Now I'd like to mix in LPeg as well, which seems to want to link to its own Lua library (whether dynamically or statically, not sure.) I count two Lua interpreters getting loaded in that setup...
Am I going to have Problems? Any obvious ways around this?
Thanks,
Evan