Jump to content

Recommended Posts

  • 1 month later...
Posted

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]

 

 

Posted

->

 

 

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]

 

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...