i have been using several ways to Trace output inside Visual Studio 2008 output window but with no mean, i tried:
`cout<<"AAAAAAABBBBBBBBBB";
LPCWSTR str=_T("jdhakjsdk");
OutputDebugString(str);
printf("jdhakjshkajshdkjashdk");`
but nothing appears!! is it true that the output window might be locked??