Help needed with linking....

Started by
30 comments, last by Moe 22 years, 8 months ago
C++ and OOP aren''t really my strong points. Besides, the way I am doing it works fine for me. I have destructors that automatically call the shutdown functions so nothing is left allocated.

I still do have a problem with a 2304 byte mem leak in fullscreen mode only, which I would like to get fixed.
Advertisement
quote:Original post by GayleSaver
The ifdefs are hard to maintain. Or harder, anyway. I always tend to forget the #endif at the end.

So type the #ifdef/#endif block before you add any other code. Or write an DevStudio macro to do it.

This topic is closed to new replies.

Advertisement