Kaydet (Commit) df1e6343 authored tarafından Andreas Bregas's avatar Andreas Bregas

mib18: #163175# Implement DoEvents empty

üst e2b85f96
...@@ -528,11 +528,13 @@ RTLFUNC(DoEvents) ...@@ -528,11 +528,13 @@ RTLFUNC(DoEvents)
(void)pBasic; (void)pBasic;
(void)bWrite; (void)bWrite;
(void)rPar; (void)rPar;
Timer aTimer; // Dummy implementation as the following code leads
aTimer.SetTimeout( 1 ); // to performance problems for unknown reasons
aTimer.Start(); //Timer aTimer;
while ( aTimer.IsActive() ) //aTimer.SetTimeout( 1 );
Application::Yield(); //aTimer.Start();
//while ( aTimer.IsActive() )
// Application::Reschedule();
} }
RTLFUNC(GetGUIVersion) RTLFUNC(GetGUIVersion)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment