LNK2001 error when compiling in visual studio 2015
jackwthake opened this issue · 1 comments
jackwthake commented
I just put entityfu into my project and I compile it and get this error
unresolved external symbol "public:static unsigned int Entity::Component::numCids" (? numcids@component@Entity@@21A)
NatWeiss commented
EntityFu is just a framework. You need to design your own components. See main.cpp for an example.