#endif without #if

Dec 4, 2015 at 4:14pm
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!
Dec 4, 2015 at 4:31pm
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.
Dec 4, 2015 at 4:41pm
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
Dec 4, 2015 at 5:18pm
yeah i found it :D there's an endif between my if and endif :D thanks a lot :D
Last edited on Dec 4, 2015 at 5:18pm
Topic archived. No new replies allowed.