RtMIDI under qt 4.7; using port 0 for midi in and midi out ports, using MIDI channel 1 to send and receive.
This works perfectly under OSX. Sends and receives, no issues whatsoever.
It compiles fine under Windows (running in a VMware Fusion Windows XP VM on my Mac), and the app can SEND messages to my control surface, but receives nothing... I never get a callback, so no midi input. Both the open of the MIDI input and output devices seem to go ok, no errors raised.
I can switch back to OSX, run the same app (compiled for OSX of course) and everything works again with no config changes on the control surface.
so : The surface is connecting and opening (it receives MIDI under windows); but I get nothing FROM it.
Am I missing something here?
TIA