On May 23, 4:54 pm, "[email protected]" <[email protected]> wrote: > I am also trying to make the hello world example for Windows but no > success so far. I am using VS2010. > > I have generated a DLL with only one export named hello_module. > I am compiling with the preprocessor definition USING_V8_SHARED > > When I require it in node I see garbage printed out: > > C:\node-v0.6.0\Debug>node > > > var hello = require('./hello.dll') > > C:\node-v0.6.0\Debug\hello.dll:1 > MZ´┐¢ > ^ > ... > > Any help is appreciated. If I find something I will post the solution > here. > > Thanks.
You should rename your .dll to .node -- 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
