Home  >  Q&A  >  body text

java - c++ error LNK2019 often occurs

Can't understand the error, and ~SortedSeqlist() is defined correctly.

黄舟黄舟2685 days ago805

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-05-16 13:29:55

    SortedSeqlist has function declarations but no definitions.
    Or it is a file in another dynamic library and you did not put it in the project dependency

    reply
    0
  • Cancelreply