LNK2005 errors

These can happen while using VC++

One way to fix them is make all the offending "multiply declared" variables/functions static, so they are only declared once.

Another way is to check that you have no functions defined in your header files.

No comments:

Post a Comment