BKLronin Posted June 8, 2010 Posted June 8, 2010 Thats exactly my question. At the moment I´m coparing export.lua code from BSVP with LOVP to find any main differences or changes. No Luck yet but I am a total lua script noob. [sIGPIC][/sIGPIC]
BKLronin Posted June 8, 2010 Posted June 8, 2010 -> function LuaExportStart() package.path = package.path..";.\\LuaSocket\\?.lua" package.cpath = package.cpath..";.\\LuaSocket\\?.dll" socket = require("socket") --host = host or "localhost" host = host or "192.168.1.50" port = port or 8080 c = socket.try(socket.connect(host, port)) -- connect to the listener socket c:setoption("tcp-nodelay",true) end Theres the problem in error log it´s from the BSVP , LO VP the first line mentions a lua.lua wich causes an error so I pasted this block from BSVP over but didn´t worked yet [sIGPIC][/sIGPIC]
Recommended Posts