Hi everyone,
How to add a file.dll to a project ?
I have a shared library with my file .dll and I would like to integrate it into my project with a Nordic nrf5 board.
But in "options" tab , I don't see anything to add.
In the manual, I saw that there were macros :
Do you think we can add this type of file in the "LINKER" tab or "PREPROCESSOR" tab of the "Options" tab of project?
If not, how can we do it?
Best regards
How to add a file.dll to a project ?
I have a shared library with my file .dll and I would like to integrate it into my project with a Nordic nrf5 board.
But in "options" tab , I don't see anything to add.
In the manual, I saw that there were macros :
$(HostDLL) $(HostDLL) – String | The file extension for dynamic link libraries on the CPU that SEGGER Embedded Studio is running on e.g. .dll. |
$(HostDLLExt) $(HostDLLExt) – String | The file extension for dynamic link libraries used by the operating system that SEGGER Embedded Studio is running on e.g. .dll, .so, .dylib. |
Do you think we can add this type of file in the "LINKER" tab or "PREPROCESSOR" tab of the "Options" tab of project?
If not, how can we do it?
Best regards