编译 rebuild all 时出现提示:
mmi_app.lib(idleapp.obj) : error LNK2001: unresolved external symbol _GetTheStateOfKeyCameraDeviceFunc
mmi_framework.lib(simdetection.obj) : error LNK2001: unresolved external symbol _GetTheStateOfKeyCameraDeviceFunc
Debug/MoDIS.exe : fatal error LNK1120: 1 unresolved externals
我觉得是不是 GetTheStateOfKeyCameraDeviceFunc()这个函数的声明.h文件没有在 idleapp.c,simdetection.c里面
Include啊?如果是这样我该怎么找到这个函数的.h文件是哪一个呢?
如果不是这个问题,那该用什么方法解决呢?
------解决方案--------------------
没有将.cpp或.c加入到工程中吧。
------解决方案--------------------
用dev c吧