Skip to content

Inconsistent DLL linkage-warnings #20

@klanderfri

Description

@klanderfri

When compiling one get four error messages, one for each method in the DLL, considering inconsistent DLL linkage:

  • cardreaderlibrary.cpp(7): warning C4273: 'CRLibrary::CompareCardNames': inconsistent dll linkage
  • cardreaderlibrary.cpp(12): warning C4273: 'CRLibrary::ReadCardTitles': inconsistent dll linkage
  • cardreaderlibrary.cpp(19): warning C4273: 'CRLibrary::GetMaxCardAmount': inconsistent dll linkage
  • cardreaderlibrary.cpp(24): warning C4273: 'CRLibrary::GetResultExample': inconsistent dll linkage
  • Find out what causes these warnings.
  • Fix the problem causing the warnings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixSomething works, but is uglyhelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions