aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/GuiLua/test_c.c')
-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 -