Ask Your Question

DDenissssss's profile - activity

2012-12-29 03:27:11 -0600 received badge  Editor (source)
2012-12-28 13:09:36 -0600 asked a question Problem with libopencv_highgui***.dll files

I have Windows 7, Code Blocks IDE with MinGW. I wrote a simple "Hello world" program, compiled it successfully but when I ran it it crushed. I started the debugger and received message: Program received signal SIGSEGV, Segmentation fault. In MainWindowProc () (C:\windows\system32\libopencv_highgui231.dll) The same thing was when I tried 2.4.0 version. How can I solve this problem? I linked all .lib files from "opencv/build/x86/mingw/lib" and put all .dll files from "opencv/build/x86/mingw/bin" in "C:\Windows\System32". code errors