Re: [Mono-list] Problem calling ioctl() on 32bit systems, works on 64bit

2016-01-28 Thread Natalia Portillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ok I found the problem, the ioctl number must be 32bit (still works like that on 64bit systems) or displaces the pointer. El 29/1/16 a las 3:51, Natalia Portillo escribió: > On a follow up I have made a little C snippet to intercept the >

[Mono-list] Problem calling ioctl() on 32bit systems, works on 64bit

2016-01-28 Thread Natalia Portillo
om/claunia/DiscImageChef/blob/master/DiscImageChef.Devic es/Linux/Command.cs method SendScsiCommand() I have absolutely no clue at this time on why this is happening, so any help is welcome. Regards, Natalia Portillo -BEGIN PGP SIGNATURE- Comment: GPGTools - http://gp

Re: [Mono-list] Problem calling ioctl() on 32bit systems, works on 64bit

2016-01-28 Thread Natalia Portillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On a follow up I have made a little C snippet to intercept the ioctl() call. On 64 bit: Received fd=3, request=8837, pointer=0x7ffce86ac3b8 On 32 bit: Received fd=3, request=8837, pointer=(nil) El 29/1/16 a las 2:36, Natalia Portillo escribió

Re: [Mono-winforms-list] How to deploy a .net application on Linux OS

2011-05-28 Thread Natalia Portillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 El 21/04/2011, a las 12:10, dhirub4u escribió: Hello All, I am newbie to MONO. I have no experience in Linux OS too. We have a .net application which runs fine on windows operating system. But one of our client wants the same application

Re: [Mono-winforms-list] How to execute my win app built in mono( Windows ) on Mono (Mac OSX)

2011-03-01 Thread Natalia Portillo
Hi, exe extensions belongs to a good couple of systems, not just Windows. In the case of an app compiled for .NET (with Mono or Visual Studio) that .exe extension exactly corresponds to a CLR Portable Executable. You don't need any kind of Windows component to run those, you can just use mono.

Re: [Mono-dev] Mono 2.8 is out

2010-10-06 Thread Natalia Portillo
Congratulations to all the team and collaborators. El 06/10/2010, a las 23:24, Miguel de Icaza escribió: Hey guys! After an intense year of work Mono 2.8 is out, check out our full release notes here: http://www.mono-project.com/Release_Notes_Mono_2.8 This includes lots of

Re: [Mono-list] [Mono-dev] Mono 2.8 is out

2010-10-06 Thread Natalia Portillo
Congratulations to all the team and collaborators. El 06/10/2010, a las 23:24, Miguel de Icaza escribió: Hey guys! After an intense year of work Mono 2.8 is out, check out our full release notes here: http://www.mono-project.com/Release_Notes_Mono_2.8 This includes lots of

Re: [Mono-dev] [Mono-osx] [Mono-list] Mono 2.8 Second Public Preview

2010-09-21 Thread Natalia Portillo
Hi, If you guide me to the bugs I'll do my best, however I don't know what they are, where they are, or the mono codebase. Regards, Natalia Portillo El 21/09/2010, a las 03:31, Geoff Norton escribió: The x86-64 support for OSX is still unstable at this time, as it does have some transient

Re: [Mono-dev] [Mono-list] Mono 2.8 Second Public Preview

2010-09-20 Thread Natalia Portillo
Hi and congratulations, Will this version include x86-64 support on Mac OS X or that will stay in the unstable git? Regards, Natalia Portillo Claunia.com El 21/09/2010, a las 01:06, Andrew Jorgensen escribió: Tonight we publish the second (or third if you were watching closely) public

Re: [Mono-list] Mono 2.8 Second Public Preview

2010-09-20 Thread Natalia Portillo
Hi and congratulations, Will this version include x86-64 support on Mac OS X or that will stay in the unstable git? Regards, Natalia Portillo Claunia.com El 21/09/2010, a las 01:06, Andrew Jorgensen escribió: Tonight we publish the second (or third if you were watching closely) public

Re: [Mono-winforms-list] Suffering from mono-noob-cleosis.

2010-09-18 Thread Natalia Portillo
as that are the ones you will use in MonoMac/MonObjc. Even if the documentation for MM/MO is good you'll learn a lot from Apple documentation. Regards, Natalia Portillo Claunia.com Thanks. Kurt -- View this message in context: http://mono.1490590.n4.nabble.com/Suffering-from-mono-noob-cleosis

Re: [Mono-winforms-list] Transparency Problem

2010-04-03 Thread Natalia Portillo
I had the same problem. Tried in Mac OS X (both Carbon and X11), no success. Of course both Carbon and X11 do support transparency, overlays and OpenGL (AGL and XGL respectively). Tried in Linux, no success. KDE4 transparencies and effects are working. The X.Org configuration file contains

Re: [Mono-winforms-list] Blank windows

2009-12-13 Thread Natalia Portillo
Properties.Resources 2009/12/13 Natalia Portillo clau...@claunia.com: I've prepared a test case and... The test case worked perfectly (transparency is still not being set), so I don't know what is the cause of the problem neither how to guess it. Natalia Portillo wrote: No, I have my own