Skip to content
Mohamad F ELBawab edited this page Aug 12, 2014 · 31 revisions

To begin development using the NumXL SDK:

  1. In your visual studio:
  2. In solution browser, select your project and expand "references"
  3. right-click on "references" and select "add reference"
  4. Add Reference pops up, select the Browse Tab
  5. Browse the filesystem to your installation directory, and select "NumXLAPI.dll"
  6. Click OK.
  7. Save
  8. In the solution browser,
  9. Select "NumXLAPI" under references, right-click and select properties.
  10. In the properties window, set "Copy Local" to False.
  11. In Solution browser, select your project, right-click and select properties
  12. Select the build tab
  13. Set the "Output Path" to your installation directory.
  14. Save
  15. Develop your application as usual.

Clone this wiki locally