jswin
jswin copied to clipboard
Loading dynamic link libraries in JavaScript
https://www.dropbox.com/s/vf7w8oos1zxdhth/ExtensionOpener.zip?dl=0  Here's my first little app! Drag win32.js on to jswin to start it. It lists the installed extensions in Chrome for the selected profile and then you can...
This works with Node.js ?
Hi, I would like to use the functions loadLibrary("libname.lib") and getProc(...) to be able to call some C++ function defined in a .dll, but when I call the loadLibrary(...) from...
http://clrinterop.codeplex.com/releases/view/14120 Thats a tool for converting win32 api stuff to C# or VB mangaged stuff. I got it to just use as a lookup tool for function call parameters and...
I encountered a problem where the buffer was to big (~34k) and using the normal code got me a Maximum call stack exceeded (think thats what it was) error. So...