Hello,
I'm using wxlua for many years.
I have a problem on using luasocket 2.0.
Can I load a lua dll module with require?
---- script
dofile([[D:\lua\lua5\5.0\bin\compat-5.1.lua]] )
http = require("socket.http")
b, c, h = http.request("http://www.lua.org") print(b,c,h)
----
With lua.exe it's ok.
But with wxlua.exe I get errors.
What is wrong?
-----------
Marcos
<<attachment: Capture-1.jpg>>
