Results 1 to 2 of 2

Thread: QProcess-startDetached and Console screen problem

  1. #1
    Join Date
    Jul 2007
    Posts
    35
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default QProcess-startDetached and Console screen problem

    Hi all,
    I want to call external qt application and i'm using QProcess class. I wrote
    windows shell extension to explorer and i use QProcess for calling my
    exernal Qt application. Extension dll and my exteranal qt application use
    same dll's. In first i was using QProcess-start() method but when external
    qt application want to use shared dll(both Extension dll and external qt
    application use) function external qt application waits for explorer.exe 's
    finishing and do nothing.
    But when i use QProcess-startDetached() working corrently but there is a
    console screen . I don't want show console screen . How can i hide this
    console screen ?Or how can i use QProcess-start() method correctly?
    Thanks in advance
    Ramazan

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QProcess-startDetached and Console screen problem

    For that you might have to use WinAPI. Please search the forums next time: http://www.qtcentre.org/forum/f-qt-p...s-14207.html#9.
    J-P Nurmi

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.