Base class undefined? HELP!

Started by
20 comments, last by Ledneh 21 years, 6 months ago
make sure "direct3d.h" doesnt include block.h nor object.h. Move your #include "direct3d.h" into object.cpp anyway if you dont need it in the header.

edit - i should probably refresh the page if i leave it on overnight

[edited by - sark on October 5, 2002 2:26:53 AM]
Advertisement
Damn me and my cleverly hidden circular dependencies. Damn me.

Thanks folks, I don''t know what I''d do without you. You were right; because of the way my #includes were organized, I ended up having block.h re-include itself before it included it''s own base. Fixed.

-Ledneh -- "Where''s me drink?!"
-=-=-=-=-=-=-=-"We are the Dyslexia of Borg. Your ass will be laminated. Futertility is resistant.""SWEET LADY FREEDOM! LET'S MAKE OUT!!"

This topic is closed to new replies.

Advertisement