Nope. Same result as beofre (SendMessageA)
> The error messages are weird. We don't have a "SendMessageA" in the whole
project.
>
> Look at the specified lines in AIEcho.cpp
No SendMessageA, just SendMessage
Hmm, an A-suffixed error? Looks like windows API stuff...
Try this:
In AIEcho.h, just before class SendMessage, add these lines:
#ifdef SendMessage
#undef SendMessage
#endif
Or else rename the SendMessage class in both AIEcho.h and AIEcho.cpp
Please don't tell my friends I know this, or else they will make fun of me.
Martin
_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel