Hi,
Did you have ever using REcmt API? I found it didn't work on my emulator. the code is simple:
#ifdef _DEBUG
REcmt recmt;
User::LeaveIfError(recmt.Connect());
recmt.Write(_L("Hello world!"));
recmt.Close();
#endif
But the Diagnostics window is always empty.
Could you help me?
Thanks,
Zhentao



