"#endif", but found "-end of file-" Need Help
#1

ERROR expected token: "#endif", but found "-end of file-"

only one error. Anyone tell me what's going on? I didn't meet this problem before :0

Thx!
Reply
#2

Error example
Код:
#if defined test
    #define test
Solution:
Код:
#if defined test
    #define test
#endif
Reply
#3

Thanks for your help. I'm gonna check it out later.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)