lua: added "iuplup" require statement to ensure iup is loaded with auxlib
This commit is contained in:
parent
c7aaa87f86
commit
8db54dc60e
|
@ -7,7 +7,7 @@
|
||||||
--local iupcontrolslua_open = package.loadlib("iupluacontrols51.dll", "iupcontrolslua_open");
|
--local iupcontrolslua_open = package.loadlib("iupluacontrols51.dll", "iupcontrolslua_open");
|
||||||
--if(iupcontrolslua_open == nil) then require("libiupluacontrols51"); end
|
--if(iupcontrolslua_open == nil) then require("libiupluacontrols51"); end
|
||||||
--iupcontrolslua_open();
|
--iupcontrolslua_open();
|
||||||
|
require("iuplua");
|
||||||
--TODO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
--TODO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
--LUACALL_BEFOREEXIT use that instead of emu.OnClose below
|
--LUACALL_BEFOREEXIT use that instead of emu.OnClose below
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue