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.

dlp4500编译完后的lib文件问题

Other Parts Discussed in Thread: DLPC350, DLP4500

编译完成后,lib文件夹里只有libDLP_SDK.a和libglfw3.a,这两个lib应该是linux下的lib文件格式吧。

在vs2015中写这句代码的dlp::Pattern::Sequence all_pattern;时候,出现严重性 代码 说明 项目 文件 行 禁止显示状态
错误 LNK2001 无法解析的外部符号 "public: __cdecl dlp::Pattern::Sequence::Sequence(void)" (??0Sequence@Pattern@dlp@@QEAA@XZ);

这个应该是没有windws下的lib文件造成的,请问这个怎么解决?