For debugging purposes, it would be nice to have a list of the messages handled be the Juce message manager. I’ve snooped around, but I cannot figure out where I should find a translation list. Case in point: I have a messge 0xc400 that cannot be delivered without an exception being thrown…
D’oh… The “m” in my variable watch referred to both the Juce::Message “m” in one call, and an MSG in another. The ID-sort-of-thing I was talking about is the message member variable in the MSG struct. My bad :o
Thanks anyway! This observation bring me closer to the error…