lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Mar 15, 2010 at 9:48 AM, Bear <jilingshu@gmail.com> wrote:

> require("luasocket");

I think that should be:
require("socket");


>        system error 87

According to:
http://msdn.microsoft.com/en-us/library/ms681381%28VS.85%29.aspx
87 = ERROR_INVALID_PARAMETER "The parameter is incorrect."


 - Jeff