Changeset 1268 in Sophya for trunk/SophyaPI/PIext/cxxexecwin.cc


Ignore:
Timestamp:
Nov 1, 2000, 1:01:28 AM (25 years ago)
Author:
ercodmgr
Message:

3ieme argument string& toks pour Execute et ExecuteCommand
preparation gestion TmpDir dans cxxexecutor
suppression de ExecuteCXX ds cxxexecutor et appels
possibilite d'ajouter des userfct.cc ds cxxexecutor

cmv 1/11/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/cxxexecwin.cc

    r1262 r1268  
    9292      dap->SetBusy();
    9393      mBut[0]->SetUnSensitive();
    94       cxxex->ExecuteCxx(mText->GetText());
     94      string localkey = "c++exec";
     95      vector<string> localtokens;
     96      string localstr = mText->GetText();
     97      localtokens.push_back(localstr);
     98      cxxex->Execute(localkey,localtokens,localstr);
    9599      mBut[0]->SetSensitive();
    96100      dap->SetReady();
Note: See TracChangeset for help on using the changeset viewer.