From: Eduardo DAVILA Date: Fri, 4 Mar 2016 14:55:34 +0000 (+0100) Subject: #2871 BBTK Bug New Normal Windows - ExecSystemCommand not blocking X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=bbtk.git;a=commitdiff_plain;h=f7e59c0e80bb56af0fe38ab2e170a8cabf4a5c3c #2871 BBTK Bug New Normal Windows - ExecSystemCommand not blocking --- diff --git a/packages/std/src/bbstdExecSystemCommand.cxx b/packages/std/src/bbstdExecSystemCommand.cxx index f319e37..63beb0c 100755 --- a/packages/std/src/bbstdExecSystemCommand.cxx +++ b/packages/std/src/bbstdExecSystemCommand.cxx @@ -77,9 +77,9 @@ namespace bbstd ccommand[i]=34; } } - #if defined(_WIN32) - ccommand="start /b "+ccommand; - #endif // defined(_WIN32) +// #if defined(_WIN32) +// ccommand="start /b "+ccommand; +// #endif // defined(_WIN32) std::cout << "*** Executing system command : '"< * > tlst; - + std::vector< std::vector * > tlst; int i; for( i=0 ; i ); } - int iSkipLines; int numberOfLines = 0; char tmpValue[500]; @@ -94,8 +89,6 @@ void ReadColumnsString::Process() i=8; if (i<=bbGetInputDimension()) { bbSetOutputlstData8( *(tlst[i-1]) ); } i=9; if (i<=bbGetInputDimension()) { bbSetOutputlstData9( *(tlst[i-1]) ); } - printf("EED ReadColumnsString::Process end \n"); - } //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)