-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to compile VirtualCamManager #2
Comments
Hi. I've just recompiled VirtualCamDevice(with dependencies) on MSVC.2015.x64 Release/Debug without errors. |
Hey , I tuned all projects to be x64 on release |
Hi. I would suggest to check dlib, OpenCV and boost which you installed/built - did they correspond to the x64 platform and yours MSVC version. |
Hello. To solve issue I followed next steps in cmake:
Thank you very much for your help. Most likely when I were working on this project, my environment was different and OS bypassed this issue. |
Okay , first of all thanks a lot for your time consuming it really helps me , thank you. I was able to configure and generate but generate gave me those warnings: WARNING: Target "VirtualCamManager" requests linking to directory "C:/Users/user/Desktop/dlib-18.18/dlib/build/install/lib". Targets may link only to libraries. CMake is dropping the item. cmake output: Then I clicked "Open Project" and tried to compile the project , I compiled all of them but the "VirtualCamManager" , the errors were: |
Guess you missed some in building steps. |
Hi , I followed your readme instructions very tightly plus I tried 3 different pcs and changed to different versions of libraries (I thought maybe it's the root of the issue) and it didn't work out / solved the issue. 1 question about the readme is how do you have msvc2010 folder in the dlib (I compiled it with cmake and I have different folders and nothing like msvc). other than this I don't know what could cause this problem.. |
Hi. msvc2010.x32 was subfolder where I've placed the build. Name of folder help me to find specific build if it necessary. Neighbor folder could have name for example "msvc.2015.x64" or "gcc.x64" |
Hi,
I'm trying to compile the code and face this issue and I'm not sure how to deal with it .
What did I miss ? (I linked dlib , opencv and boost and they work )
The text was updated successfully, but these errors were encountered: