Home > Software engineering >  This mistake so why? To solve the
This mistake so why? To solve the

Time:10-23

The error LNK2001: unresolved external symbol "struct Snake * Snake" (? The Snake pau0 @ @ @ 3 A)

CodePudding user response:

Might be to use the extern Snake Snake, but this variable does not exist (no statement), you are in the project search Snake Snake * look at whether there is any,

CodePudding user response:

Check whether the Snake structure declaration file is included!

CodePudding user response:

Does not contain the lib library file, or not added in the realization of the structure, basic it is the case, hope to adopt!
  • Related