pixpark / gpupixel

Real-time image and video processing library similar to GPUImage, with built-in beauty filters, achieving commercial-grade beauty effects. Written in C++11 and based on OpenGL/ES.

Home Page:https://gpupixel.pixpark.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何使用vs进行编译?

qian-jiang opened this issue · comments

使用cmake编译总是报错语法错误,请教下如何使用vs导入项目进行编译,多谢

你好,可以贴出错误看一下,cmake 也是可以生成 vs工程的

你好,可以贴出错误看看一下,cmake也可以生成vs工程的

目前卡在vnn_core.dll,我不太懂这个,无法解决。
image

建议搜索下相关错误关键字,大概率是库链接设置错误,或者x86,x64架构是否匹配问题:
参考:https://blog.csdn.net/qq_43331089/article/details/128802279