aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test_c.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-27 23:29:14 +1000
committerDavid Walter Seikel2014-03-27 23:29:14 +1000
commit8533027f70680a20f8e12a35a36bf71e5c98298d (patch)
treef4a130095aa2622214fe34c6923e227e22fe32aa /ClientHamr/GuiLua/test_c.c
parentMake test_c a real Lua module, but just a test one doing it the usual way, no... (diff)
downloadSledjHamr-8533027f70680a20f8e12a35a36bf71e5c98298d.zip
SledjHamr-8533027f70680a20f8e12a35a36bf71e5c98298d.tar.gz
SledjHamr-8533027f70680a20f8e12a35a36bf71e5c98298d.tar.bz2
SledjHamr-8533027f70680a20f8e12a35a36bf71e5c98298d.tar.xz
Pointers to various URLs that might be useful.
Diffstat (limited to 'ClientHamr/GuiLua/test_c.c')
-rw-r--r--ClientHamr/GuiLua/test_c.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/test_c.c b/ClientHamr/GuiLua/test_c.c
index e7ee388..8d3ab81 100644
--- a/ClientHamr/GuiLua/test_c.c
+++ b/ClientHamr/GuiLua/test_c.c
@@ -1,5 +1,16 @@
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
3
4Seems to be several problems with linking in various OSes, heres some
5possibly helpful links -
6
7http://lua.2524044.n2.nabble.com/C-Lua-modules-not-compatible-with-every-Lua-interpreter-td7647522.html
8http://lua-users.org/wiki/LuaProxyDllFour
9http://stackoverflow.com/questions/11492194/how-do-you-create-a-lua-plugin-that-calls-the-c-lua-api?rq=1
10http://lua-users.org/lists/lua-l/2008-01/msg00671.html
11
12
13
3*/ 14*/
4 15
5 16