exec application in windows
- From: "Martin (OpenGeoMap)" <martin opengeomap org>
- To: gtk-app-devel-list gnome org
- Subject: exec application in windows
- Date: Tue, 20 Nov 2007 15:36:23 +0100
Hi:
I am trying exec a exe in windows like this:
GError *error;
gboolean ii=g_spawn_comand_line_async ("C:/""Archivos de
programa""/GlobalMapper8/global_mapper8.exe",&error);
and so:
GError *error;
gboolean ii=g_spawn_comand_line_async ("C:/""Archivos de
programa""/GlobalMapper8/global_mapper8.exe",&error);
. but nothing works...
In MS-DOS this works fine:
C:/"Archivos de programa"/GlobalMapper8/global_mapper8.exe
The problem it´s the spaces in windows
This line works fine:
GError *error;
gboolean ii=g_spawn_comand_line_async
("C:/folder1/global_mapper8.exe",&error);
regards.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]