[Mono-dev] Patches for mono-winforms

Steven Boswell II ulatekh at yahoo.com
Sun Jun 17 21:47:45 UTC 2012


OK, I can now run Mono under MS Windows.  The last version of my test-project (attached again, for your convenience) now dies where it's supposed to in an unpatched Mono, i.e. it gets past 1-1.

I'm already checking with OS I'm on in this test.  Apparently that wasn't enough.  My guess is that I'm running into some other incompatibility between .NET and Mono, one way outside the scope of my bug fix.  But the enclosed test-project checks both for MS Windows and for the absence of Mono before using the god-awful P/Invoke-based mouse click.

Rob: I'm trying to build latest Mono on MS Windows, and have applied the patch you posted yesterday.  I'll let you (and everyone else) know how far I got.  Hopefully I'll be able to run the enclosed test-project against it successfully & FINALLY get this patch committed.

MY GOD, building Mono under MS Windows is slow.  I don't realize how spoiled I am by Linux until times like this.

Steven Boswell


________________________________
 From: Stifu <stifu at free.fr>
To: mono-devel-list at lists.ximian.com 
Sent: Sunday, June 17, 2012 1:24 PM
Subject: Re: [Mono-dev] Patches for mono-winforms
 
Hah. To run the application with Mono on Windows, you should use the Mono
command prompt, and run the application using the "mono myapp.exe" command.
The default window icon is different, which will confirm the application is
run with Mono.
For what it's worth, P/Invokes should work with Mono on Windows. So if you
have to use P/Invokes, maybe you shouldn't check with framework the
application is running on, but which OS you're on.

"And re: getting bug fixes accepted, and WinForms not being a priority for
the Mono project...what about the bug fix for GetFileSystemEntries() I
posted a week ago?  That's not WinForms, and I haven't heard a peep about
it."

I don't know. I'm not on the Mono team, and only deal with WinForms.



--
View this message in context: http://mono.1490590.n4.nabble.com/Patches-for-mono-winforms-tp4649620p4650020.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120617/a9e1c221/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DgvTest4.zip
Type: application/zip
Size: 5815 bytes
Desc: not available
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120617/a9e1c221/attachment-0001.zip>


More information about the Mono-devel-list mailing list