Re: LPCSTR from String
From: Jochen Kalmbach (nospam-Jochen.Kalmbach_at_holzma.de)
Date: 02/15/05
- Next message: bill: "Re: need a way"
- Previous message: Ioannis Vranos: "Re: unboxing : Please tell me the difference"
- In reply to: Bijoy: "Re: LPCSTR from String"
- Next in thread: Joe Thompson: "Re: LPCSTR from String"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Feb 2005 03:25:16 -0800
Hi =?Utf-8?B?Qmlqb3k=?=,
> I don't know much about LPCSTR, but belive this can hold pointer
> to both ANSI and UNICODE string.
No, LPCSTR only handles ANSI (or MBCS) strings (char*)
To support bith you should use LPCTSTR.
> Up from NT5 windows uses unicode, can some
> one explane on these context
???
Starting with NT (3.01) it uses unicode as fundamental string encoding!
-- Greetings Jochen My blog about Win32 and .NET http://blog.kalmbachnet.de/
- Next message: bill: "Re: need a way"
- Previous message: Ioannis Vranos: "Re: unboxing : Please tell me the difference"
- In reply to: Bijoy: "Re: LPCSTR from String"
- Next in thread: Joe Thompson: "Re: LPCSTR from String"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|