I\'ve tried OutputDebugString function and most of the time I get error like :
OutputDebugString
error C2664: \'OutputDebugStringA\' : cannot convert parameter 1
Use:
OutputDebugStringA("Some random text");
Or:
OutputDebugString("Some random text");