g_spawn*() on windows
- From: jcupitt gmail com
- To: gtk-app <gtk-app-devel-list gnome org>
- Subject: g_spawn*() on windows
- Date: Thu, 3 Jul 2014 13:25:50 +0100
Hi all,
I'm using g_spawn_command_line_sync() to run a series of command-line
programs (actually ImageMagick's convert, if that's important).
It works fine, but on Windows I get an incredibly annoying console
window flash up for a fraction of a second for each command. Does
anyone have any good ideas for hiding this?
From a bit of reading it seems that the glib helper program might need
to be changed: it uses _wspawnv() to start the command and this will
(I think) always show a console window for a console program. Is this
right?
John
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]