Results 8 comments of katlogic

Run it as admin, then you should be able to click the option.

The key is `HKCU\Sfotware\Classes\Open with BindIP\command`, and its value is `"path\to\bindip.exe" "%1"` (look at other keys in `Classes` to get exact structure). The option won't enable if something prevents the...

Sadly, Win10 is currently unsupported, as it needs massive rewrite of internals. Only XP and 7.

Yes. If you're writing your own GUI, you need to manipulate registry - see https://github.com/katlogic/bindip#faq

In short, I have only faux-5.3 in mind - new operators and metamethods. Thats pretty much how Mike's luajit is faux Lua 5.2. It should be "good enough" for most...

> subtle compatibility issues, wouldn't it? Or would you assume they apply to LuaJIT-style boxed 64-bit ints only? Indeed it would be a bit superficial - the MM would fire...

I'd like to give heads up that operators are now in "works for me" state, as of https://github.com/katlogic/ljx/commit/37993cfe6d48bc54764736ac34d021881dd5c880 Tester feedback would be welcome. LJX is generally not stable enough for...

`echo *.o *.a | xargs -n 1 objcopy.exe -R '.rdata$zzz'` but bleh ...