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

what is the last version of opencvsharp that works with vc2010? #63

Closed
lazydroid opened this issue Oct 28, 2014 · 3 comments
Closed

what is the last version of opencvsharp that works with vc2010? #63

lazydroid opened this issue Oct 28, 2014 · 3 comments
Labels
question Further information is requested

Comments

@lazydroid
Copy link

おはよう,

I need to develop the software using vc2010 and I cannot change to vc2012 because of the company policy, still I want to use your wonderful library and opencv routines in my program. Could you please tell me what is the last version of opencvsharp that supports vc2010 and what will happen if I try to use the latest 2.4.9 with vc2010 instead of vc2012 ?

Thanks!

@shimat shimat added the question Further information is requested label Oct 28, 2014
@shimat
Copy link
Owner

shimat commented Oct 28, 2014

Good morning, 🌞

https://github.com/shimat/opencvsharp/releases/tag/2.4.8.20140423 is the last version that supports vc2010. (However, this is for OpenCV2.4.8.)

You can use the latest OpenCvSharp.dll (legacy functions) with vc2010 OpenCV DLLs without any care. Please replace bundled vc2012 DLLs with vc2010 DLLs.

If you'd like to use OpenCvSharp.CPlusPlus.dll (modern functions), you need to rebuild the native wrapper "OpenCvSharpExtern.dll" by yourself.

@lazydroid
Copy link
Author

はい、かしこまりました。

誠にありがとうございました!

@shimat
Copy link
Owner

shimat commented Oct 29, 2014

どういたしまして!

@shimat shimat closed this as completed Oct 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants