问题描述
Hy!
我试图编译KinectBridgeWithMATLABBasics-D2D示例。
我有一些链接器问题:
MatlabHelper.obj:错误LNK2019: " _engClose" in ..."" public:void __thiscall MatlabHelper :: ShutDownEngine(void)" (?ShutDownEngine @ MatlabHelper @@ QAEXXZ)"。
1> MatlabHelper.obj:错误LNK2019:..." _engSetVisible" in ..." public:long __thiscall MatlabHelper :: InitMatlabEngine(bool)" (?InitMatlabEngine @ @@ MatlabHelper @ QAEJ_N Z)" ;. ......还有一些......
有人试图建立这个例子吗? / p>
BTW:是否可以将Fusion示例与Matlab连接。那会很好: - )
谢谢
Hy!
I tried to compile the KinectBridgeWithMATLABBasics-D2D example.
I have some Linker problems:
MatlabHelper.obj : error LNK2019: "_engClose" in ... ""public: void __thiscall MatlabHelper::ShutDownEngine(void)" (?ShutDownEngine@MatlabHelper@@QAEXXZ)".
1>MatlabHelper.obj : error LNK2019: ... "_engSetVisible" in ... ""public: long __thiscall MatlabHelper::InitMatlabEngine(bool)" (?InitMatlabEngine@MatlabHelper@@QAEJ_N@Z)". ... ... and some more ... ...
Has someone tried to build the example?
BTW: Is it possible to connect the Fusion Example with Matlab. That would be nice :-)
Thanks
这篇关于Matlab桥的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!