c++ - 这个外国源码怎么编译测试?
阿神
阿神 2017-04-17 14:34:41
0
2
497

这个外国源码怎么编译测试?

我是用VS2010,编译后出错,说是没有启动入口?是不是这就是一个函数文件?

谁能放个入口测试下函数呢?

阿神
阿神

闭关修行中......

reply all(2)
大家讲道理

First of all, this is not the 外国 source code. This is a website from Taiwan.

Secondly, the readme says that OpenCV and Booot must be configured first, as well as the IDE environment. This is a necessary prerequisite to facilitate subsequent code writing and experimentation.

Finally, its source code does not have the main() function, which is the reason for the 没有启动入口 prompt. Since you want to use it, I think it is more convenient to write the main() function yourself. After all, you may still have to modify it in the future to use the various APIs provided.

迷茫

Thank you for your reply, I don’t understand C++ at all. . . . I have configured OpenCV and Bootot, but I am missing an entry point. I don’t know how to call the functions inside?
Or can you help me translate it into DELPHI? Or can you help me write an entry to call the function inside, and I can do a test?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template