From f7e59c0e80bb56af0fe38ab2e170a8cabf4a5c3c Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Fri, 4 Mar 2016 15:55:34 +0100 Subject: [PATCH] #2871 BBTK Bug New Normal Windows - ExecSystemCommand not blocking --- packages/std/src/bbstdExecSystemCommand.cxx | 6 +++--- packages/std/src/bbstdReadColumnsString.cxx | 9 +-------- 2 files changed, 4 insertions(+), 11 deletions(-) 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) -- 2.44.0