From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to include wchar.h

Is there a way to include this header file? There is some code that I'm porting over that uses that library and I'm wondering if anyone has found a way around this? The closest solution I've found is using mbsupp.h for multibyte characters in the ansi_c.h library.
0 Kudos
Message 1 of 2
(3,209 Views)

Hello,

 

You can find here the list of ansi_c functions that can be used in CVI. Related to widechar, there is only conversion from/to multibyte(mbtowc, mbstowcs, wctomb, wcstombs) and string length(wcslen).

What functions do you use in your code that are not available in CVI?

 

Constantin

0 Kudos
Message 2 of 2
(3,169 Views)