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-dev] [CI] RFC - Mono now building on Cygwin/Windows with Appveyor

2014-10-26 Thread Mladen Mihajlovic
Brilliant news Alex, I know how much work you put into getting this working, and how frustrating it must have been to wait for hours to see whether a build works or not. Well done. On 26 October 2014 16:14, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: Hi all, I've reached a point where

Re: [Mono-dev] Building mono on Windows issues.

2014-10-17 Thread Mladen Mihajlovic
Hi Guys, I took it upon myself to try and get a build up and running on Appveyor yesterday. Please have a look at https://github.com/mika76/mono and https://ci.appveyor.com/project/mmihajlovic/mono - so far the only thing I've edited is the appveyor.yml file and the actual a[[veyor settings. At

Re: [Mono-dev] Building mono on Windows issues.

2014-10-17 Thread Mladen Mihajlovic
Appveyor before but it looks good. How do you get the Cygwin dependencies in there? Can it be assumed that what's happening in the Appveyor build is basically the same as on a standard Windows box? Cheers, Alex On 17/10/2014 08:53, Mladen Mihajlovic wrote: Hi Guys, I took it upon myself

Re: [Mono-dev] Building mono on Windows issues.

2014-10-16 Thread Mladen Mihajlovic
Could a service like https://ci.appveyor.com/ not be used to set up a proper windows build? On 16 October 2014 12:44, Bryan Crotaz bryan.cro...@silvercurve.co.uk wrote: Q: Why do I want to debug on Windows? A: Resharper On 16 October 2014 11:38, Edward Ned Harvey (mono)

Re: [Mono-dev] Building mono on Windows issues.

2014-10-16 Thread Mladen Mihajlovic
Contributions are one thing, but there should be a windows build system implemented and running - even continuous integration running for each commit. I'm pretty sure there's a Jenkins set up for the linux/mac builds but non for Windows? Why? On 16 October 2014 15:45, Edward Ned Harvey (mono)