Tool/software: TI C/C++ Compiler
Hello,
I meet a problem when I was trying to use API (https://www.ti.com/tool/DLPC-API) to control the device. It output errors like ”unresolved external symbol DLPC_COMMON_InitCommandLibrary“ when I am using Qt Creator(visual studio 2015/2017) .It seems like the reason is the provided library (cyusbserial.lib) is 'x86', which conflicts with 'x64' computer system. Could you provide any solution ?