X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2Fbbi%2Fbbi.cxx;h=16cbb8f0b45565addc4cc3ed00180051f7e09380;hb=f8474ace9678d6190039db6b0766fd21367aabd8;hp=c4ef2fd628b33456beb9f968900320e08976b8bc;hpb=236a8e2fee9937c050e2d16c7222e1caa993f01c;p=bbtk.git diff --git a/kernel/appli/bbi/bbi.cxx b/kernel/appli/bbi/bbi.cxx index c4ef2fd..16cbb8f 100644 --- a/kernel/appli/bbi/bbi.cxx +++ b/kernel/appli/bbi/bbi.cxx @@ -194,7 +194,7 @@ bool wxBBIApp::OnInit( ) if (help_on_script) { std::string package; - I->GetInterpreter()->GetExecuter()->GetFactory()->HelpBlackBox("workspace",package,false); + I->GetInterpreter()->GetExecuter()->GetFactory()->PrintHelpDescriptor("workspace",package,false); } /* @@ -202,7 +202,7 @@ bool wxBBIApp::OnInit( ) std::cout << "con="<Close"<SetNoExecMode(false); std::string package; - I->GetExecuter()->GetFactory()->HelpBlackBox("workspace", - package, - false); + I->GetExecuter()->GetFactory()->PrintHelpDescriptor("workspace", + package, + false); } if (cmdline.input_file.size()==0) I->CommandLineInterpreter(); @@ -313,10 +314,10 @@ int main(int argc, char* argv[]) //========================================================================== #include "bbtkInterpreter.h" +//#include "bbtkWx.h" int main(int argc, char* argv[]) { - if (argc>2) { std::cout << "usage : "<InterpretFile(f); } - bbtk::Wx::LoopUntilAllWindowsClose(); + // bbtk::Wx::LoopUntilAllWindowsClose(); return 0;