> 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().

Accidentally I've stumbled upon new code to detect 
executable name, and it's not right. First of all 
"hbmk2: Linker command:" text is only shown when 
-trace mode is used, second, there is no guarantee 
that '-o' option is used in all supported target 
compilers, this is not true even with current set 
of compilers.

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to