Matthias,

I am interested in making C++/CLI work with Mono,
because I like my programs to run under Linux, but
being myself to lazy and reluctant to move from C++ to C#. (And with C++/CLI there is no real need to do so actually.)

Well, one reason exists: your apps would run under Linux ;-)

However, I created with the Designer a simple dialog Windows::Form
"MyForm" with just a single pushbuttonin it, and added it to the project. When calling "Application::Run(gcnew TestApp::MyForm());" from Main, everything is fine with MS.NET but mono fails quietly to run the TestApp. I suppose the desinger must have generated code, which is out of Mono::WinForms?

It sounds to me like you were testing with Mono under Windows.
Try to set the target to "console application", probably here:
Project->Linker->System->SubSystem: Console
That way you'll get at least a meaningful stack trace.

Robert

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to