I'm working on porting a project from Linux to VxWorks DKM. But I face a problem: On linux, wide characters and wide char functions ( like wcslen() or mbrtowc() ) are used in some parts of this project and since VxWorks DKM doesn't support wide chars ( and wide chars functions...) i'm stuck. My question is : Is there any alternative to Wide chars on VxWorks DKM I can use ?
Wide char are suported in the RTP mode of VxWorks but not in DKM.