Why would I get the above message? It was working fine then I tried to recompile and that come up.
Using Dev-C++ with MinGW. Any help would be greatly appreciated. In the meantime, I'm gonna try in linux.
I've seen this a few times. In each case, there was a missing ; in another header file. One time the offending header was #include'd after tinystr.h.
Weird. If anyone figures out what it is, please post the solution.
thanks, lee
Log in to post a comment.
Why would I get the above message? It was working fine then I tried to recompile and that come up.
Using Dev-C++ with MinGW. Any help would be greatly appreciated. In the meantime, I'm gonna try in linux.
I've seen this a few times. In each case, there was a missing ; in another header file. One time the offending header was #include'd after tinystr.h.
Weird. If anyone figures out what it is, please post the solution.
thanks,
lee