EyalAr / lwip

Light Weight Image Processor for NodeJS
MIT License
2.36k stars 230 forks source link

Node-Webkit #192

Closed ghost closed 9 years ago

ghost commented 9 years ago

Ive build the modul for node-Webkit on a windows vps, the module compiles, but if i require it in the application it fire's an alert with the message: Uncaught Error: No Error PATH/TO/lwip_image.node

build with nw-gyp: nw-gyp --target=0.11.6 --msvs_version=2012

Build on an x64 Windows Server 2008

EyalAr commented 9 years ago

Seems like a node-webkit problem. Make sure you didn't rename nw.exe. Also I see you are using VS2012, but to compile LWIP you need VS2013 or later.