This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/DLP3010EVM-LC: problem with API

Part Number: DLP3010EVM-LC

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 ?