Re: [Mono-dev] [Mono-winforms-list] [BUMP] ToolStripDropDown + UserControl

2009-03-04 Thread Alex Shulgin
Alex Shulgin wrote: Alex Shulgin wrote: Hi, I'm trying to add some custom control to ToolStripDropDown using ToolStripControlHost. This works fine with .NET, but with Mono (2.2) the control is always resized to 22 pixels tall... Too bad I can't find a workaround for a few days now

Re: [Mono-winforms-list] Simple getting started with Mono + WinForms question

2009-03-02 Thread Alex Shulgin
hacking! Alex ___ Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Re: [Mono-winforms-list] [BUMP] ToolStripDropDown + UserControl

2009-02-26 Thread Alex Shulgin
Alex Shulgin wrote: Hi, I'm trying to add some custom control to ToolStripDropDown using ToolStripControlHost. This works fine with .NET, but with Mono (2.2) the control is always resized to 22 pixels tall... Too bad I can't find a workaround for a few days now. Any help

[Mono-winforms-list] ToolStripDropDown + UserControl

2009-02-24 Thread Alex Shulgin
. :) Below is sample code to demonstrate the problem. -- Thanks. Alex --88888888-- using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace

[Mono-list] Some suggestions about implement type compare for 1b error.

2009-02-22 Thread Alex A Ermoshenko
Look to the file mono-2.2\mono\metadata\metadata.c find function do_mono_metadata_type_equal, then look to the file mono-2.2\mono\metadata\reflection.c and find function mymono_metadata_type_equal in function mymono_metadata_type_equal, case for MONO_TYPE_FNPTR not implemented. Hot-fixes: 1)

Re: [Mono-dev] Mono C# + IOCTL

2008-12-13 Thread Alex
)] byte[] buf, int len, int flags); This allows me to create the socket and send/recv data. Still need to implement bind. I wish there was a way to link that fd returned by socket to the native c# socket class but up to my knowledge there isn't. -Alex From

Re: [Mono-dev] Mono C# + IOCTL

2008-12-11 Thread Alex
...@gmail.com To: Alex rd...@yahoo.com Cc: mono-devel-list@lists.ximian.com Sent: Thursday, December 4, 2008 9:34:35 PM Subject: Re: [Mono-dev] Mono C# + IOCTL On Thu, 2008-12-04 at 17:31 -0800, Alex wrote: Hello, I know IOCTL is a very OS dependent call and that's the reason it's not included

[Mono-dev] Mono C# + IOCTL

2008-12-04 Thread Alex
Hello, I know IOCTL is a very OS dependent call and that's the reason it's not included as part of mono. However I do have a more specific question in regards to using SIOCGIFINDEX. I'd like to know if there is a way to use it in C# mono, linux. Thanks

Re: [Mono-winforms-list] Possible problem in 2.2 with file dialogs

2008-11-28 Thread Alex Corrado
It looks like you need to do Text files (*.txt)|*.txt|All files (*.*)| *.* Note the asterisk before the .txt extension. Cheers! -Alex On Nov 28, 2008, at 9:42 AM, Paul wrote: Hi, I have a very simple OpenFileDialog method which filters filetypes. Only problem, it's not working. I'm

[Mono-list] out of threads?

2008-07-17 Thread Alex Hutton
So My issue exists in running the console of CruiseControl.NET 1.3 and in 1.4 RC, My Mono is the latest download as of a month ago, 1.9.1. It is on Mac OS X 10.5.3 Running CruiseControl.NET using Mono on a Mac OSX server and I keep getting running out of threads errors. CruiseControl.NET

Re: [Mono-list] Running mod_mono_server to use tcp fails to run

2008-06-17 Thread Alex Villací­s Lasso
monoOnTcp escribio': Hi, I have been running mod_mono_server using unix socket and communicating to apache. I have been trying to use tcp instead of unix sockets but mod_mono_server fails to run with the following error message: - mod-mono-server2 Handling exception type

[Mono-list] Mono packages for Fedora 9

2008-06-03 Thread Alex Villací­s Lasso
Are there any prepared RPM packages for Fedora 9? I know there are fore Fedora 8 at http://download.opensuse.org/repositories/Mono/Fedora_8/ , but so far there appears to be none for Fedora 9. Is it safe to install the Fedora 8 RPMs on Fedora 9? -- perl -e '$x=2.4;print sprintf(%.0f + %.0f =

Re: [Mono-list] SOLVED: Test ASPX: mod-mono-server2 renders utf-8 encodings as question marks, xsp2 and mod-mono-server OK

2008-05-19 Thread Alex Villací­s Lasso
Alex Villací­s Lasso escribió: Using Fedora Core 8 with Mono repository from opensuse.org for Fedora 8. Maybe this has been answered before, but could not find any references. I have this problem with the test ASPX file attached, with the Web.config file. The ASPX file has non-ASCII

[Mono-list] Test ASPX: mod-mono-server2 renders utf-8 encodings as question marks, xsp2 and mod-mono-server OK

2008-05-17 Thread Alex Villací­s Lasso
that the server does specify utf-8 as encoding: [EMAIL PROTECTED] public_html]$ telnet localhost 80 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET /~alex/TestODBC.aspx HTTP/1.1 Host: localhost Connection: close HTTP/1.1 200 OK Date: Sat, 17 May 2008 16:34:36 GMT Server

[Mono-dev] Mono Class library question

2008-03-02 Thread Alex Chudnovsky
? Initially I looked at Rotor shared source but their license is too restrictive so I don't want to get involved with it. regards, Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel

Re: [Mono-dev] Mono Class library question

2008-03-02 Thread Alex Chudnovsky
Thanks Alan. Looking at MIT/X11 license it appears that it allows to do what I described in my original post? regards, Alex Alan McGovern wrote: http://www.mono-project.com/FAQ:_Licensing That should answer your questions in detail. Note that the class libraries themselves are under the MIT

[Mono-list] mkbundle issues

2007-11-21 Thread Alex Kloss
seeing a mailing list post to that effect. If they do, then has anyone else experienced this error before? Alex Kloss signature.asc Description: OpenPGP digital signature ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman

Re: [Mono-list] mkbundle issues

2007-11-21 Thread Alex Kloss
Robert Jordan wrote: Hi, Alex Kloss wrote: Hello all, I'm developing a Gtk# app that I would like to build for both Linux and Windows. In order to generate an independent executable, I used the mkbundle -deps -o Source.exe Source.cs command, and the resulting .exe works fine on Linux

Re: [Mono-list] DLL

2007-08-16 Thread Alex Kriegel
If you have a source code, you can implement it as a flat dll(C ,Pascal etc), then you could use it on Linux. It is not VB that precludes Linux, it is COM interface that relies on Windows Registry; one could write a COM DLL in C++ with exactly the same result. -Alex -Original Message

Re: [Mono-dev] VMware Image Update - Mono 1.2.2.1 and openSUSE 10.2

2006-12-22 Thread Alex Chudnovsky
as it is easier to test things. Thanks and please keep it up! Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-list] Uncertainty and Doubt about MONO

2006-11-05 Thread Alex Nedelcu
Yes, thanks.This announcement generated a lot of negative feelings towards Novell.It has everything to do with Microsoft still being the main threat to our ecosystem.Anyway, time will tell if this partnership was good or bad for the open-source landscape. I am sorry I posted this topic here ...

[Mono-dev] VMware virtual image for 1.1.18

2006-10-23 Thread Alex Chudnovsky
Hi, Are the any plans to update VMware virtual image with Mono v1.1.18? That image is really really useful! regards, Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-list] Summer of Code / gstreamer bindings

2006-10-05 Thread Alex Mac
Not sure if this has been asked before but what state are the gstreamer bindings in that were being developed for one of the SoC projects. I'd hate to see them stagnate like the last attempt at .net bindings for gstreamer. Are they going to be in a state for release anytime soon? (Not nagging,

Re: [Mono-dev] Mono 1.2 or 1.somethingelse?

2006-10-04 Thread Alex Chudnovsky
in time of the current development branch, ie: 1.1.17 that is called stable. cheers, Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-list] possible bug with FileSystemWatcher

2006-10-04 Thread Alex Mac
On 03/10/06, Miguel de Icaza [EMAIL PROTECTED] wrote: Hello, I'm trying to monitor /dev using the FileSystemWatcher however my app seems to hang at the point when i call watcher.IncludeSubdirectories = true without that line the code runs fine. Monitoring /tmp with that option turned on

Re: [Mono-list] possible bug with FileSystemWatcher

2006-10-04 Thread Alex Mac
On 04/10/06, Alex Mac [EMAIL PROTECTED] wrote: On 03/10/06, Miguel de Icaza [EMAIL PROTECTED] wrote: Hello, I'm trying to monitor /dev using the FileSystemWatcher however my app seems to hang at the point when i call watcher.IncludeSubdirectories = true without that line the code

[Mono-list] possible bug with FileSystemWatcher

2006-10-03 Thread Alex Mac
I'm trying to monitor /dev using the FileSystemWatcher however my app seems to hang at the point when i call watcher.IncludeSubdirectories = true without that line the code runs fine. Monitoring /tmp with that option turned on does work... Also if i try running the code with

Re: [Mono-list] possible bug with FileSystemWatcher

2006-10-03 Thread Alex Mac
On 03/10/06, Gonzalo Paniagua Javier [EMAIL PROTECTED] wrote: On Tue, 2006-10-03 at 20:51 +0100, Alex Mac wrote: I'm trying to monitor /dev using the FileSystemWatcher however my app seems to hang at the point when i call watcher.IncludeSubdirectories = true without that line the code runs

Re: [Mono-list] possible bug with FileSystemWatcher

2006-10-03 Thread Alex Mac
On 03/10/06, Robert Jordan [EMAIL PROTECTED] wrote: Alex Mac wrote: I'm trying to monitor /dev using the FileSystemWatcher however my app seems to hang at the point when i call watcher.IncludeSubdirectories = true without that line the code runs fine. Monitoring /tmp with that option

[Mono-dev] Bug: Assembly object's FullName ignores PublicToken

2006-09-27 Thread Alex Chudnovsky
it was not added to the string? cheers Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-list] compilation problem

2006-09-09 Thread Alex Nedelcu
debian packages for Ubuntu from these sources, I would really appreciate it. Thanks for any help you may give. So, here's the output: make[7]: Leaving directory `/home/alex/Projects/mono-packages/mcs/class/System' make[7]: Entering directory `/home/alex/Projects/mono-packages/mcs/class/System.XML

[Mono-dev] Apple.Foundation not found

2006-08-03 Thread Alex Vasilev
b/mono/gac directory. Did I miss some installation steps, patches, etc? Whatnamespaces should Iuse toaccess NSObject, etc.definitions? Thanks, Alex Vasilev ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/lis

Re: [Mono-list] Phalanger on Mono

2006-08-03 Thread Alex Nedelcu
I am not on the Mono-dev team, so my opinion doesn't really matter that much, but ... PHP is first and furthermost *a platform*, not a language. People use PHP because of mod_php and Apache, not because of the way you construct strings ... which I think it is a stupid assumption. People use PHP

Re: [Mono-dev] Application Portability Guidelines.

2006-07-31 Thread Alex Chudnovsky
that endianness for low level operations with primitive types may not be the same as on x86 CPUs, specifically MacOS's Mono build had that issue in my app. cheers, Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

Re: [Mono-list] ASP.NET and Licensing

2006-07-27 Thread Alex Nedelcu
ASP.NET is quite a controversial piece of the .NET framework. ADO.NET is another controversial library, that has no replacement. As Thomas Jefferson said ... the price of freedom is eternal vigilance. Why can't we just stick with the ECMA standards and create true open-source alternatives for the

Re: [Mono-list] Socket problem

2006-07-12 Thread Alex Nedelcu
I am sorry I don't have more time to help you, but if you don't find the problem, a good old-fashioned way to solve it is ... by invoking the ping command in a separate process and grabbing the output. ping -c 3 www.google.com (it pings the host 3 times before it stops, otherwise it goes

Re: [Mono-list] Getting a service to start automatically

2006-06-26 Thread Alex Nedelcu
Actually, crontab is available on every Linux distro. And I prefer crontab over the init process because you can monitor your server this way. For example you could do a script that executes everyday and checks the status of the server process. If the server process is not running, the script

[Mono-list] favorite IDE ?

2006-06-23 Thread Alex Nedelcu
Pool: what's your favorite IDE for Mono development ? I am using SciTE with my own generated API file, coupled with Make for project building. I found it to be simple, effective, and easy to configure, although I am considering switching to vim. I would've used Monodevelop, but I found it too

[Mono-list] Re: Windows processes

2006-06-16 Thread Alex Nedelcu
MethodImplOptions.InternalCall mean ? Does it mean that the CLR takes care of it ? So, can you please help me ? I am not a good C++ programmer to search for code snippets that other people wrote. Alex Nedelcu wrote: Hi guys, I want to get the list of processes loaded on Windows, at a given time

[Mono-dev] State of support for VB.NET

2006-06-15 Thread Alex Chudnovsky
page summarising what's not yet supported. Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] State of support for VB.NET

2006-06-15 Thread Alex Chudnovsky
Hi Rafael, Thanks for this update! I've actually received updated information that (thankfully!) the job will need to be done in C#, which I know Mono supports very well ;-) cheers, Alex Rafael Teixeira wrote: Hi Alex, For precompiled usage (VB.NET 1.x (7.x?)) I think our MSVB.dll

[Mono-list] preferate build tool ?

2006-06-11 Thread Alex Nedelcu
Hi guys, please help me out with this choice ... What build tool do you use and/or what is the preferred build tool for Mono projects ? And I know there are a couple of choices available ... GNU Make, Ant, NAnt, Rake or MSBuild. Thank you, ___

Re: [Mono-dev] Question about performance improvement in C#

2006-04-16 Thread Alex Chudnovsky
on the fact that you access your array from top to bottom, left to right. Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] ByteFX driver - Connector/Net

2006-04-15 Thread Alex Chudnovsky
(say by me) in ByteFX. Any volunteers? This would help Mono as well as anyone else who wishes to have non-GPL apps that can connect to recent versions of MySQL. Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

Re: [Mono-dev] ping

2006-04-14 Thread Alex Chudnovsky
Jakub Cermak wrote: How can I ping a server? The class you refer to is part of .NET 2.0 (or so I think), there are workarounds without using it: run search for C# ping on your favourite search engine. Alex ___ Mono-devel-list mailing list Mono

Re: [Mono-dev] What would you like to see in Mono?

2006-03-29 Thread Alex Chudnovsky
of Garbage Collection is considerably better - not speed wise, but reclaiming memory that is no longer in use. regards, Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] What would you like to see in Mono?

2006-03-29 Thread Alex Chudnovsky
Jonathan Pryor wrote: On Wed, 2006-03-29 at 11:33 +0100, Alex Chudnovsky wrote: Don't want to throw stones as its amazing what was achieved in Mono, but IMO, Microsoft's implementation of Garbage Collection is considerably better - not speed wise, but reclaiming memory that is no longer

Re: [Mono-dev] MS/Mono incompatibility in System.Web.HttpRequest

2006-02-13 Thread Alex Chudnovsky
at patch! cheers Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Async socket connection problem on FreeBSD

2006-02-11 Thread Alex Chudnovsky
Hi all, Apologies for not posting to FreeBSD specific list but my attempts to subscribe to it did not seem to have succeeded. The test case below is for an issue on Mono v1.1.12 running on FreeBSD - basically if asyncronous socket connection is being made then it never succeeds - it just

[Mono-announce-list] ANNOUNCE: Tomboy 0.3.5

2006-02-02 Thread Alex Graveley
, -Alex ___ Mono-announce-list maillist - Mono-announce-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-announce-list

Re[2]: [Mono-list] ODBC problem on Windows 2k\mono-1.1.10\Apache

2005-11-25 Thread Alex Prudkiy
with the installer .. TS The entry dllmap dll=odbc32.dll target =libodbc.so in TS (mono-base-dir)\etc\mono\config file is causing the odbc32.dll to be TS mapped to libodbc.so.. TS Remove the entry and things shud work allright .. TS cheers TS senga Alex Prudkiy [EMAIL PROTECTED] 11/25/05 1:22 AM TS Hi

[Mono-list] ODBC problem on Windows 2k\mono-1.1.10\Apache

2005-11-24 Thread Alex Prudkiy
) in 0x00082 System.Data.Odbc.OdbcConnection:Open () Where I can found this libodbc.so, because if I copy odbc32.dll to directory of webservice with name libodbc.dll the Assembly.Load exception raised. Best regards, Alex Prudkiy ___ Mono-list maillist

[Mono-dev] Code optimization using Cecil

2005-11-03 Thread Alex S.Garzao
Hello for all !!! My name is Alex, and I'm from Brazil. I'd like to contribute to Mono project. When I was reading the todo list at http://www.mono-project.com/Todo, I liked this topic: Code optimization using Cecil. I'd like to start doing this task in my free time. Are there some people

[Mono-list] Retrieving an URI with GET/POST

2005-10-03 Thread Alex Roman
Hi, I'm trying to retrieve an URI which may have GETs and POSTs. What is the 'proper' way to do it using .Net and Mono? Thanks, Alex Roman. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Retrieving an URI with GET/POST

2005-10-03 Thread Alex Roman
Yes, I suppose I was a bit unclear. I want to submit a HTTP request which might have GETs, or POSTs, or none of that, and retrieve the result. Thanks for the replies, Alex Roman. Gaurav Vaish (Mono) wrote: I'm trying to retrieve an URI which may have GETs and POSTs. What is the 'proper

[Mono-list] On Mono and Patents ... again

2005-09-28 Thread Alex Nedelcu
Hi, Sorry to bring this up again like so many others. It seems quite outrageous the way Novell and Miguel are promoting Mono. OK, I know. It's a cool technology. But it comes from Microsoft. The reason why Linux has succeeded was because it's free and because it provides great value unmatched

RE: [Mono-list] Re: On Mono and Patents ... again

2005-09-28 Thread Alex Kriegel
in the USA, by the same whining idiots... Including the C# specification. -Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Jordan Sent: Wednesday, September 28, 2005 9:54 AM To: Mono-list@lists.ximian.com Subject: [Mono-list] Re: On Mono

RE: [Mono-list] Re: On Mono and Patents ... again

2005-09-28 Thread Alex Kriegel
: Wednesday, September 28, 2005 10:45 AM To: Alex Kriegel; mono-list@lists.ximian.com Subject: RE: [Mono-list] Re: On Mono and Patents ... again You should probably read all emails twice before replying. Nobody said that americans are whining idiots. Thanks for listening. On Wed, 2005-09-28 at 10:38

RE: [Mono-list] Re: On Mono and Patents ... again

2005-09-28 Thread Alex Kriegel
Sorry, I havent read the previous post No contest here, Mr. Nedelcu is an idiot. I am a bit jumpy about the issue, anti-Americanism is rampant in BC, and many of my close friends are Americans. -Alex -Original Message- From: Adrian Dinu [mailto:[EMAIL PROTECTED] Sent

[Mono-list] Mono licensing issue

2005-09-23 Thread Alex Nedelcu
Hi,I am new to Momo. I like it a lot and I'd like to use it.That said I read there are some issues regarding the ECMA standards as being available in a RAND + Royalty Free. To be more specific, I read this guy's oppinion: http://www.gnome.org/~seth/blog/mono I don't know what to think. I am not

[Mono-dev] Async DNS resolution bug -- throws unhandled exception

2005-09-03 Thread Alex Chudnovsky
.MonoDnsBug.AsyncDNSResolved(IAsyncResult oAR) in h:\alex\projects\tests\monodnsbug\monodnsbug.cs:line 59 As you can see there is no additional exception that has to be caught by the UNHANDLED exception handler. I think this is because

[Mono-list] Problems with aspx project

2005-08-24 Thread Alex Lopez Garcia
Hi,     I have an aspx project fully developed under Microsoft Visual Studio 2003. Obviously, as a result of building my project, I get some aspx files and a dll. I also have an external dll file that my project references at. When I have tried to run this site under mono with

[Mono-list] Problems inserting a row in Oracle wi th an spanish character like 'Ñ'

2005-08-09 Thread Alex Lopez Garcia
Hi,     I am trying to insert a row with characters like Ñ in Oracle , but the Ñ doesnt appear in the row. In his place appears a ?. When I run the sentence in SQLWorksheet Plus I have no problem. Anybody can help me, please?.     This is the SQL command : INSERT

Re: [Mono-list] Problem compiling libgdiplus (FC4, Mono 1.1.8)

2005-07-24 Thread Alex Roman
# yum install package-name 6. Have fun :) Hope this helps, though we still need to figure out how to get mod_mono working! ~ Alex Roman Peter De Jager wrote: Thanks for the link. I downloaded libgdiplus-1.1.8-1.1.fc4.nr.src.rpm and tried to install it with: rpm -ivh but it didn't seem to work

Re: [Mono-list] Problem compiling libgdiplus (FC4, Mono 1.1.8)

2005-07-24 Thread Alex Roman
the nrpms repositories. Alex Peter De Jager wrote: Still confused ;-). I don't have either of these two files (/etc/yum.repos.d/nrpms, /etc/yum.repos.d/nrpms-mono.repo). The only similar ones in /etc are: yum.repos.d.fedora-devel.repo yum.repos.d.fedora-extras-devel.repo yum.repos.d.fedora

Re: [Mono-list] Problem compiling libgdiplus (FC4, Mono 1.1.8)

2005-07-24 Thread Alex Roman
] On Behalf Of Alex Roman Sent: Sunday, July 24, 2005 21:04 To: mono-list@lists.ximian.com Subject: Re: [Mono-list] Problem compiling libgdiplus (FC4, Mono 1.1.8) You need to _CREATE_ those files. yum (yellowdog update manager) stores different software repositories in /etc/yum.repos.d If you create

[Mono-list] mod_mono on Fedora Core 4

2005-07-24 Thread Alex Roman
using the pre-compiled nrpms mono rpms? - How to set up /~user/ to handle .aspx pages as mono? I have not been able to... Alex Roman ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] mono on FC4 - let's get it working!

2005-07-24 Thread Alex Roman
some time hackin at this, but at the moment, I am stuck. Alex Roman. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] mono on FC4 - let's get it working!

2005-07-24 Thread Alex Roman
); strcpy(s.string, hi); printf(%s\n, s.string); return 0; } --snip-- I've compiled them: $ gcc 1.c -o 1 And I ran 1: [EMAIL PROTECTED] structs]$ ./1 hi As you can see, the syntax seems to work in this case... Why not in the case of gdip.h I wonder? Alex Alex Roman wrote: Hi, Due

Re: [Mono-list] mod_mono on Fedora Core 4

2005-07-24 Thread Alex Roman
Miguel de Icaza wrote: Hello, - Could mono be compiled from scratch on Fedora Core 4? ie. without using the pre-compiled nrpms mono rpms? The tarball does work out of the box, which is the recommended approach for people to bootstrap from. Well, I've been getting stuck at compiling

Re: [Mono-list] mono on FC4 - let's get it working!

2005-07-24 Thread Alex Roman
Hi, Miguel de Icaza wrote: Hello, 1.2 libgdiplus -- $ svn co svn://mono.myrealbox.com/source/trunk/libgdiplus $ cd libgdiplus Libgdiplus is currently using the 0.4 API of Cairo, so it will not work with Cairo 0.5 you must use the Cairo bundled with libgdiplus to have it work.

Re: [Mono-list] Problem compiling libgdiplus (FC4, Mono 1.1.8)

2005-07-22 Thread Alex Roman
http://www.nrpms.net/Packages/fedora-4-i386/ No mod_mono (yet?) mono source code might have to be altered to compile with gcc-4, I have a feeling those packages aren't compiled with gcc-4, though they work on my machine. HTH, Alex. Peter De Jager wrote: I compiled freetype-2.1.10 from

Re: [Mono-list] Running vs2005 beta 2 compiled code on mono...

2005-07-02 Thread Alex Mohr
circumstances. Alex ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Running vs2005 beta 2 compiled code on mono...

2005-07-01 Thread Alex Mohr
somewhat surprisingly doesn't run with mono on my mac. Thanks, Alex ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Running vs2005 beta 2 compiled code on mono...

2005-07-01 Thread Alex Mohr
how to best do this sort of thing. Alex ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Running vs2005 beta 2 compiled code on mono...

2005-07-01 Thread Alex Mohr
InternalCalls that are managed methods but are implemented natively: http://www.mono-project.com/Embedding_Mono Thanks for the pointer. Alex ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Running vs2005 beta 2 compiled code on mono...

2005-06-30 Thread Alex Mohr
doing this sort of thing? If so, are there some obvious steps that I'm missing? Any help is appreciated. Thanks, Alex ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] mono for Solaris?

2005-06-23 Thread Alex Kriegel
Title: Message Is there a ported version of mono for Solaris? I'd be interested in running asp.net on apache under Solaris 9/10 I guess the source code could be tweaked to work there, but would rather use a ready solution. Thanks, -Alex ___ Mono

Re: [Mono-devel-list] Can I use Microsoft's DLL's on the Win32 platform?

2005-04-26 Thread Alex Chudnovsky
source code? Either way I can't see this standing in court and therefore not enforcible: EULAs state many things, but it does not mean they all legit. Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman

Re: [Mono-devel-list] Mono on a multipocessor

2005-04-21 Thread Alex Chudnovsky
be done on Mono? cheers, Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-devel-list] Mono on a multipocessor

2005-04-21 Thread Alex Chudnovsky
maximum limit of threads on Windows, and on Mono I was under the impression that default limit was much higher than that in official .NET. How can it be changed? regards, Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

Re: [Mono-devel-list] Mono on a multipocessor

2005-04-21 Thread Alex Chudnovsky
Sunny wrote: On Thursday 21 April 2005 09:53, Alex Chudnovsky wrote: Yes, this does not help you when dealing with blocking sockets. So maybe it is better to implement your own dynamic size pool to handle this. Or, if these threads stay in blocked state very long, maybe you will find that just

Re: [Mono-devel-list] Mono on a multipocessor

2005-04-21 Thread Alex Chudnovsky
Gonzalo Paniagua Javier wrote: On Thu, 2005-04-21 at 16:44 +0100, Alex Chudnovsky wrote: I understand desire to have maximum compatibility with actual .NET, but surely having higher limits on number of threads is not something that would be bad? From what I understand Windows Socket IO uses

[Mono-list] Winform App Failure

2005-04-20 Thread Alex James
would be great! Thanks, Alex Mono System.Windows.Forms Assembly [Revision: 41928; built: 2005/2/18 22:24:56] Keyboard: United States keyboard layout (phantom key version) Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation

[Mono-list] Cairo tutorials

2005-04-18 Thread Alex Roman
with some examples? I would greatly appreciate it. Sincerely, Alex Roman. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-devel-list] PATCH: reworked async IO for Socket

2005-04-08 Thread Alex Chudnovsky
sockets become faster with that new patch then things will become even better! -- regards, Alex Chudnovsky Majestic-12: Distributed Search Engine http://www.majestic12.co.uk ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

Re: [Mono-devel-list] PATCH: reworked async IO for Socket

2005-04-08 Thread Alex Chudnovsky
could see Mono 1.1.5 run fairly demanding async socket app happily and if that patch makes things better then you won't see me complaining about performance. :) It should be noted however that my application is not bothered about latency that much. cheers, Alex

Re: [Mono-list] Willing to Help

2005-04-04 Thread Alex Roman
. --Todd ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list Does that library work in all fdo compliant desktop managers which implement a tray icon? Alex

Re: [Mono-list] using mono/ikvm to display Java Applets

2005-04-04 Thread Alex Roman
On Mon, 2005-04-04 at 16:52 +0300, George Birbilis wrote: can anybody tell me what I would have to do to let mono/ikvm display Java Applets embeded in HTML pages? Is this even possible? if you mean ASP.net generated pages, just spit out the appropriate APPLET tags (or OBJECT/EMBED tag

Re: [Mono-devel-list] Memory management for long running processes

2005-03-29 Thread Alex Chudnovsky
-heap-prof-view --- Anyhow it seems to be running now, so I am happy that it worked after all and I hope I will be able to grasp what leaks memory, will keep you posted and thanks for help :) Alex ___ Mono-devel-list mailing list Mono-devel-list

Re: [Mono-devel-list] Memory management for long running processes (desc-heap profiler)

2005-03-29 Thread Alex Chudnovsky
something here? Where are the other objects? They might take no memory, but what does then?!?! cheers Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-devel-list] Memory management for long running processes (desc-heap profiler)

2005-03-29 Thread Alex Chudnovsky
50-60, however on Linux it appears to be 100Mb Virt memory and 50-60 of non-share memory + a few megs of shared RAM. Here is copy paste from top command: PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 23502 alex 17 0 2148 936 724 R 0.7 0.2 0:00.18 top 8794 alex

Re: [Mono-devel-list] Memory management for long running processes (desc-heap profiler)

2005-03-29 Thread Alex Chudnovsky
(zero) bytes!!! 8-O I am digging in now to try to get more information about where in my software exactly it happens and any possible explanations to whether what happens is expected (you never know, maybe my code tried to allocated gigabyte of RAM?) Alex p.s. Adding some nice formatting to big

Re: [Mono-list] mono compatibility question

2005-03-20 Thread Alex Roman
a structural point of view are similar, VERY similar, and 99% of the times converting from C# to VB.net and vice versa is extremely easy, so you should find enough examples on the net. Hope this helps... Good luck! Alex Roman. ___ Mono-list maillist - Mono-list

[Mono-list] mono and systray icon

2005-02-14 Thread Alex Roman
Hello, Is it possible to create an icon in the notification area / system tray of KDE, GNOME, Fluxbox, and all other Desktops? Thanks -- Alex Roman [EMAIL PROTECTED] ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com

Re: [Mono-list] mono and systray icon

2005-02-14 Thread Alex Roman
is a gnome, or rather gtk+, based application) does it and it works on all major desktops, including gnome, kde and fluxbox. How do they do it? I'll check out the source code, hopefully I'll be able to figure something out. Alex. ___ Mono-list maillist

Re: [Mono-list] mono and systray icon

2005-02-14 Thread Alex Roman
On Mon, 2005-02-14 at 13:47 +0100, Marek Habersack wrote: On Mon, Feb 14, 2005 at 07:42:31AM -0500, Alex Roman scribbled: On Mon, 2005-02-14 at 07:34 -0500, Adam Tauno Williams wrote: Is it possible to create an icon in the notification area / system tray of KDE, GNOME, Fluxbox, and all

Re: [Mono-list] mono and systray icon

2005-02-14 Thread Alex C
i believe the mwf team is working on this. check this link out http://svn.myrealbox.com/blog/archive/2005/01/28/keep_feeling_fascination. alex c. On Mon, 14 Feb 2005 09:27:32 -0500, Alex Roman [EMAIL PROTECTED] wrote: On Mon, 2005-02-14 at 13:47 +0100, Marek Habersack wrote: On Mon, Feb 14

Re: [Mono-list] mono and systray icon

2005-02-14 Thread Alex Roman
On Mon, 2005-02-14 at 09:37 -0500, Alex C wrote: i believe the mwf team is working on this. check this link out http://svn.myrealbox.com/blog/archive/2005/01/28/keep_feeling_fascination. alex c. Thanks, I looked at that, but I do not want a Windows.Forms implementation. I don't want my

Re: [Mono-list] mono and systray icon

2005-02-14 Thread Alex Roman
On Mon, 2005-02-14 at 19:27 +0100, Marek Habersack wrote: On Mon, Feb 14, 2005 at 05:47:17PM +, Jonathan Stowe scribbled: On Mon, 2005-02-14 at 14:51, Alex Roman wrote: On Mon, 2005-02-14 at 09:37 -0500, Alex C wrote: i believe the mwf team is working on this. check this link out

<    1   2   3   4   5   >