[GRASS-dev] db_start_driver without window
Radim Blazek
radim.blazek at gmail.com
Wed Oct 14 10:39:10 PDT 2015
When a driver is started from QGIS on Windows using db_start_driver ->
G_spawn_ex -> do_spawn -> win_spawn > CreateProcess, it opens black
window.
Is there a possibility to prevent opening that window by setting some
global Windows param before db_start_driver is called? If not, would
it be possible to prevent it by giving
CREATE_NO_WINDOW (or something like that) as dwCreationFlags to
CreateProcess in win_spawn?
Radim
More information about the grass-dev
mailing list