|
Re: Installing OpenCV
Do you have more specifics on the message? For instance, if Visual Studio told you that memory was corrupted at a stack crawl including OpenCV, and then you continued, you would indeed crash, but that has nothing to do with the library or DLL on disk. If you think the library is corrupt, something like nm or ld with some options would probably be the right tool to determine if it is corrupt and what is wrong.
I've rarely seen a corrupted library. The instances I saw it were in the Win31 and Win95 days and the disk sector information was already bad when the library was installed. My guess is that you do not need to reinstall SW, but instead need to correct the usage of the library functions.
Greg McKaskle
|