Node.js的.net擴展 node.net
node.js 的.net擴展, 使node.js的js代碼可以調用 .NET 方法。
- Read this short description on how to build a simple nodejs addon on windows.
- Download node.js sources.
- Make sure you have Python 2.x installed (not 3.x).
- Build node sources by running `vcbuild.bat'.
- Verify that node.lib is located under the Debug/ directory.
Creating a .Net node addon
- Fire up VS2010 and create a new C++ Empty CLR project.
- Open the project properties (Click Alt+Enter while the project file is selected)
- Set the project type and extension project type should be dll and the extension should be .node
- Set the include directories as follows (replace paths with the local nodejs source path).
- Set the libraries directories as follows (replace paths with the local nodejs source path).
- Add a new CPP file and call it SOME_PREFIX_Addon.cpp. This file will hold the actual addon definitions and dll entry point.
- Open the property pages of the new CPP file you created.
- Change the "Common Language Runtime Support" option to No Common Language RunTime Support
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!