Search found 1 match
- Mon Oct 13, 2014 4:33 pm
- Forum: C++ Development
- Topic: wxExecute, detach process
- Replies: 2
- Views: 1321
wxExecute, detach process
Hello, Everyone! I'm new user of wxWidgets and I trying to include WinSparkle (https://github.com/vslavik/winsparkle) library into my Qt application for autoupdating it. Tte library has this code: if ( !wxLaunchDefaultApplication(m_updateFile) ) //run installator, *.exe file { wxLogError(_("Failed t...