mscdex, Thanks for the pointer on the vcbuild.bat. Since i use the Windows msi install file directly, it doesn't have all the source codes for node.
Per my last email, I use the msbuild command and it appears that it generates the node_sqlite3.lib and node_sqlite3.node files. I can see these files in my "build/Release" directory. It also has a sub-folder "lib" and has the sqlite3.node file in it. So does this mean that I need to use the node source file to combine these library into the node executable itself or is there a way for me to create the "node module" out of these files? Again, thanks for the support. You guys are great. Thanks. On Sat, Mar 3, 2012 at 10:16 AM, mscdex <[email protected]> wrote: > FWIW here's a vcbuild.bat that I use for building the node-sqlite3 on > Windows (for use with node v0.6): > https://gist.github.com/d831529c9c08c754ee47 > > Just make sure the the deps/ folder contains sqlite3.c and sqlite3.h > and that you have NODE_ROOT set to the root (of the node source) where > it can find the necessary node-related lib and header files. > > -- > 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 > -- ================================================================================ Jude Lam, CEO LForge, LLC Mobile: 865-300-4829 Email: [email protected] -- 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
