Re: how can I get ATLTRACE Messages



thx!
That is the problem.



"Yaroslav Goncharov" <yaroslav@xxxxxxxxxxx> wrote in message
news:%23eLjQsGSIHA.2208@xxxxxxxxxxxxxxxxxxxxxxx
Please note that ATLTRACE is defined only in debug builds (_DEBUG is
defined). In release builds it is __noop. ATLTRACE uses OutputDebugString
API (you can try using this directly to troubleshoot the issue). See
atltrace.h for more information.

--
Yaroslav Goncharov
Pocket PC Developer Network coordinator, http://pocketpcdn.com
Spb Software House, http://spbsoftwarehouse.com


"Allan Lunk" <allan _at_ ByteWiseSG _dot_ com> wrote in message
news:OKg3GD9RIHA.4196@xxxxxxxxxxxxxxxxxxxxxxx
Thanks Yaroslav!
That's what I thought should happen, but I don't get any messages in the
eVC++ Debug (tab) window. Is there some other setting? Is it dependant
on the CE Image?

I am not running Platformbuilder for this, just eVC++ 4.0.
I must not have something right.......
thx

"Yaroslav Goncharov" <yaroslav@xxxxxxxxxxx> wrote in message
news:uahSmD8RIHA.1208@xxxxxxxxxxxxxxxxxxxxxxx
When debugger is attached to the target process, you will see those
messages in the Output window.

--
Yaroslav Goncharov
Pocket PC Developer Network coordinator, http://pocketpcdn.com
Spb Software House, http://spbsoftwarehouse.com


"Allan Lunk" <allan _at_ ByteWiseSG _dot_ com> wrote in message
news:%238BuFfxRIHA.748@xxxxxxxxxxxxxxxxxxxxxxx
Hi,

I am developing an application using ATL, on a CEPC. I am using eVC++
4. Is it possible to get ATLTRACE messages and other ATL diagnostic
messages? I have a telnet session (HyperTerminal) connected to the
device which gives me printf messages, but I don't get ATLTRACE etc.

Am I doing something wrong, or is it not possible? The CE image on the
device is a release build.

thanks for any help!!











.


Loading