I need some apps to be cross-platform, so I thought I'd take a look at mono. Using VS2008, I built a basic CLR/C++ app. One window with a label, a text field, and a button. Compiled and ran fine on Win. When I try to run it on SUSE, I get the following error:
System.DllNotFoundException: msvcm90d.dll
According to the mono website, C++ WinForms apps should run fine under mono. What am I doing wrong?
jcf