View Single Post
  #29   Spotlight this post!  
Unread 07-12-2013, 19:12
Greg McKaskle Greg McKaskle is offline
Registered User
FRC #2468 (Team NI & Appreciate)
 
Join Date: Apr 2008
Rookie Year: 2008
Location: Austin, TX
Posts: 4,756
Greg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond repute
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