-
Notifications
You must be signed in to change notification settings - Fork 0
3. Installation
To setup your development folders, we recommend the following structure:
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
-
Under the output folder, create two separate sub-folders to hold NumXL SDK executable binaries for 32-bit (Win32) and 64-bit (x64) platforms.
-
For each platform (e.g. 32-bit), Copy the NumXL folder's content into your main application installation folder. Preserve the folder structure.
-
(Optional) remove the following files
-
NumXL.XLL
-
NumXLUI.xla or NumXLUI.xlam
-
images (folder)
-
Copy the NumXL.conf file to a new file named (say MyApp.conf).
In the new file, you may wish to edit and customize the logging settings and/or data folder location.
IMPORTANT: The base-name of the configuration file (e.g. "MyApp") must match the application name that you pass to the SDK upon initialization.