_T macro is used in languages that support UNICODE strings: depending on whether _UNICODE macro is defined, permits treating all strings as unicode os simple ansi strings. Considering that CVI does not support unicode strings you should consider removing it from your code.
Message Edited by Roberto Bozzolo on
02-20-2008 10:32 AM