Qt Labs Forum » General discussions

HOw to Run Qt based .exe file from by running non Qt .exe

(3 posts)
  • Started 1 month ago by venkatesh
  • Latest reply from venkatesh

  1. venkatesh
    venkatesh
    Member

    Hi All,
    i developed a GUI application using Qt and generated .exe file from that application, i need to run that exe file by running the Non Qt exe file. Anyone help me out how to generate that non Qt .exe file and from that it should run Qt based .exe file. i developed Qt application by using C++ language.

    Thanks in Advance
    venkatesh

    Posted: 1 month #
  2. mbejerano
    mbejerano
    Member

    I am going to try and decode your question (so please, bear with me) ...

    You have some sort of shell application (we'll call it 'run.exe') that executes a Qt-based application (we'll call it 'qtapp.exe') ... correct?

    o Are there some specific requirements on how you are supposed to load and execute this application?
    o Have you tried using the system() call?
    o Perhaps it could be as simple as using the C library function exec...?
    o Would you prefer a Win32 API call to load and execute an application?

    There are a number of methods you can use to accomplish your goal but we would require some more specific information on how you want to do just that.

    Posted: 1 month #
  3. venkatesh
    venkatesh
    Member

    Hi
    i solved this one by using the WINAPI CreateProcess() function , Thanks for your Reply

    Regrds
    Venkatesh

    Posted: 1 month #

RSS feed for this topic

Reply

You must log in to post.



© 2008 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners.