Home > Back-end >  Error LNK2001 __imp___HUGE cannot resolve the external symbol
Error LNK2001 __imp___HUGE cannot resolve the external symbol

Time:09-19

Find a lot of place all can't find why will report the error

CodePudding user response:

Reference:
Error LNK2001: cannot resolve the external symbol of _glad_glViewport [question points: 40 minutes]
http://bbs.csdn.net/topics/392208545

CodePudding user response:

I choose no direct reference to the file, I put the file contains the function in the original file, he directly submitted to the conflict of memory error

CodePudding user response:

Put files contain the function in the original file
-- -- -- -- -- --
Dried shrimp?

CodePudding user response:

I use lua5.1.5 SRC libraries of made a lua lua. Lib, then in the new project with lua5.1.5 inside a lmathlib. C function, directly inside the reference when adding the project found that only the lmathlib. C has not been loaded into the external dependencies

CodePudding user response:

If it is a.lib file, project properties with the corresponding directory, if the C source code, can join the project, then you may also need to # include header files,

CodePudding user response:

Ok, I see, thank you
  • Related