View Single Post
Old Nov 27th, 2005, 9:19 AM   #10
some1
Programmer
 
Join Date: Dec 2004
Posts: 50
Rep Power: 4 some1 is on a distinguished road
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""
some1 is offline   Reply With Quote