I guess it could be but I am not using Mutex anywhere in my code. In the case I am describing I am only using MT to stop the main GUI thread from locking up so it can repaint and respond to user actions and it all works fine in Win32.
Nick
Stop the main GUI thread? How do you test for it? How do you stop? Hard to imagine:)