Viktor Szakáts wrote:
> 
> May be related or not, but this code is still wrongly .exe-specific:
> (I've once posted a corrected version)
> ---
>       IF empty( cExe )
>          cTkn := "hbmk2: Linking... "
>          IF ( n := at( cTkn, cTmp ) ) > 0
>             cT   := ".exe" // Chr( 13 )
>             n1   := hb_at( cT, cTmp, n + len( cTkn ) )
>             cExe := substr( cTmp, n + len( cTkn ), n1 - n - len( cTkn
> ) + len( cT ) )
> hbide_dbg( 1, cTkn, cExe )
>          ENDIF
>       ENDIF
>       IF empty( cExe )
>          cTkn := "hbmk2: Target up to date: "
>          IF ( n := at( cTkn, cTmp ) ) > 0
>             cT   := ".exe" // Chr( 13 )
>             n1   := hb_at( cT, cTmp, n + len( cTkn ) )
>             cExe := substr( cTmp, n + len( cTkn ), n1 - n - len( cTkn
> ) + len( cT ) )
> hbide_dbg( 2, cTkn, cExe )
>          ENDIF
>       ENDIF
> ---
> 

Yes, I know, but I could not get your patch working.
The reason may be, I am fetching the output from QTextEdit()
as a whole and then locating the string which failed with your fix.
I will try again.


-----
     enjoy hbIDEing...
        Pritpal Bedi 
http://hbide.vouch.info/
-- 
View this message in context: 
http://n2.nabble.com/SF-net-SVN-harbour-project-14286-trunk-harbour-tp4866175p4866643.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to