Ok, another stupid problem! I compile my program... so far so good. Then it gets to the linking part and it gives me a mother-load of errors, pretty much an error for every function i have defined in my header file:
error: 'int Render() [some other stuff]' already defined in MyHeader.obj
What does this mean and how do i fix it?????




Reply With Quote