elliotwoods / ofxCvGui

Panel based GUI library with DOM-like features for openFrameworks
http://www.kimchiandchips.com
32 stars 10 forks source link

ofxCvGuiLib and example projects won't load in vs2015 #22

Open grrrwaaa opened 8 years ago

grrrwaaa commented 8 years ago

For all the projects:

"One or more projects in the solution were not loaded correctly. Please see the Output Window for details."

I figured out that the project also depends on https://github.com/elliotwoods/ofxAddonLib

I think it would be good for this to be added to the list in troubleshooting.md, and this moved into a readme.md :-)

usama-ghufran commented 8 years ago

same issue. i have linker errors apparently. did a clean download of addons and openframworks 0.9.3 and tried building empty default project.

Error LNK2001 unresolved external symbol "public: class std::shared_ptr<class ofxCvGui::Element> __thiscall ofxCvGui::Panels::Base::addToolBarElement(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::function<void __cdecl(void)> &&)" (?addToolBarElement@Base@Panels@ofxCvGui@@QAE?AV?$shared_ptr@VElement@ofxCvGui@@@std@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@5@$$QAV?$function@$$A6AXXZ@5@@Z) pointclouds_gui F:\devTools\of_v0.9.3_vs\apps\myApps\pointclouds_gui\BaseImage.obj

elliotwoods commented 8 years ago

@usama-ghufran perhaps Panels/Base.cpp isn't in your project?