newbie question!

Started by
1 comment, last by CondiS 21 years, 5 months ago
i think i probably should know whats causing this error, but i don''t =( so plz help me.. c:\program2\engine\src\math.h(4) : error C2011: ''cVector'' : ''class'' type redefinition
Advertisement
easy cVector is defined twice, normaly it''s just your c compiler being a noob.


It means that you have to fiddle around with when you include your .h files, you apparently do it twice somewhere where it shouldn''t.
ok, now i found the error =)

thank you very much =)

This topic is closed to new replies.

Advertisement