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


Ignore:
Timestamp:
Oct 27, 2000, 6:30:28 PM (25 years ago)
Author:
ercodmgr
Message:

Reorganisation classe PIACmd (interpreteur de piapp) - Utilisation des services de NameObjMgr pour les variables de l'interpreteur - Reza 27/10/2000

File:
1 edited

Legend:

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

    r1251 r1262  
    9292      dap->SetBusy();
    9393      mBut[0]->SetUnSensitive();
    94       //  $CHECK$  REZA + CMV 23/10/2000 - Faire quelque chose de mieux ici
    95       vector<string> vs;
    96       int rc;
    97       vs.push_back(mText->GetText());
    98       rc = cxxex->FillUserCode(vs, 0);
    99       if (rc) break;
    100       rc = cxxex->CrFile();
    101       if (rc) break;
    102       rc = cxxex->Compile();
    103       if (rc) break;
    104       rc = cxxex->Link();
    105       if (rc) break;
    106       rc = cxxex->Call();
    107       if (rc) break;
    108       // End de $CHECK$  REZA + CMV 23/10/2000
     94      cxxex->ExecuteCxx(mText->GetText());
    10995      mBut[0]->SetSensitive();
    11096      dap->SetReady();
Note: See TracChangeset for help on using the changeset viewer.