Re: wchar_t support at kernel level ?
Re: wchar_t support at kernel level ?
- Subject: Re: wchar_t support at kernel level ?
- From: Godfrey van der Linden <email@hidden>
- Date: Mon, 12 Nov 2001 14:02:31 -0800
I know our runtime support pretty well and we have done nothing in
the kernel to support C++ wchar_t. As long as you don't require
runtime support then you will be fine. All I can suggest is try
compiling a sample kext and attempt to link it and see what happens.
None of our infrastructure will understand whar_ts.
Godfrey
At 14:30 -0500 01-11-12, Francis Bouchard wrote:
I guess my subject makes it clear! Is there any support at kernel level for
the wchar_t type. My problem is I'm _porting_ (if I can use this term) a
driver that makes use of it. So I looked at the EC++ spec and it says that
it is a reserved keyword but not part of EC++.