After you get node.sln after vcbuild.bat, build it in debug and release uisng Visual Studio. Then the lib should be in Debug directory or Release directory.
vcbuild.bat may build libs too. On Friday, 26 October 2012 02:50:23 UTC-6, Erik wrote: > > Hello everyone! > > Just for evaluation, I wanted to try to write a C++ module for Node.js > under Windows and found this useful > blogpost<http://joseoncode.com/2012/04/10/writing-your-first-native-module-for-node-dot-js-on-windows/>, > > which I wanted to reproduce. > > It says that I can download the latest source code and just run the > included vcbuild.bat to make a windows build. This also works fine as far > as I can see > but I'm not able to create my c++ module under visual studio because I can > not link it to the node.lib file, which should have been created with > vcbuild. > > Any idea why the file is missing? I tried different versions of the source > code. Some create a Release folder, some create a Debug folder, where the > node.lib > should be located in, but it's not (there a lot of other different files > though)! > > Hope anyone has an idea, help would be much appreciated! > Thanks > > /Erik > > > > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
