Alexey Melnichuk

Results 134 comments of Alexey Melnichuk

I implement 5 functions for env get/set/expand/environ/update. Update broadcast WM_SETTINGCHANGE like MSDN says, but i can not understand how it work. You can use my implementation of env functions.

> So maybe winapi.getenv? Does this matter enough? I use my lib loader that automatically append ENV.PATH before load cmodule to find depedency .dll ``` LUA local path = path_jopin(LIB_ROOT,...

I think this is my bug. I does not check compat flags. You can try this ``` C #ifndef LUA_COMPAT_MODULE static void luaL_register .... #endif #ifndef LUA_COMPAT_ALL #define lua_objlen lua_rawlen...

Any news on this? I still have the same issue