aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-08 01:50:58 +1000
committerDavid Walter Seikel2014-04-08 01:50:58 +1000
commitfc8941e94125b4e1f599caac80e44973d92a1716 (patch)
tree55ca6a258d6ea5bef44857ddd8039c86364b98b5 /ClientHamr/GuiLua
parentComment out the currently unused dumpStack(). (diff)
downloadSledjHamr-fc8941e94125b4e1f599caac80e44973d92a1716.zip
SledjHamr-fc8941e94125b4e1f599caac80e44973d92a1716.tar.gz
SledjHamr-fc8941e94125b4e1f599caac80e44973d92a1716.tar.bz2
SledjHamr-fc8941e94125b4e1f599caac80e44973d92a1716.tar.xz
Notes about why a combined skang library / app probably wont work, and what we could do about that.
Diffstat (limited to 'ClientHamr/GuiLua')
-rw-r--r--ClientHamr/GuiLua/test_c.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/ClientHamr/GuiLua/test_c.c b/ClientHamr/GuiLua/test_c.c
index eb06416..c090ed9 100644
--- a/ClientHamr/GuiLua/test_c.c
+++ b/ClientHamr/GuiLua/test_c.c
@@ -1,7 +1,13 @@
1/* Should be a Lua skang module, roughly the same as test.lua 1/* Should be a Lua skang module, roughly the same as test.lua
2 2
3TODO - see if this still works if it's an app instead of a library. 3TODO - See if this still works if it's an app instead of a library.
4 4 I think the problem will be duplicate Lua library names.
5 The C app will be linked to one copy, the lua executable that require() this is linked to another, even if it's the same one.
6 Much hilarity ensues.
7 Not to mention linker flags being different.
8
9 Plan B -
10 Widget skang module runs the window app, and sends stuff to it.
5 11
6Seems to be several problems with linking in various OSes, here's some 12Seems to be several problems with linking in various OSes, here's some
7possibly helpful links - 13possibly helpful links -