microsoft / HoloLensForCV

Sample code and documentation for using the Microsoft HoloLens for Computer Vision research
MIT License
472 stars 156 forks source link

AppMain linker build errors #102

Open bobpbbd104 opened 5 years ago

bobpbbd104 commented 5 years ago

Running VS 2017 15.9 and get 2 errors: 18>AppMain.obj : error LNK2019: unresolved external symbol "class cv::debug_build_guard::_InputOutputArray const & __cdecl cv::noArray(void)" (?noArray@cv@@YAABV_InputOutputArray@debug_build_guard@1@XZ) referenced in function "class std::map<int,struct ArUcoMarkerTracker::DetectedMarker,struct std::less,class std::allocator<struct std::pair<int const ,struct ArUcoMarkerTracker::DetectedMarker> > > cdecl ArUcoMarkerTracker::DetectArUcoMarkers(class HoloLensForCV::SensorFrame ^)" (?DetectArUcoMarkers@ArUcoMarkerTracker@@YA?AV?$map@HUDetectedMarker@ArUcoMarkerTracker@@U?$less@H@std@@V?$allocator@U?$pair@$$CBHUDetectedMarker@ArUcoMarkerTracker@@@std@@@4@@std@@P$AAVSensorFrame@HoloLensForCV@@@Z) 18>AppMain.obj : error LNK2019: unresolved external symbol "void cdecl cv::aruco::detectMarkers(class cv::debug_build_guard::_InputArray const &,struct cv::Ptr const &,class cv::debug_build_guard::_OutputArray

bobpbbd104 commented 4 years ago

No, guess it’s an older Microsoft sample with little interest now, project not maintained. I made some HoloLens progress without this particular example.

Sent from my iPhone

On Aug 20, 2019, at 8:40 PM, cde-git notifications@github.com wrote:

 @bobpbbd104 : Did you ever resolve this issue ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.