i tried to run the application in debug mode--when the application is running the following output comes on console
Code:
CMMFDevSoundSession[0x24b88010]======== Flag can service new request
157.135 CMMFDevSoundSession[0x24b88010]::DequeueRequest - Exit
157.135 CMMFDevSoundSession[0x24b88010]::PreemptionFinishedCallbackReceived - Exit
157.135 CMMFDevSoundSession[0x24b88010]::PreemptionFinishedCallbackReceived - Enter
157.135 CMMFDevSoundSession[0x24b88010]::DequeueRequest - Enter
157.135
but when i press the key once to exit the application the console view shows --
Code:
CMMFDevSoundSession[0x24b88010]======== Flag can service new request
157.135 CMMFDevSoundSession[0x24b88010]::DequeueRequest - Exit
157.135 CMMFDevSoundSession[0x24b88010]::PreemptionFinishedCallbackReceived - Exit
157.135 144.890 CNspsWsPlugin::OfferRawEvent:TRawEvent::EKeyDown
144.890 CNspsWsPlugin::OfferRawEvent:TRawEvent::EKeyDown, Forwarded to Lights Controller
then the application hangs without any response nor does it exit...
further attempts to exit also lead to the same console --
Code:
144.890 CNspsWsPlugin::OfferRawEvent:TRawEvent::EKeyDown
144.890 CNspsWsPlugin::OfferRawEvent:TRawEvent::EKeyDown, Forwarded to Lights Controller
147.890 CNspsWsPlugin::OfferRawEvent:TRawEvent::EKeyDown
147.890 CNspsWsPlugin::OfferRawEvent:TRawEvent::EKeyDown, Forwarded to Lights Controller
150.890 CNspsWsPlugin::OfferRawEvent:TRawEvent::EKeyDown
plz help...