Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-02-09 Thread George, Glover E ERDC-RDE-ITL-MS CIV
: Glover George mailto:glover.e.geo...@erdc.dren.mil>> Date: Tuesday, February 9, 2016 at 10:38 AM To: Miguel de Icaza mailto:mig...@xamarin.com>> Cc: "mono-list@lists.ximian.com<mailto:mono-list@lists.ximian.com>" mailto:mono-list@lists.ximian.com>> Subject: Re: [M

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-02-09 Thread George, Glover E ERDC-RDE-ITL-MS CIV
ist@lists.ximian.com>" mailto:mono-list@lists.ximian.com>> Subject: Re: [Mono-list] Mono, Windows Forms, and Headless operation Hello, ThreadPools are available on .NET 2.0, just not the fancier TPL-based ones. Perhaps you could consider replacing that bit of code with using the Thread

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-02-08 Thread Miguel de Icaza
Hello, ThreadPools are available on .NET 2.0, just not the fancier TPL-based ones. Perhaps you could consider replacing that bit of code with using the ThreadPool? Miguel On Thu, Jan 7, 2016 at 4:24 PM, George, Glover E ERDC-RDE-ITL-MS < glover.e.geo...@erdc.dren.mil> wrote: > Hi all, > > We’r

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-01-09 Thread Mladen Mihajlovic
Hey George In a couple of places you mention you don't want to see the GUI and only needed background workers? u think using normal threads will do the trick. You can do everything and more that the background wonder does. Check http://www.albahari.com/threading/ for more help. Cheers Mladen On

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-01-08 Thread George, Glover E ERDC-RDE-ITL-MS
Thanks Jordan. It turns out, I may have been conflating two problems into one. The fact that I needed to show the windows form was because I needed a message loop to process the BackgroundWorker¹s events. Turns out I can just call Application.Run() with no parameter, and it will cause the UI thr

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-01-08 Thread Edward Ned Harvey (mono)
I think the advice would generally be: 1. Yes you can absolutely write a Console Application, which works perfectly cross-platform, and does not need any WinForms or X11. (Right click your solution, new project, Console Application). It's better to create a new project than to convert an existi

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-01-08 Thread Robert Jordan
On 07.01.2016 22:24, George, Glover E ERDC-RDE-ITL-MS wrote: Hi all, We’re currently porting a Windows Forms Application to Mono, and have generally had great success. However, we have now hit a critical decision point, and were hoping for some guidance on the best route forward. If we don’t

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-01-08 Thread George, Glover E ERDC-RDE-ITL-MS
Again, I agree with the separation of business logic from the GUI. In fact, on mono, I never want to see the GUI. It¹s due to the fact that my parallelism relies on multiple concurrent BackgroundWorkers. I¹m restricted to .net 2.0 , nothing later. So I don¹t have the TPL available. I have Back

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-01-08 Thread George, Glover E ERDC-RDE-ITL-MS
Hi Timotheus, Thanks for your reply. Unfortunately, changing from WinExe to Exe doesn¹t help as it still wants an X Display. Also, most of the business logic is separate from the gui . However, the multithreading uses Background Workers, which to my knowledge, requires an event loop to handle t

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-01-07 Thread Timotheus Pokorra
Hello George, > Question First: > The main question I had for the Mono list is this. Is it possible to have > mono run Windows Forms code without trying to open X11 (I.e. headless mode)? > What triggers mono to request an X11 display? Is it the project type? Is it > the call to an object that in

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-01-07 Thread Timotheus Pokorra
Hello Netgear, > -Mono(Mono.Mac not Xamarin.Mac) support is non existent.You can see this > forum is full of spam and rarely someone replies. I don't think the original poster is refering to Mono.Mac? X11 is not OSX ;) And the mono list itself is quite clean from spam. You are using the nabble in

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-01-07 Thread netgear
I have been trying to port my windows winforms app to Mac.I have managed to port it successfully by replacing winforms with gtk#.Background worker has some issues when there was concurrent execution,i switched to threads ,threads gave some other issues so i switched back to background worker and i

[Mono-list] Mono, Windows Forms, and Headless operation

2016-01-07 Thread George, Glover E ERDC-RDE-ITL-MS
Hi all, We’re currently porting a Windows Forms Application to Mono, and have generally had great success. However, we have now hit a critical decision point, and were hoping for some guidance on the best route forward. If we don’t have X11, mono fails to run Windows Forms code with the foll

Re: [Mono-list] mono Windows VS 2003 Web Developer - Recommended Dev. Env. Configuration

2006-04-21 Thread Francisco T. Martinez
Nate Chadwick wrote: > Hi I have been struggling in the setup of a sane development > environment as a mono user. Here is what I have gleaned from various > correspondence, google, and practical use this week. Does this jive > with what other Visual Studio developers migrating to mono are using?

[Mono-list] mono Windows VS 2003 Web Developer - Recommended Dev. Env. Configuration

2006-04-21 Thread Nate Chadwick
Hi I have been struggling in the setup of a sane development environment as a mono user. Here is what I have gleaned from various correspondence, google, and practical use this week. Does this jive with what other Visual Studio developers migrating to mono are using?

RE: [Mono-list] Mono windows

2004-08-04 Thread Molenda, Mark P
] Subject: RE: [Mono-list] Mono windows I agree totally with you but it's only a problem when building the thing. Installing from setups / red carpet works like a charm. I think this is the problem in general with makefiles. We really should have something better, but this would be a lot of work

RE: [Mono-list] Mono windows

2004-08-04 Thread Rob . Tillie
MSBuild-like clone. Eventually, we'll get there :). Greetz, -- Rob. > -Original Message- > From: Molenda, Mark P [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 04, 2004 4:20 PM > To: '[EMAIL PROTECTED]' > Subject: Re: [Mono-list] Mono windows > >

Re: [Mono-list] Mono windows

2004-08-04 Thread Molenda, Mark P
00 Subject: Re: [Mono-list] Mono windows From: Joe Ante <[EMAIL PROTECTED]> To: MONO <[EMAIL PROTECTED]> HI, After trying to build mono on windows for 2 days using the help of a unix guy, it still doesn=B9t work. I tried everything from the windows build scripts to the www.nullenvoid

Re: [Mono-list] Mono windows genmdesc crash

2004-08-04 Thread Atsushi Eno
Hi, The easiest way to solve this problem is to install XML::Parser. It is available from here: http://cygwin-ports.sourceforge.net/ Atsushi Eno Marko Suovula wrote: Same here, although with current CVS version it stops in (full Cygwin with Win2k): " perl ./make-opcodes-def.pl ./cil-opcodes.xml opc

RE: [Mono-list] Mono windows genmdesc crash

2004-08-04 Thread david
Me, too. I'm stuck at the same point. I wanted to try to add reference counting so that finalizers can be called deterministically. This wouldn't work for cycles. The GC would still have to call finalizers in that case. Also, the GC would still be responsible for managing memory. I'd just like to

Re: [Mono-list] Mono windows genmdesc crash

2004-08-04 Thread Marko Suovula
AIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, August 03, 2004 8:43 PM Subject: RE: [Mono-list] Mono windows genmdesc crash > Yup, here exactly the same... > > -- Rob. > > > -Original Message- > > From: Joe Ante [mailto:[EM

RE: [Mono-list] Mono windows genmdesc crash

2004-08-03 Thread Rob . Tillie
Yup, here exactly the same... -- Rob. > -Original Message- > From: Joe Ante [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 03, 2004 7:35 PM > To: MONO > Subject: [Mono-list] Mono windows genmdesc crash > > Hi, > > I am trying to build mono on windows at t

[Mono-list] Mono windows genmdesc crash

2004-08-03 Thread Joe Ante
Hi, I am trying to build mono on windows at the moment. After two days we have gotten at least somewhere in the middle of the make process. But it currently hangs in genmdesc.exe. Either it crashes or it just loops with 100% CPU usage. "./genmdesc ./cpu-pentium.md cpu-pentium.h pentium_desc" gdb

Re: [Mono-list] Mono windows

2004-08-03 Thread Joe Ante
> As posted earlier in the discussion list: > > http://forge.novell.com/modules/xfmod/project/showfiles.php?group_id=1395&rel > ease_id=1945&dl=4409 > > See link for a download for a mono 1.0 installer for windows. Hi Jonathan, Thanks for the quick response. I downloaded, uninstalled the old mo

RE: [Mono-list] Mono windows

2004-08-03 Thread jonathan.cooper
ehalf Of Joe Ante Sent: Tuesday, August 03, 2004 11:31 AM To: MONO Subject: Re: [Mono-list] Mono windows HI, After trying to build mono on windows for 2 days using the help of a unix guy, it still doesn¹t work. I tried everything from the windows build scripts to the www.nullenvoid.com/wiki intr

Re: [Mono-list] Mono windows

2004-08-03 Thread Joe Ante
HI, After trying to build mono on windows for 2 days using the help of a unix guy, it still doesn¹t work. I tried everything from the windows build scripts to the www.nullenvoid.com/wiki intro how to manually compile mono. To just trying to figure out the error msgs myself. I am getting problems l

Re: [Mono-list] Mono windows

2004-08-02 Thread Joe Ante
> Hi, > > Is there any reason for not having a windows installer which includes the > dll's necessary for embedding mono? > > > I tried building mono using the mono-build-win32.sh script but it failed: > > Installing glib... > /usr/local/bin/mono-build-w32.sh: line 120: [: too many arguments >

[Mono-list] Mono windows

2004-08-02 Thread Joe Ante
Hi, Is there any reason for not having a windows installer which includes the dll's necessary for embedding mono? I tried building mono using the mono-build-win32.sh script but it failed: Installing glib... /usr/local/bin/mono-build-w32.sh: line 120: [: too many arguments /usr/local/bin/mono-bu

Re: [Mono-list] mono+windows

2004-02-13 Thread Jordi Mas
En/na José Francisco Palma Soto ha escrit: When I try to install mono in windows appear this message: Updating mono Logging into CVS server. Anonymous CVS password is probably empty ./mono-build-w32.sh: line 45: cvs: command not found Wath can I Do? Have a look to: http://216.239.59.104/searc

Re: [Mono-list] mono+windows

2004-02-12 Thread Jackson Harper
You need to install the cvs package through cygwin. Run the cygwin setup tool and add cvs. I think it is under developer tools. You will also need make, auto* and probably a few other development packages. Jackson On Thu, 2004-02-12 at 17:23, José Francisco Palma Soto wrote: > When I try to ins

[Mono-list] mono+windows

2004-02-12 Thread José Francisco Palma Soto
When I try to install mono in windows appear this message: Updating mono Logging into CVS server. Anonymous CVS password is probably empty ./mono-build-w32.sh: line 45: cvs: command not found Wath can I Do? _ Únete al mayor servicio

RE: [Mono-list] Mono Windows/Cygwin Repeatable Build Process

2004-01-05 Thread Adam Chester
f Joe Mozelesky Sent: Monday, 5 January 2004 1:38 PM To: [EMAIL PROTECTED] Subject: [Mono-list] Mono Windows/Cygwin Repeatable Build Process Importance: High Hello, I was wondering if there were any plans to update mono-build-w32.sh to a working state, or if there is a working build script for Win

[Mono-list] Mono Windows/Cygwin Repeatable Build Process

2004-01-04 Thread Joe Mozelesky
Hello, I was wondering if there were any plans to update mono-build-w32.sh to a working state, or if there is a working build script for Windows/Cygwin floating around out there? I just spent the past 2 days trying to compile Mono on Cygwin. I did a fresh install of Cygwin, and I selected to ins

Re: [Mono-list] Mono Windows Binaries contained a virus.

2003-02-26 Thread Miguel de Icaza
Hello, > Would it be fair to say that this would not happen again? That is to say, > you know how it happened and have addressed the issue? Yes, it was tracked down and solved (the Gtk sharp binaries for example went through this process before being uploaded). Miguel ___

Re: [Mono-list] Mono Windows Binaries contained a virus.

2003-02-26 Thread Richard Polton
Hi, Would it be fair to say that this would not happen again? That is to say, you know how it happened and have addressed the issue? Thanks, Richard Miguel de Icaza wrote: > Hello, > >If you downloaded the Windows binaries for Mono 0.20 today (they were > available for about 10 minutes, bu

RE: [Mono-list] Mono Windows Binaries contained a virus.

2003-02-25 Thread Daniel Morgan
binaries. Enjoy! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Miguel de Icaza Sent: Monday, February 24, 2003 2:54 PM To: [EMAIL PROTECTED] Subject: [Mono-list] Mono Windows Binaries contained a virus. Hello, If you downloaded the Windows binaries for

[Mono-list] Mono Windows Binaries contained a virus.

2003-02-24 Thread Miguel de Icaza
Hello, If you downloaded the Windows binaries for Mono 0.20 today (they were available for about 10 minutes, but we got 30 downloads), please read: http://www.go-mono.com/virus.html The binaries shipped with a virus. We apologize for the inconvenience, Miguel. _