Skip to content
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

question about compiling v1.0 on windows #21

Open
arifle opened this issue Dec 6, 2016 · 1 comment
Open

question about compiling v1.0 on windows #21

arifle opened this issue Dec 6, 2016 · 1 comment

Comments

@arifle
Copy link

arifle commented Dec 6, 2016

I am trying to compile your DBoW2 on Windows (the one forked by Jose Luis). The IDE is VS2010 and I use OpenCV2410.
I have successfully compiled you DLib but I was stopped while compiling DBoW2.
The problem happens at compiling the 'demo' project so that I got 4 projects successfully compiled and 1 failed at last.
The VS gives an error of LNK1104: cannot open DBoW2.lib. I have not solved it so far.
The dynamic library, DBoW2.dll, has already been generated under the Debug folder but I have no idea what's wrong with .lib file. It seems that I have to modify something in CMakeLists.txt but I don't know very much about CMakeLists.txt. Any idea about that. Thank you.

@jcmm33
Copy link

jcmm33 commented Jun 6, 2017

Either edit the cmake file, or change the type of DBoW2 in vs.net to produce a static library instead of a dll.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants