c - OpenCV portability -


i created algorithm in c, using dev c++ 4.9.9.2 , opencv 2.1 in windows xp sp3, , need solution run executable in other computers, without opencv's installation. copying file cv210.dll solve issue?

thanks , sorry english.

copying dlls work, need more cv210.dll, higgui , imgproc.

look @ headers program using, , @ libs you're linking against. each .lib you'll need corresponding dll.

tools "dependency walker" quite helpful too.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -