Skip to content

Error LNK 2019: unresolved external symbol in BACnetWriteAccessSpecification.obj #37

@Kaiserchen85

Description

@Kaiserchen85

Error:
BACnetWriteAccessSpecification.obj : error LNK2019: unresolved external symbol "public: unsigned short __cdecl CASBACnetStack::BACnetSequenceOfPropertyValue::DecodeWithObjectType(unsigned char const *,unsigned short,unsigned short,class CASBACnetStack::CErrorContainer &)" (?DecodeWithObjectType@BACnetSequenceOfPropertyValue@CASBACnetStack@@QEAAGPEBEGGAEAVCErrorContainer@2@@Z) referenced in function "public: virtual unsigned short __cdecl CASBACnetStack::BACnetWriteAccessSpecification::Decode(unsigned char const *,unsigned short,class CASBACnetStack::CErrorContainer &)" (?Decode@BACnetWriteAccessSpecification@CASBACnetStack@@UEAAGPEBEGAEAVCErrorContainer@2@@Z)

When trying to build BACnetServerExample.sln (after adding the cas-bacnet-stack and all files from submodules\cas-bacnet-stack\submodules), this error occurred. I expected a successful build.

I am trying to build this version of the BACnetServerExample: dc28f24

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