[Mono-dev] [PATCH] For MouseClick Event in SWF and Masked text box standart context menu

2009-12-11 Thread Petit Eric
Hi From http://www.mono-project.com/SVN#Making_patches : Mouse Click Event was missing in SWF implementation, here it is a patch to fix that The second patch add the standar context menu to Masked text box, the same is also missing in combobox stuff(combo, toolstripcombo .). it is released

Re: [Mono-dev] [PATCH] For MouseClick Event in SWF and Masked text box standart context menu

2009-12-11 Thread Petit Eric
Sorry, i didn't saw it before post (svn server was down and after i had some trouble to compil), but the OnMouseClick event was already fixed, only missing context menu still here . :-) 2009/12/11 Petit Eric surfz...@gmail.com: Hi From http://www.mono-project.com/SVN#Making_patches : Mouse

Re: [Mono-dev] Is anonsvn.mono-project.com down ?

2009-12-10 Thread Petit Eric
same thing here, no connection and link provided still same as this one : http://mono-project.com/Svn 2009/12/10 ptr ptrajku...@gmail.com: hey all  I am trying to use svn to access mono as per http://www.mono-project.com/AnonSVN? svn co svn://anonsvn.mono-project.com/source/trunk/mcs Has

Re: [Mono-dev] WinForms text rendering seriously broken???

2009-11-07 Thread Petit Eric
drivers' issue. Should have done some searching before. Thanks! On Fri, Nov 6, 2009 at 6:27 PM, Petit Eric surfz...@gmail.com wrote: yes same here, SVN trunk version of Mono don't seem to have the problem 2009/11/6 Ernesto equista...@gmail.com I've started having a problem

[Mono-dev] Just in case, :-)

2009-10-14 Thread Petit Eric
The following web page need is restricted access by an valid Novel account, but there many patch for mono written by mindtouch : https://build.opensuse.org/package/show?package=Mono-2.4project=home%3Amindtouch%3AMono -- Cordially. Small Eric Quotations of the days:

Re: [Mono-dev] System tracing

2009-09-14 Thread Petit Eric
With WinForm App i use : public static EventLog eventLog1; public static void InitEventLog() { eventLog1 = new System.Diagnostics.EventLog(); ((System.ComponentModel.ISupportInitialize)(eventLog1)).BeginInit(); // //

[Mono-dev] Bug report suggestion

2009-08-25 Thread Petit Eric
Hi I'd like to report bug and do it few time, since the old bugzilla existed, but i find it heavy and have less and less time to do it. My actual most used os is Mandriva, they have an easy and light way to report bug, there is an application who handled crash, the stack trace and some useful info

Re: [Mono-dev] Cross platform USB programming

2009-08-24 Thread Petit Eric
The error is clear, LibUsbDotNet.UsbGlobals.get_HasWinUsbDriver , so the guy wrapped only native WIN32 code, which cannot work on other platform like Linux and so on, i already try libusbdonet and never have it working , i asked to the author (see sourceforge project forum) to have it working

Re: [Mono-dev] MONO installation using TAR format

2009-08-14 Thread Petit Eric
http://www.mono-project.com/Other_Downloads#Snapshots http://mono-project.com/AnonSVN 2009/8/13 Ajay Gupta a...@irtms.com: Hi, Is there a TAR format available for MONO installation, in addition to RPM based installation. thanks in advance. Ajay Gupta Mobile  : (732) 501 7585 eMail   :

Re: [Mono-dev] SVN trunk build failed

2009-07-26 Thread Petit Eric
did you : cd ./mono ./autogen --prefix=/usr ? 2009/7/26 KISHIMOTO, Makoto ksmak...@dd.iij4u.or.jp: Hello Mono SVN trunk build failed. $ gmake (snip) gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/corlib' gmake[7]: Entering directory

Re: [Mono-dev] Cross platform USB programming

2009-07-16 Thread Petit Eric
Start with ICSharp usb lib 2009/7/16 PFJ pjohns...@uclan.ac.uk: Hi, I have a USB device here which is effectively a voting system (it's an EzClickPro job). The software supplied does the job to a fashion, but it's annoying that the likes of Linux and MacOS aren't supported, only Win32

Re: [Mono-dev] run Windows Service with Mono on Windows?

2009-06-11 Thread Petit Eric
) [0x0] did you check before if it run with recent mono version (linux) what is your mono version what moma say about the ControlService.exe Are you sur there isn't any PInvoke of native windows API ControlService.exe is the Windows service you have developped (.Net Assembly) ? Petit Eric wrote

Re: [Mono-dev] Building mcs from source without mono

2009-05-08 Thread Petit Eric
This is not simple as use the mono-lite ? 2009/5/8 Raja R Harinath harin...@hurrynot.org: Hi, Joachim Ante j...@unity3d.com writes: I placed this in mcs/build/profiles. (I tried a couple different values for BOOTSTRAP_PROFILE, but can't figure out what it should be) # -*- makefile -*-

Re: [Mono-dev] WebClient.DownloadFile doesn't work on Windows

2009-04-23 Thread Petit Eric
I had same kind of problem when writed MonoOSC, you can find my solution in source of it, but guess it will be too more compliceted for just dll one file, so i suggest you this more simple one i writed :

Re: [Mono-dev] get mac address using system.management

2009-04-13 Thread Petit Eric
public static string GetMacAddress() { IPGlobalProperties computerProperties = IPGlobalProperties.GetIPGlobalProperties(); NetworkInterface[] nics = NetworkInterface.GetAllNetworkInterfaces(); Trace.WriteLine(System.DateTime.Now + : +

Re: [Mono-dev] Installer

2009-04-10 Thread Petit Eric
2009/4/10 Yoreck yor...@rambler.ru: Hello, I have develop my first mono project, how can I create an installer for it? I need to run it on both Lunux and Windows. windows : innosetup :-) linux : rpm, deb and tar.gz, You can use my soft MonoOSC + Opensuse build service for that :-) Also i

Re: [Mono-dev] Bug in DataGridView.ScrollBars

2009-02-23 Thread Petit Eric
2009/2/23 Ivan N. Zlatev cont...@i-nz.net: 2009/2/20 Marcelo Marques Inacio marceloina...@hotmail.com: Dear friends developers. The property ScrollBars.Vertical or ScrollBars.Horizontal in the DataGridView control is not working properly. The horizontal and vertical bar is always visible.

Re: [Mono-dev] Mono: Seeing multiple mono processes?

2009-02-10 Thread Petit Eric
Le 10 février 2009 16:01, FirstName LastName mousse_...@hotmail.com a écrit : I'm using kernel version 2.6.20. My mono version is: Mono JIT compiler version 2.0.1 (tarball) Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com TLS: normal GC:

Re: [Mono-dev] Windows installation (or even unpacking) without admin privileges?

2009-02-03 Thread Petit Eric
2009/2/3 Oliver Schweitzer oliver.schweit...@gmail.com: Hi, I haven't installed a Win32 Mono release since 1.2.6, and after trying today I found that installation of 2.2 isn't possible due to security restrictions - You must be logged in as an adminsitrator when installing this program.. I

Re: [Mono-dev] Process background problem

2009-01-16 Thread Petit Eric
I had similar problem and suspected invalid crossthreading exception, but can yu say how yu solve it, please? Le 16 janvier 2009 23:16, Carlos Ruiz Diaz carlos.ruizd...@gmail.com a écrit : My problem was solved but I want to publish its output of death This happens when I hit ^C.

[Mono-dev] Fresh SVN a some mistake in MakeFile

2009-01-09 Thread Petit Eric
Hi With a new PC, i getted mono and mcs module from anonsvn, autogen.sh configure nice, but when using make, i have first an error about file not found t-es.po or gmo (didn't remember), need to change some t- in the po/mcs/Makefile :-) After what, now the new error is, can find /usr/bin/msgfrmt,

[Mono-dev] Fresh SVN, some mistake in MakeFile/autogen

2009-01-09 Thread Petit Eric
Hi With a new PC, i getted mono and mcs module from anonsvn, autogen.sh configure nice, but when using make, i have first an error about file not found t-es.po or gmo (didn't remember), need to change some t- in the po/mcs/Makefile :-) After what, now the new error is, can find /usr/bin/msgfrmt,

Re: [Mono-dev] How to run C# DotNet 2.x windows service on Mac OS X?

2009-01-07 Thread Petit Eric
2009/1/7 d_v dan.vandermo...@figpsoft.com: How do I run my C# DotNet 2.x windows service on a Mac OS X? I would like to run the .exe even if not logged on to the Mac. That means I can't start the terminal manually and type in mono myservice.exe. Also, where are the best forums for these

Re: [Mono-dev] gettting ip address

2008-12-18 Thread Petit Eric
2008/12/18 sojan sojankall...@yahoo.com: hi i tried to get the ip address of the local machine. The sample code i got from the mono is returning only the localhost 127.0.0.1 Do i need to configure anything else to get the local ip address i am using the latest fedora10 OS please help

[Mono-dev] Removing a TabPage cause crash in some mysterious case PATCH

2008-11-23 Thread Petit Eric
Hi The folowing patch prevent crash while removing a TabPage in a TabControl, in mysterious situation . -- Cordially. Small Eric Quotations of the days: --- If one day one reproaches you that your work is not a work of

[Mono-dev] VS2003 Convertion fail, because null

2008-11-11 Thread Petit Eric
When trying to open a VS2003 solution and choice to convert to VS2005, there is a first error who stop the convertion, i put here a possible patch, but after there is another break, but we see the converted prj : the patch : bash-3.2# svn diff

Re: [Mono-dev] set mouse position...

2008-11-08 Thread Petit Eric
2008/11/7 [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi guys: Sorry, I know that is not the correct list to ask this, but just point me in the right direction... is posible to set mouse position and simulate mouse events from mono+c#+linux fron a console app? (something like interact with X or

Re: [Mono-dev] Using Mono.Options in MS.NET

2008-10-17 Thread Petit Eric
2008/10/17 Avery Pennarun [EMAIL PROTECTED]: On Thu, Oct 16, 2008 at 8:33 PM, Miguel de Icaza [EMAIL PROTECTED] wrote: Now that Mono.Options is included in Mono 2.2, will it still be available separately? If not, it will be hard to build Windows-compatible programs that use it, unless people

Re: [Mono-dev] About DllNotFountExeption

2008-10-14 Thread Petit Eric
Le 14 octobre 2008 09:19, Taoye [EMAIL PROTECTED] a écrit : Hi , Everaldo Canuto : I am sorry , i reply you now. Yes, i installerd the libgdiplus package.Here is the path of the libgdiplus in my system ( Red Hat Enterprise 5 ). See the following: libgdiplus.so.0 (libc6) =

Re: [Mono-dev] About DllNotFountExeption

2008-10-14 Thread Petit Eric
2008/10/14 Sebastien Pouliot [EMAIL PROTECTED]: On Tue, 2008-10-14 at 09:55 +0200, Petit Eric wrote: Le 14 octobre 2008 09:19, Taoye [EMAIL PROTECTED] a écrit : Hi , Everaldo Canuto : I am sorry , i reply you now. Yes, i installerd the libgdiplus package.Here is the path

Re: [Mono-dev] About DllNotFountExeption

2008-10-13 Thread Petit Eric
Le 13 octobre 2008 18:29, Everaldo Canuto [EMAIL PROTECTED] a écrit : Hey, Do you have libgdiplus package installed ? Damed Gmail, the answer button alway take the last sender and then i forget the list, sorry for that Everaldo So i sayed : I think so, too urpmi -a libgdiplus apt-get libgdiplus

Re: [Mono-dev] How to: Run tar command from c# app

2008-09-25 Thread Petit Eric
2008/9/25 Michael Hutchinson [EMAIL PROTECTED]: On Thu, Sep 25, 2008 at 2:05 PM, ebonnett [EMAIL PROTECTED] wrote: Hi all, How would I run a tar command from a c# app on mono (1.9.1) on Debian? Would I use the Process and ProcessStartInfo object? Yes, you would. There are a number of

[Mono-dev] Mono SVN Module is broken/imcomplete

2008-09-16 Thread Petit Eric
config.status: executing default commands mcs source:$(top_srcdir)/../mcs olive source: GC: included TLS: __thread SIGALTSTACK: yes Engine: Building and using the JIT 2.0 Beta:yes 2.1 Alpha: yes

Re: [Mono-dev] Mono SVN Module is broken/imcomplete

2008-09-16 Thread Petit Eric
2008/9/16 Petit Eric [EMAIL PROTECTED]: config.status: executing default commands mcs source:$(top_srcdir)/../mcs olive source: GC: included TLS: __thread SIGALTSTACK: yes Engine: Building and using the JIT 2.0

[Mono-dev] Clean/errase last make get-monolite-latest

2008-09-16 Thread Petit Eric
Hi When compiling last mon version from SVN, i did the mistake to do make uninstall so after i did make get-monolite-latest, no if i just want to use svn up and my local gmcs i need to delete what, because i think it continues to use bootstrap ? -- Cordially. Small Eric Quotations of the

Re: [Mono-dev] SerialPort auto-inserts carriage return

2008-09-14 Thread Petit Eric
2008/9/13 mikaelwikman [EMAIL PROTECTED]: Hi, Im using a System.IO.Ports.SerialPort to communicate with an embedded system currently being developed where i work. The ES uses a binary protocol, so the data is not ascii and do not use newlines. The strange thing is this; For every byte with

[Mono-dev] Idea for use MonoCharge under Windows

2008-09-10 Thread Petit Eric
Hi Here it is a simple idea to convert recharge.sh in batch for windows. Like this MonopWin32 can be updated with mono charge from dailly build : (of course my absolute path need to be adjusted) @echo off echo Mono version 1.9.1 Build 2 echo Prepending 'C:\PROGRA~1\MONO-1~1.1\bin' to PATH

Re: [Mono-dev] XML - not sure if I've got this right

2008-09-09 Thread Petit Eric
Hi I have writted some XML clas (Read/Write cs) for MonoOSC, perhap's you can have a look on it if it can help yu : http://monoosc.svn.sourceforge.net/viewvc/monoosc/MonoOSC/MonoOSCFramework/Class/ Le 10 septembre 2008 00:40, Paul [EMAIL PROTECTED] a écrit : Hi, I have a small routine which

Re: [Mono-dev] XML - not sure if I've got this right

2008-09-09 Thread Petit Eric
2008/9/10 Petit Eric [EMAIL PROTECTED]: Hi I have writted some XML clas (Read/Write cs) for MonoOSC, perhap's you can have a look on it if it can help yu : http://monoosc.svn.sourceforge.net/viewvc/monoosc/MonoOSC/MonoOSCFramework/Class/ I forget this, i also build the doc in VS style : http

Re: [Mono-dev] WinForms or GTK# Forms

2008-09-02 Thread Petit Eric
2008/9/2 Sharique uddin Ahmed Farooqui [EMAIL PROTECTED]: On Tue, Sep 2, 2008 at 5:21 PM, Petit Eric [EMAIL PROTECTED] wrote: Hi, Is there an existing tool who convert MS Winforms .Designer.cs class files to Gtk# UI/designer files ? AFAIK, there is no such tool. Mono 2.0 support winforms 2.0

Re: [Mono-dev] Mono 2.0 problem (is it me though?)

2008-08-29 Thread Petit Eric
Le 29 août 2008 19:55, Jonathan Chambers [EMAIL PROTECTED] a écrit : Hi, I don't think you want Application.ExecutablePath do you? You'd get C:\...\test.exenoise.wav after the separator path chr forgeted, i think this class doesn't read all wav, specialy whit exotic Hz - Jonathan

Re: [Mono-dev] Mono 2.0 problem (is it me though?)

2008-08-29 Thread Petit Eric
using System; using System.Media; using System.Windows.Forms; namespace playsound { public class playsound { public static void Main() { SoundPlayer sp = new SoundPlayer(); sp.SoundLocation = @c:\tmp\noise.wav; sp.Play(); } } } put noisewav in c:\tmp\ Le

[Mono-dev] Some news about MonoOSC and MonoOSCFramework.

2008-08-28 Thread Petit Eric
Hi I have finish the doc of MonoOSCFramework, who will, i hope, help developer to use the DLL, this one is here : http://surfzoid.free.fr/freevbsoft/MonoOSC/Docs As i also say on the SourceForge Project news , some features are finished, added or started, more infos here :

Re: [Mono-dev] Controls within a control in ASP.NET

2008-08-25 Thread Petit Eric
about imiedatly response, post a bug + testcase at bugzillia : https://bugzilla.novell.com/index.cgi Any ideas? I really need this to work or else it will effectively kill my web app's cross-platformness :( Zee From: Petit Eric [mailto:[EMAIL PROTECTED

Re: [Mono-dev] Controls within a control in ASP.NET

2008-08-24 Thread Petit Eric
Are you sur ComponentArt DLL doesn't use or wrap native Windows API or registre ? Perhap's a bug in the dll or in Mono? Perhap's you need somewhere to declare an object with new ? Try to add try .. catch block with console.writeline(ex.message + environment.newline + ex.stackstraces) like this you

Re: [Mono-dev] ClientCertificateValidation SSL in MONO

2008-08-14 Thread Petit Eric
(); 76 static bool AllaysTrustCertif() Shouldn't this be AllwaysTrustCertif() ? I'm not sure to understand my error, you mean : public static bool TrustIt = AllaysTrustCertif(); static bool Is unless ? Regards, Krzys. Petit Eric wrote: I forget the Mono web link, but the new

Re: [Mono-dev] ClientCertificateValidation SSL in MONO

2008-08-13 Thread Petit Eric
I forget the Mono web link, but the new method(who prevent obsoloete warning seem to doesn't work yet, so i use the 1.0 one, in a static class like this : http://monoosc.svn.sourceforge.net/viewvc/monoosc/MonoOSC/MonoOSCFramework/Class/VarGlobal.cs?revision=20view=markup and it work 2008/8/13,

Re: [Mono-dev] Patch for mwf-designer

2008-07-25 Thread Petit Eric
2008/7/24 Ivan N. Zlatev [EMAIL PROTECTED]: Petit Eric wrote: Hi Ivan, the last SVN version seem to always have the case naming problem, who fire exception no codebhind .designer.cs vs .Designer.cs, unlluke, i have errase the fix i did after the svn up, but from my memory it was a simple

Re: [Mono-dev] Patch for mwf-designer

2008-07-24 Thread Petit Eric
Hi Ivan, the last SVN version seem to always have the case naming problem, who fire exception no codebhind .designer.cs vs .Designer.cs, unlluke, i have errase the fix i did after the svn up, but from my memory it was a simple or, i think it should be better to use something like

Re: [Mono-dev] [Mono-list] Stability problem under linux MDV 2008 Cooker

2008-07-13 Thread Petit Eric
problem, but the fact i transfert the cli object in 3 thread ? But why i didn't see it under windows. Also i was say Stability problem under linux MDV 2008 Cooker, so i do some test under OpenSuse 11 and problem still here . 2007/12/30 Petit Eric [EMAIL PROTECTED]: 2007/12/30, Petit Eric [EMAIL

Re: [Mono-dev] [Mono-list] Stability problem under linux MDV 2008 Cooker

2008-07-13 Thread Petit Eric
/7/13 Petit Eric [EMAIL PROTECTED]: Hi Since this long time i always have this problem, so i will try to explain it the more clear i can . First, in globaly , as we now threat managment is not the same under linux and windows. I see and don't really know if it is bad or good, under windows when

Re: [Mono-dev] [Mono-list] Stability problem under linux MDV 2008 Cooker

2008-07-13 Thread Petit Eric
/7/13 Petit Eric [EMAIL PROTECTED]: Hi Since this long time i always have this problem, so i will try to explain it the more clear i can . First, in globaly , as we now threat managment is not the same under linux and windows. I see and don't really know if it is bad or good, under windows when

[Mono-dev] Friendly GUI MonoUpdater anouce

2008-07-10 Thread Petit Eric
Hi monkeys, pinguin and all friendly comunity. I have writted Cs-ObexFtp who folow few bug fix quickly as official release of Mono, so i writed MonoUpdtaer to integrate it in Cs-ObexFtp and made life of user easy. MonoUpdater is a simple GUi to linux shell command for downloading Mono SVN or Mono

[Mono-dev] Microsoft.VisualStudio.HostingProcess.Utilities.Sync.dll

2008-04-20 Thread Petit Eric
hi folk I tried to compil a rpm of my mono software, cs-ObexFtp for mandriva 2008.1, all seem ok, but when i try to unstall the fresh compiled rpm, i have a depandcy erro about Microsoft.VisualStudio.HostingProcess.Utilities.Sync, if i add in the rpm a

Re: [Mono-dev] Microsoft.VisualStudio.HostingProcess.Utilities.Sync.dll

2008-04-20 Thread Petit Eric
2008/4/20, Petit Eric [EMAIL PROTECTED]: hi folk I tried to compil a rpm of my mono software, cs-ObexFtp for mandriva 2008.1, all seem ok, but when i try to unstall the fresh compiled rpm, i have a depandcy erro about Microsoft.VisualStudio.HostingProcess.Utilities.Sync, if i add

[Mono-dev] Same way for linux library as windows library

2008-04-16 Thread Petit Eric
hi folk, I write cs-obexftp, https://sourceforge.net/project/showfiles.php?group_id=206501 , who use the populare openobex/obexftp library, at this time the official library doesn't support C#, so my app doesn't work yet with official release in linux distro. as we know under windows, a app try

Re: [Mono-dev] Same way for linux library as windows library

2008-04-16 Thread Petit Eric
or override). Sadly this no longer works in Mono 1.9 (why?) On 4/16/08, Robert Jordan [EMAIL PROTECTED] wrote: Petit Eric wrote: as we know under windows, a app try to find library, first in the same dir as the executable, if there isn't it try to shearch them in windows

Re: [Mono-dev] [MonoDevelop] Mono 1.9 / MD Idea

2008-04-07 Thread Petit Eric
2008/4/7, Lluis Sanchez Gual [EMAIL PROTECTED]: El ds 05 de 04 del 2008 a les 15:13 +0200, en/na Petit Eric va escriure: Hi folk I have folowed this step and have a little trouble. My system is MDV 2008, after a fresh install i had Mono 1.25 and MD , located in /usr/ dir, i think

Re: [Mono-dev] [MonoDevelop] Mono 1.9 / MD Idea

2008-04-07 Thread Petit Eric
2008/4/7, Petit Eric [EMAIL PROTECTED]: 2008/4/7, Lluis Sanchez Gual [EMAIL PROTECTED]: El ds 05 de 04 del 2008 a les 15:13 +0200, en/na Petit Eric va escriure: Hi folk I have folowed this step and have a little trouble. My system is MDV 2008, after a fresh install i had

[Mono-dev] Mono 1.9 / MD Idea

2008-04-05 Thread Petit Eric
Hi folk I have folowed this step and have a little trouble. My system is MDV 2008, after a fresh install i had Mono 1.25 and MD , located in /usr/ dir, i think about trying mono 1.9, so uninstall all rpm, download the linux generic install from mono and install it in /opt/ dir. When starting MD

Re: [Mono-dev] [MonoDevelop] Soc 2008 idea: Universal graphical Framwork

2008-03-27 Thread Petit Eric
2008/3/27, Lluis Sanchez Gual [EMAIL PROTECTED]: A user interface designer is not like a drawing tool. The controls you put in the design surface must look and behave exactly like the controls at run-time. They are not graphical representations of the run-time controls, they are the *real*

Re: [Mono-dev] [Mono-list] trying to compil moon

2008-01-03 Thread Petit Eric
hey, thank's sorry for the latter respons, i spend holliday at reunion island (very far from france). In fact i try with the latest rpm from MDV in first, after this error i uninstall them and install expat directly from oficial source (configure make make install), and then post here. I'm go

Re: [Mono-dev] [Mono-list] Stability problem under linux MDV 2008 Cooker

2007-12-30 Thread Petit Eric
2007/12/30, Miguel de Icaza [EMAIL PROTECTED]: Hello Petit Eric, Can you further pin-point when this issue started happening for you? If you spoke about the Mono RT version, it is very dificult to say Would you mind doing a binary search to pinpoint the exact version? Additionally

Re: [Mono-dev] [Mono-list] Stability problem under linux MDV 2008 Cooker

2007-12-30 Thread Petit Eric
2007/12/30, Petit Eric [EMAIL PROTECTED]: 2007/12/30, Miguel de Icaza [EMAIL PROTECTED]: Hello Petit Eric, Can you further pin-point when this issue started happening for you? If you spoke about the Mono RT version, it is very dificult to say Would you mind doing a binary search

[Mono-dev] trying to compil moon

2007-12-30 Thread Petit Eric
hey folk somebody have the same error and know how to fix it ? make[2]: entrant dans le répertoire « /root/mono/moon/src » /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -o demo demo.o -lmoon -pthread -L/usr/lib/pkgconfig/../../lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0

Re: [Mono-dev] Fwd: error compiling gecko-sharp

2007-12-30 Thread Petit Eric
from where do you get gecko-sharp i do not see it in the svn ! 2007/12/30, Sharique uddin Ahmed Farooqui [EMAIL PROTECTED]: sorry posted in wrong list. I'm getting following error while compiling gecko-sharp --- #make Making all in sources make[1]: Entering directory

Re: [Mono-dev] [Mono-list] Stability problem under linux MDV 2008 Cooker

2007-12-30 Thread Petit Eric
2007/12/30, Miguel de Icaza [EMAIL PROTECTED]: Additionally, do you think it would be possible to get a tcpdump or an ethereal log of the problem? I'm not understand this two last point, could you be a litle newbie, i need a tool and which step to do that ? My Mono and MD version

Re: [Mono-dev] [Mono-list] Stability problem under linux MDV 2008 Cooker

2007-12-30 Thread Petit Eric
2007/12/30, Petit Eric [EMAIL PROTECTED]: 2007/12/30, Petit Eric [EMAIL PROTECTED]: 2007/12/30, Miguel de Icaza [EMAIL PROTECTED]: Additionally, do you think it would be possible to get a tcpdump or an ethereal log of the problem? I'm not understand this two last point

Re: [Mono-dev] [Mono-list] Stability problem under linux MDV 2008 Cooker

2007-12-30 Thread Petit Eric
2007/12/30, Petit Eric [EMAIL PROTECTED]: i run csobexftp as it : MONO_LOG_LEVEL=debug MONO_EVENTLOG_TYPE=local:~/tmp/csobexftp mono ./Cs-ObexFtp.exe test.log so i add test log as attachment normal way should be : thread 2 thread 1 thread 2 but as we can see it s

[Mono-dev] Stability problem under linux MDV 2008 Cooker

2007-12-23 Thread Petit Eric
Hi folk, i would like an expert eye of this. I'm the author of Cs-ObexFtp, we use openobex to transfer file beetween device and computer in obex. Openobex work now under windows, since my last update of mono (today), by Dailly test tarball, i think i had no problem, but now, if i try to download

[Mono-dev] ClickOnce

2007-12-03 Thread Petit Eric
hi folk I just see last week, there is a firefox addon to suport the Microsoft ClickOnce technology, so is Mono/MonoDevelop team plane to suport this one. Just for info here is the link of ClickOnce for firefox development : http://www.softwarepunk.com/ffclickonce/ @++

Re: [Mono-dev] ToString() performace in Mono

2007-11-22 Thread Petit Eric
Do you try to replace String by a System.Text.StringBuilder ? 2007/11/22, pablosantosluac [EMAIL PROTECTED]: Hi, I've detected a performance hit on plastic server running on mono. I was actually shocked because when I checked something similar working with integers, Mono was actually faster

Re: [Mono-dev] ToString() performace in Mono

2007-11-22 Thread Petit Eric
performance? I need to convert a different integer each pass... - Original Message - From: Petit Eric [EMAIL PROTECTED] To: pablosantosluac [EMAIL PROTECTED] Cc: mono-devel-list@lists.ximian.com Sent: Thursday, November 22, 2007 10:24 AM Subject: Re: [Mono-dev] ToString() performace

[Mono-dev] Fwd: [MonoDevelop] Cs-ObexFtp devel

2007-10-31 Thread Petit Eric
-- Forwarded message -- From: Petit Eric [EMAIL PROTECTED] Date: 31 oct. 2007 16:14 Subject: Re: [MonoDevelop] Cs-ObexFtp devel To: [EMAIL PROTECTED] thank's luis i do it, but i already asked to me the question, because it's more to add it in a MonoDevelop package solution

[Mono-dev] Fwd: [MonoDevelop] Cs-ObexFtp devel

2007-10-31 Thread Petit Eric
Here is the complet post + script -- Forwarded message -- From: Petit Eric [EMAIL PROTECTED] Date: 31 oct. 2007 15:48 Subject: Re: [MonoDevelop] Cs-ObexFtp devel To: Dale Moore [EMAIL PROTECTED] Cc: monodevelop-list [EMAIL PROTECTED] sorry for incovenience, i just see another

Re: [Mono-dev] MonoSummit: Planning the Sessions

2007-10-31 Thread Petit Eric
Dam Gmail, it doesn't includ the list by defaut when answering 2007/10/31, Petit Eric [EMAIL PROTECTED]: At this time there is a way/method/howto for have a simalar debuging tool as MS in MD, to folow own code step by step, pas throug and so on directly in MD IDE/RAD, during execution

[Mono-dev] Compile errors

2007-10-30 Thread Petit Eric
Since a few days, with too diferant machine i have the same compile error with the latest dailly tarball of mono RT when using : http://mono.ximian.com/daily/mono-latest.tar.bz2 Error:(in english : no rule to make gmcs.exe.config ! make[6]: entrant dans le répertoire «

Re: [Mono-dev] Problem with Configuration Manager

2007-10-30 Thread Petit Eric
first try to replace : Console.WriteLine(There is not configuration file :(.); by Console.WriteLine(There is not configuration file :(.) + Environment.NewLine + Environment.stackstarce; After image the progrmme is MyProg.exe and with mkbundle cmd yu say output is MyBdlProg.exe, so it continu to