All of a sudden all my release builds now show this message on the debug
console:
.
.
.
Explorer(V2.0) taskbar thread started.
Explorer(V2.0) using old style message pump.
.
NDISPWR:: Found adapter [LAN90001]
.


and I have the build text (Microsoft Windows CE.NET v4.20 ...) accross the
display (like I use to get with only the debug builds).
This just started happening.
my build options settings for the release have not changed (I only have
Enable Eboot space in memory checked
for Release).
what happened and how can I repair??
I tried doing a deptree build and a "blddemo clean" to no avail.

Help!!??

Re: what did I screw up? by Steve

Steve
Fri Jun 25 11:37:37 CDT 2004

This is normal. If you look at the code you will find it's a retail message.
To get rid of those you will need to do a ship build but also need to do it
as a DEPTREE build as those messages come from the explorer shell public
code.

--
Steve Maillet (eMVP)
EmbeddedFusion
smaillet_AT_EmbeddedFusion_DOT_com



Re: what did I screw up? by A

A
Fri Jun 25 11:58:53 CDT 2004

again ... many thanks.

"Steve Maillet (eMVP)" <nospam1@EntelechyConsulting.com> wrote in message
news:O3IE9KtWEHA.1164@tk2msftngp13.phx.gbl...
> This is normal. If you look at the code you will find it's a retail
message.
> To get rid of those you will need to do a ship build but also need to do
it
> as a DEPTREE build as those messages come from the explorer shell public
> code.
>
> --
> Steve Maillet (eMVP)
> EmbeddedFusion
> smaillet_AT_EmbeddedFusion_DOT_com
>
>