Advertisement

Deleteing comments make blt not work?

Started by June 26, 2002 01:03 PM
2 comments, last by cheeZe gOd 22 years, 4 months ago
Hay All! I''m new and thanks for the help. It turns out that when I delete A commented out line in my Terra class (I use FF3 images while practicing because I love the game)the sprite won''t show up anymore. I have NO CLUE why this is. It seems like it indicates another problem (kinda like the "PCH precompiled header missing" error when you don''t have a ; in a .h file) entirely. Anyone know what it could be? I''m programming with DirectDraw4 (what the books I have on DirectX use...). Thanks for the help! A bamboozled, cheeZe gOd
cheeZe gOd
Post the code within source tags, it could be anything.

,Jay
Advertisement
Hee! I figured out that deleting the comment forced a recompile of some other stuff that is buggy (my array class it looks like).

I would delete the post but when I try to modify it I get a wierd error (cint overflow?).


cheeZe gOd
cheeZe gOd
Not sure on the second problem (cin overflow), but I just wanted to comment that if you''re programming anything serious, you probably wouldn''t have a Terra class. You might have a Character class, of which Terra is an object of type Character, but you probably wouldn''t have a whole class for her. Just wanted to mention that
Peon

This topic is closed to new replies.

Advertisement