Hi

If I compile it as debug the program works the way it suppose to.
If I compile it as release the program will not draw the window correctly.


Thanks

Re: Weird problem my EVC++ application by Joćo

João
Tue Apr 20 11:40:53 CDT 2004


"Eric" <darksun4241@yahoo.com> wrote in message
news:uZccHEvJEHA.204@TK2MSFTNGP10.phx.gbl...
> Hi
>
> If I compile it as debug the program works the way it suppose to.
> If I compile it as release the program will not draw the window correctly.
>
>
> Thanks
>
>

Try to see if you are using "working code" inside ASSERT macros. These are
stripped away when you compile in Release mode, so your code can break. If
this is the case, replace ASSERT with VERIFY


--
João Paulo Figueira
Embedded MVP