Changeset 1262 in Sophya for trunk/SophyaPI/PIext/cxxexecwin.cc
- Timestamp:
- Oct 27, 2000, 6:30:28 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecwin.cc
r1251 r1262 92 92 dap->SetBusy(); 93 93 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()); 109 95 mBut[0]->SetSensitive(); 110 96 dap->SetReady();
Note:
See TracChangeset
for help on using the changeset viewer.