Hello,
I'm using VC12 and Win8.1. I think that I configured my project fine, because it compiles.
I use this sample code http://docs.opencv.org/doc/tutorials/introduction/display_image/display_image.html#display-image
So I run the application without debugging about VC12. The Message " Usage: display_image ImageToLoadAndDisplay" is displayed and the console application waits for key stroke. But no new window will be displayed.
Same issue by executing the program about command prompt.
I tried also the execution by using admin rights, but it does not display any new window.
Any hints for fixing this issue?