Hello,
i want to build a dll where i included "nimaqmx.h". Target setting is "Export what: Symbols marked for export". In the source code i declared that the functions in nidaqmx.h should not be exported by:
#undef DllExport
#define DllExport
#include
But nevertheless all the functions are exported to the dll. In the meantime I solved this by setting the export setting to "include file symbols", but this isn't the intended behaviour, is it?