Currently, the provided dll is not compatible with mingw64 (for g++ and not VS compiling). The library is found but not the symbols in it.
Example:
g++ -L./AnalyzerSDK/lib -lAnalyzer64...
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: build/SimpleGen2Analyzer.o:SimpleAnalyzer.cpp:(.text+0x291): undefined reference to `AnalyzerChannelData::GetBitState()'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: build/SimpleGen2Analyzer.o:SimpleAnalyzer.cpp:(.text+0x2f6): undefined reference to `Analyzer::KillThread()'...
Currently, the provided dll is not compatible with mingw64 (for g++ and not VS compiling). The library is found but not the symbols in it.
Example: