Re: [Mono-list] Is still mono multiplatform?

2012-08-03 Thread baltasarq
Hi, there! I have finally solved the problems with the bad image loaded crash at the beginning in .NET by simply copying the source files and re-creating the MonoDevelop project. This is probably something related to a bad version of one of the referenced

Re: [Mono-list] Is still Mono multiplatform?

2012-07-31 Thread baltasarq
Hi, there! Sorry for the delay. I only have a Windows machine at home and wanted to be sure about it. If you run your program from a cmd window what does it say/do? That's the very problem: it does not say or do anything. Even on the Debug version.

Re: [Mono-list] Is still Mono multiplatform?

2012-07-31 Thread Ian Norton
I've downloaded testy and tried to run it on windows, it immediately crashes out and I get the option to load it in the vs2010 debugger. The exception is: Could not load file or assembly 'Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies.

Re: [Mono-list] Is still Mono multiplatform?

2012-07-31 Thread baltasarq
Dear Ian: Many, many thanks for your help. I've downloaded testy and tried to run it on windows, it immediately crashes out and I get the option to load it in the vs2010 debugger. I don't have VS installed, just Monodevelop. The exception is: Could not load file or

Re: [Mono-list] Is still Mono multiplatform?

2012-07-31 Thread Ian Norton
On Tue, Jul 31, 2012 at 12:19:52PM +0100, baltasarq wrote: Dear Ian: Many, many thanks for your help. I've downloaded testy and tried to run it on windows, it immediately crashes out and I get the option to load it in the vs2010 debugger. I don't have VS installed,

Re: [Mono-list] Is still Mono multiplatform?

2012-07-31 Thread Alan
Can you ensure that you set the assembly to be 32bit only. The odds are you are starting a 64bit process and the Gtk binaries can only be loaded in a 32bit process. Alan On 31 July 2012 07:58, Ian Norton ian.norton-bad...@thales-esecurity.com wrote: On Tue, Jul 31, 2012 at 12:19:52PM +0100,

Re: [Mono-list] Is still Mono multiplatform?

2012-07-31 Thread baltasarq
Hi, there! Can you ensure that you set the assembly to be 32bit only. The odds are you are starting a 64bit process and the Gtk binaries can only be loaded in a 32bit process. Right, but, how can I ensure that? In fact, I have checked the solution I found on the

Re: [Mono-list] Is still Mono multiplatform?

2012-07-30 Thread Ian Norton
On 28/07/12 12:12, baltasarq wrote: Hi, there! I recently developed a tiny application, and decided to publish it: http://baltasarq.info/dev/testy/ My final step was to submit it to Softpedia. This is the answer I obtained. == Your product, Testy, has been recently proposed for submission to

Re: [Mono-list] Is still Mono multiplatform?

2012-07-30 Thread Daniel Hughes
Wide Margin uses GTK# and runs on .net 4.0 without any big problems except for the following - requires a restart after installing GTK# for the first time, (I still have no idea why) - I had to compile my own Mono.Data.Sqlite to work around https://bugzilla.xamarin.com/show_bug.cgi?id=2148,

[Mono-list] Is still Mono multiplatform?

2012-07-28 Thread baltasarq
Hi, there! I recently developed a tiny application, and decided to publish it: http://baltasarq.info/dev/testy/ My final step was to submit it to Softpedia. This is the answer I obtained. == Your product, Testy, has been recently proposed for submission to our software database.