xdenser / node-firebird-libfbclient

Firebird SQL binding
MIT License
82 stars 34 forks source link

Support 64-bit fbclient_ms.lib #41

Closed heri16 closed 9 years ago

heri16 commented 9 years ago

Support 64-bit version of fbclient_ms.lib so that this would work on Windows: npm install firebird --verbose --arch=x64

xdenser commented 9 years ago

You will need to setup 64 bit build environment. It is not that simple on Windows AFAIK.

heri16 commented 9 years ago

Are there instructions? I don't see how a 64-bit build environment would be any harder to setup than a 32-bit build environment, considering that the latest VS2013 and MSbuild supports 64-bit compilation. In fact other nodejs 64-bit bindings works fine, except node-firebird.

mariuz commented 9 years ago

i saw that xdenser added a version in git

https://github.com/xdenser/node-firebird-libfbclient/commit/5f100da9027e696e536a970311ee223ea683fd44

please try to install it from git

npm install xdenser/node-firebird-libfbclient

heri16 commented 9 years ago

Thanks! I did a fork and was just about to send in a pull request, but you beat me to it. :)