#endif without #if

I know it sounds stupid but I really need your help with this annoying error. I caught the error "#endif without #if" while I already had #ifndef before #endif. I am checking the code again now but still have no idea what the problem is. Please help me. Thank you very much!
Post the code you're having a problem with. We're not psychic. Although I am spying through your window, I'm a bit shortsighted.
If you search for '#' in the source code you might find the problem.

If you already have a #endif then look i between the #if and the #endif for an extra #endif
yeah i found it :D there's an endif between my if and endif :D thanks a lot :D
Last edited on
Topic archived. No new replies allowed.