Alexey Melnichuk

Results 134 comments of Alexey Melnichuk

> CrtSetReportHook  > GetMessageA > TranslateMessage > DispatchMessageA > MapVirtualKeyW > GetUserProfileDirectoryW > GetSystemMetrilluv > Link failed all win system function!! Some of them are needed only for debug versions....

Once again. On windows I use my [lua-windows-environment](https://github.com/moteus/lua-windows-environment) distro. Which contains LuaRocks 3.0.4. On linux I also use this version. > I build lluv.so success(lua5.3) ,but "lluv.websocket" not found in...

Its still here :) orbiter\util.lua orbiter\html.lua orbiter\text.lua examples\appserver.lua examples\form2.lua

[lzmq](https://github.com/zeromq/lzmq) supports ZeroMQ 4.2.x :)

I think it may be quite easy to write wrapper around lzmq to provide needed API.

Wrote wrapper for `lzmq` to be drop-in replacement for lua-zmq. https://github.com/moteus/lua-lzmq-zmq `zthreads` module from original lua-zmq also should be compatiabale with this library.

This library does not use any C++ exceptions. May be you link with static Lua compiled with them ?

I mean about [this part](https://github.com/luarocks/luarocks/blob/master/install.bat#L947) And because I have no `luarocks.bat` but only `luarocks-5.X.bat` when I type just `luarocks` in command line windows invokes `luarocks.lua` file. > If so, what...

Found discassion https://sourceforge.net/p/gnuwin32/discussion/74807/thread/443dd2d3/ This command works for path with spaces ``` "c:\Lua\LuaRocks\tools\cp" -dR c:\Documents" "and" "Settings\moteus\Local" "Settings\Temp\luarocks_luarocks-source-lua-cjson-2.1.0-1-5386\lua-cjson-2.1.0\lua\*.* "c:\Lua\5.1\systree\lib\luarocks\rocks\lua-cjson\2.1.0-1\lua" ``` Crazy world :)

``` >"c:\Lua\LuaRocks\tools\cp" -d -R "lua"\*.* "c:\Lua\5.1\systree\lib\luarocks\rocks\lua-cjson\2.1.0-1\lua" c:\Lua\LuaRocks\tools\cp: cannot stat `lua\\*.*': Invalid argument >"c:\Lua\LuaRocks\tools\cp" -d -R "lua"\* "c:\Lua\5.1\systree\lib\luarocks\rocks\lua-cjson\2.1.0-1\lua" c:\Lua\LuaRocks\tools\cp: cannot stat `lua\\*': Invalid argument >"c:\Lua\LuaRocks\tools\cp" -d -R "lua\"*.* "c:\Lua\5.1\systree\lib\luarocks\rocks\lua-cjson\2.1.0-1\lua" c:\Lua\LuaRocks\tools\cp: missing...