Re: [Mono-list] Gtk# support

2012-05-11 Thread José Baltasar García Perez-Schofield


Hi !

 To my understanding, Ubuntu does not support GTK# for .NET 2.0 based 
 mono runtime, which is not a bug. You are trying to run an app with 
 insufficient software components on an OS. If you want to use the 
 feature that the OS does not provide, you'll have to provide that by 
 yourself, like it wouldn't make sense to bug Microsoft that WP7 does not 
 ship with System.Data.

That is interesting. The problem is that, with Mono-2.10.8, .NET 
applications created with mono 2.10.8 and the latest MonoDevelop, that in 
Ubuntu work adding the --runtime=v4.0 switch, do not work in Windows anymore. 
They just simply crash, showing no errors.

The only way to execute one of that applications is to install mono and 
launch them from there (showing at the same time, an ugly command line window 
for a brief moment).

-- 
Baltasar García Perez-Schofield (jbgar...@uvigo.es)
Dpt. Informática, Universidad de Vigo, España
http://webs.uvigo.es/jbgarcia/
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Understanding a bit how things work

2012-03-05 Thread José Baltasar García Perez-Schofield

Hi, Charles!

 So, at this point, I need to determine if there is a package in mono
 that can provide the methods in SlimDX and if not, find something
 similar and re-work all the methods.

The problem is not SlimDX. The problem is that SlimDX is a wrapper 
library for DirectX, and there is not DirectX _at all_ in mono.

DirectX is a library available in Windows. C# is able to use it through 
p/invoke, in Windows, but because the library is already there:

http://msdn.microsoft.com/en-us/library/aa288468(v=vs.71).aspx

So, the real question is: the target operating system is Windows? If 
the answer is no, then you won't be able to use DirectX. You can for example 
use SDL and SDL#, which provide access to OpenGL:

http://www.matrix44.net/old/sdl/sdlnet.html

You can then distribute your mono application with the libraries for 
each platform, as the SDL library is multiplatform.

There are of course, other alternatives, such as Unity3D...

-- 
Baltasar García Perez-Schofield (jbgar...@uvigo.es)
Dpt. Informática, Universidad de Vigo, España
http://webs.uvigo.es/jbgarcia/
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mono-list Digest, Vol 82, Issue 22

2012-02-23 Thread José Baltasar García Perez-Schofield


Dear Robert,

  I asked about a problem and in the mono-winforms list about a problem 
  with WinForms, and haven't still received a single answer.
 You've asked about a problem you've encountered under MS.NET.

First of all, I am not intending to start a flame. However, obviously 
you did not understand the problem correctly. Maybe one of the problems has to 
do with .net (I suppose you refer to the calendar control), but the other one 
(mono arranging the controls differently) is a bug in mono/winforms. I finally 
did a workaround using a SplitContainer.

 Since we're rather skilled to answer questions regarding porting
 *from* MS.NET *to* Mono, there is no wonder that nobody responded,
 even if the issue is most likely a bug in Mono.

nobody responding as if I had not asked anything (in two lists!) 
seems to be quite rude to me, but if that's the protocol in this list, then I 
don't have anything else to say.

Regards,
-- 
Baltasar García Perez-Schofield (jbgar...@uvigo.es)
Dpt. Informática, Universidad de Vigo, España
http://webs.uvigo.es/jbgarcia/
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mono, Foxboard G20, /dev/ttys2 no receive ? (salorob)

2012-02-22 Thread José Baltasar García Perez-Schofield

Hi, there!

 Anyone?

Although there are a lot supportive people in this list, who answer 
when do know about the problem, this void is unfortunately quite common, in 
general.

I asked about a problem and in the mono-winforms list about a problem 
with WinForms, and haven't still received a single answer.

-- 
Baltasar García Perez-Schofield (jbgar...@uvigo.es)
Dpt. Informática, Universidad de Vigo, España
http://webs.uvigo.es/jbgarcia/
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list