Hi,
i would like to build a static library for windows, but when i set the library from dynamic to static i get the following unresolved symbols when building hidtest:
1>hidapi.lib(hid.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_SetupDiDestroyDeviceInfoList".
1>hidapi.lib(hid.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_SetupDiEnumDeviceInterfaces".
1>hidapi.lib(hid.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_SetupDiGetClassDevsA".
1>hidapi.lib(hid.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_SetupDiGetDeviceInterfaceDetailA".
1>hidapi.lib(hid.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_SetupDiEnumDeviceInfo".
1>hidapi.lib(hid.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_SetupDiGetDeviceRegistryPropertyA".
Hi, i would like to build a static library for windows, but when i set the library from dynamic to static i get the following unresolved symbols when building hidtest:
What else am i missing??