Hi,
The ant dynamic library has a ant.h and ant.cpp files, where as the ant static library does not have those files.
If I copy these files from the dll library to the static library and build the project it compiles, but I get a error in ANT_INIT();
\ANT_LIB\libraries\dsi_silabs_library.cpp:
SiLabsError::Enum ret = LoadFunctions(); throws an error, since it can't Load the library.
If I ignore the error it is ok, but why does the static library try to load functions from DSI_SiUSBXp_3_1.DLL
Thanks
ashish