Pritpal Bedi wrote:
> 
> It should launch theoretically.
> But let us examine how I am initiating the launch.
> 
>       #if 1
>       qProcess := QProcess():new()
>       qProcess:setWorkingDirectory( hbide_pathToOSPath(
> oProject:wrkDirectory ) )
>       IF !empty( oProject:launchParams )
>          qStr := QStringList():new()
>          qStr:append( oProject:launchParams )
>          qProcess:startDetached_1( cTargetFN, qStr )
>       ELSE
>          qProcess:startDetached_2( cTargetFN )
>       ENDIF
>       qProcess:waitForStarted()
>       qProcess := NIL
> 
>       #else
> 
> Please investigate. It is straight forward. 
> Somewhere we are missing how should we pass the params to QProcess().
> 

METHOD IdeProjManager:launchProject( cProject, cExe )
needs to be overhauled as it is Windows centric anyway.
Because passed parameter is not having ".exe" as extnsion,
nothing has hapened. Please check.

-----
     enjoy hbIDEing...
        Pritpal Bedi 
http://hbide.vouch.info/
-- 
View this message in context: 
http://n2.nabble.com/HBIDE-Project-build-start-folder-problem-tp4861627p4886710.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to