strongloop / strong-oracle

Deprecated: Node.js Driver for Oracle databases (Use https://github.com/oracle/node-oracledb instead)
Other
45 stars 18 forks source link

Fixed compilation with VS2012 and node 0.11.13 #10

Closed vschoettke closed 10 years ago

vschoettke commented 10 years ago

Fixed compilation with VS2012 and node 0.11.13

raymondfeng commented 10 years ago

Thank you for the patch. Would you please stash the commits into one?

raymondfeng commented 10 years ago

Thanks. I wonder why it requires to include "nan.h" explicitly. "utils.h" should transitively make it visible. The build works fine on Windows 64/32 bit w/ VS 2012 and Node v0.10.x.