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.

opencv移植DM8148后的编译出错

我在mcfw的demo项目中移植opencv,使用g++编译,报错

我把Void改为void后可正常编译运行,但是我注意到有很多文件使用的都是Void而不是void!怎样避免不修改Void进行正常编译?