I\'m creating an UI abstraction layer for desktops. Now I\'m implementing the functionality of the .NET framework. The annoying thing is that if I let the users create a CLR Win
This is an old question, but in case someone hits the same problem: boost::thread is an "affordable" and practical replacement (provided you can use boost in your project). Strangely, it bypasses the incompatibility.