Skip to content
Mohamad EL-Bawab edited this page Aug 23, 2014 · 16 revisions

To setup your development folders, we recommend the following structure:
NumXL SDK for C/C++
Where:

  • numxl-sdk-c folder contains all files in the SDK
  • output folder contains the executable binaries in NumXL and the SDK
  • proj folder is where you maintain the source code for your custom application
  1. Copy the NumXL folder's content into your main application installation folder. Preserve the folder structure. Output folder for NumXL SDK

  2. (Optional) remove the following files

  3. NumXL.XLL

  4. NumXLUI.xla or NumXLUI.xlam

  5. images (folder)

  6. Copy NumXL.conf to a new file named (myapp.conf).
    IMPORTANT: The name of the configuration file must match the App name used during the SDK initialization API.

Clone this wiki locally