Changeset 1268 in Sophya for trunk/SophyaPI/PIext/cxxexecwin.cc
- Timestamp:
- Nov 1, 2000, 1:01:28 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecwin.cc
r1262 r1268 92 92 dap->SetBusy(); 93 93 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); 95 99 mBut[0]->SetSensitive(); 96 100 dap->SetReady();
Note:
See TracChangeset
for help on using the changeset viewer.