On 2013-12-30 17:19, Benjamin Thaut wrote:
Compile in 64-bit and use Visual Studio or Visual Studio Express to debug the application. If you want to compile in 32-bit you will need to run cv2pdb on the generated exectuable before debugging with visual studio. cv2pdb is part of VisualD which I recommend using for any windows development.
I'll give that a try, thanks. -- /Jacob Carlborg