Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Unicode stiil compile error

Horson_L_
Beginner
230 Views

I compiled the latest libtbb (also tbbmalloc and tbbmalloc_proxy) with VS2013 on Win10 x64 in Unicode mode. It failed with several errors, such as "const char* type is not compatible with const unicode_char_t*" in line 632 proxy.cpp.  I just wound why macro _T or _TEXT was not used to realize unicode support, or you can just use char* and functions appended with 'A' to avoid these problems. By the way, a semicolon missed in line 601 proxy.cpp.

0 Kudos
0 Replies
Reply