Skip to content

g++ Windows dll version #25

Description

@fgr1986

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()'...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions