Changeset 1321 in Sophya for trunk/SophyaPI/PIext/cxxexecwin.cc
- Timestamp:
- Nov 13, 2000, 4:32:34 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecwin.cc
r1319 r1321 160 160 switch (msg) { 161 161 case 600: // Bouton Execute C++ 162 dap->SetBusy();163 162 SetUnSensitive(); 164 163 dap->GetConsole()->AddStr( 165 164 "CxxExecWind::Process() - Executing C++ Code ... \n", PIVA_Magenta); 165 dap->SetBusy(); 166 166 cxxex->ExecuteCXX(mText[1]->GetText(),mText[0]->GetText()); 167 167 dap->GetConsole()->AddStr( 168 "CxxExecWind ... End of Executing C++ Code \n" , PIVA_Magenta);168 "CxxExecWind ... End of Executing C++ Code \n"); 169 169 SetSensitive(); 170 170 dap->SetReady();
Note:
See TracChangeset
for help on using the changeset viewer.