Re: Glib::spawn on Windows

2008-08-28 Thread Murray Cumming
On Wed, 2008-08-27 at 14:42 -0300, Paulo Flabiano Smorigo wrote: Thanks Armin!! I extract the glib and now works... If there is a problem with some installer, could one of you please make sure that the bug is reported properly. -- [EMAIL PROTECTED] www.murrayc.com www.openismus.com

Re: Glib::spawn on Windows

2008-08-28 Thread Armin Burgmeier
On Thu, 2008-08-28 at 10:07 +0200, Murray Cumming wrote: On Wed, 2008-08-27 at 14:42 -0300, Paulo Flabiano Smorigo wrote: Thanks Armin!! I extract the glib and now works... If there is a problem with some installer, could one of you please make sure that the bug is reported properly. I

Re: Glib::spawn on Windows

2008-08-27 Thread Armin Burgmeier
On Tue, 2008-08-26 at 11:26 -0300, Paulo Flabiano Smorigo wrote: Hi Armin, Thanks for the reply. To execute my application on Windows I just installed gtk and gtk runtime. Where is this gspawn-win32-helper? Where do I find the installer? I had a look at that installer, and it seems to

Glib::spawn on Windows

2008-08-26 Thread Paulo Flabiano Smorigo
Hi everybody, I'm trying to execute a program in my application using the Glib Spawning Proccess library. On linux works perfect but on windows I get a No such file or directory error. The command is: Glib::spawn_command_line_async(c:\\windows\\NOTEPAD.EXE); And the error on Windows is:

Re: Glib::spawn on Windows

2008-08-26 Thread Armin Burgmeier
On Tue, 2008-08-26 at 10:30 -0300, Paulo Flabiano Smorigo wrote: Hi everybody, I'm trying to execute a program in my application using the Glib Spawning Proccess library. On linux works perfect but on windows I get a No such file or directory error. The command is:

Re: Glib::spawn on Windows

2008-08-26 Thread Paulo Flabiano Smorigo
Hi Armin, Thanks for the reply. To execute my application on Windows I just installed gtk and gtk runtime. Where is this gspawn-win32-helper? Where do I find the installer? I install gtk and gtkmm from this two links: http://ufpr.dl.sourceforge.net/sourceforge/gladewin32/gtk-2.12.9-win32-2.exe

Re: Glib::spawn on Windows

2008-08-26 Thread Martin (OpenGeoMap)
HI: I had the same problem... Tomorrow i will paste the code. I don have the code here today. Regards. Hi Armin, Thanks for the reply. To execute my application on Windows I just installed gtk and gtk runtime. Where is this gspawn-win32-helper? Where do I find the installer? I install