Re: AfxMessageBox?
- From: "Mihai N." <nmihai_year_2000@xxxxxxxxx>
- Date: Fri, 24 Nov 2006 02:06:14 -0800
Why didn't they do this?Because "Hello" and L"Hello" are both standard C/C++.
Making "Hello" to mean Unicode string means the compiler
is not standard compliant.
The MS compilers moved towards being more standard compliant lately
(and is a good thing).
Plus there are situations when one might want to use narrow strings
in an Unicode application. If "Hello" means Unicode, then what?
--
Mihai Nita [Microsoft MVP, Windows - SDK]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
.
- Follow-Ups:
- Re: AfxMessageBox?
- From: David Ching
- Re: AfxMessageBox?
- References:
- AfxMessageBox?
- From: pvdg42
- Re: AfxMessageBox?
- From: Mihai N.
- Re: AfxMessageBox?
- From: pvdg42
- Re: AfxMessageBox?
- From: Mark Randall
- Re: AfxMessageBox?
- From: David Ching
- Re: AfxMessageBox?
- From: Tom Serface
- Re: AfxMessageBox?
- From: Mihai N.
- Re: AfxMessageBox?
- From: Tom Serface
- Re: AfxMessageBox?
- From: Mihai N.
- Re: AfxMessageBox?
- From: David Ching
- AfxMessageBox?
- Prev by Date: Re: Accessing Record Buffer in MCI
- Next by Date: Re: Help using DrawText
- Previous by thread: Re: AfxMessageBox?
- Next by thread: Re: AfxMessageBox?
- Index(es):
Relevant Pages
|