On Fri, Jan 21, 2011 at 07:45:39AM -0500, Richard Hipp wrote:
> But I did not accept that branch onto the trunk.  I want to do the "hooks"
> via a different mechanism.  But in order to implement this different
> mechanism, I need example C code for launching a background process in
> windows that is not associated with an console.  Doing that is easy in Unix,
> but I'm not sure how to do it in windows.

We write some wxWidgets programs, and we can call other executables without
trouble through wxProcess/wxExecute, without any console appearing.
Maybe you can check the wxWidgets source code of wxProcess/wxExecute for the 
details

http://docs.wxwidgets.org/stable/wx_wxprocess.html

Source code related for Windows:
http://trac.wxwidgets.org/browser/wxWidgets/branches/WX_2_8_BRANCH/src/msw/utilsexc.cpp

Regards,
Lluís.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to