Adding libraries
If your custom code required the use of an additional library that is not part of the code generated by HFLI, you can add
that library from the properties grid of the project as follows:
|
1. |
Select the project node in the left pane (HFLIClass1 in the screen shot above). |
|
2. |
In the Properties grid, select the AdditionLibraries item and click on the ellipsis next to it. This opens the Additional Libraries for HFLIClass1 dialog box.
|
|
3. |
Type the name of the library you want to add and click Add. If you want to remove a library already added, select it from the Namespaces list and click Remove. When finished, click the OK button to close the dialog box. The libraries added here will be part of the code generated by HFLI and will be maintained in the project.
|