Saturday, December 31, 2011

LNK2019: unresolved external symbol

You got LNK2019: unresolved external symbol but you're sure you declared the symbol in a .h file and you defined it the corresponding .cpp file?

The problem may be that you didn't prefix the function definition with the class name.

No comments:

Post a Comment