|
Ok, so I've done that and everything works, thx everyone.
Now I have another problem, I'm trying to create a global pointer to a custom class in the global.h like this
extern MYCLASS *pMyClass;
but I get yet another linking error:
"error LNK2001: unresolved external symbol "class MYCLASS * pMyClass""
|