16bit characters in IAR

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

16bit characters in IAR

337件の閲覧回数
ryanlush
Contributor IV

I have some code written with Code Warrior that uses 16bit characters like so

char* str L"some string"

My understanding is that the L tells the compiler to treat the string as wide_t type characters. Trouble is in IAR the wide_t is 32bits so my string has 32bit characters. Is it possible to create a string in IAR with 16bit characters?

0 件の賞賛
返信
0 返答(返信)