The following minimum code examples runs fine when it is terminated normally (by pressing enter): #include <stdio.h>
I\'m using openCV 2.1 in a visual studio 2010 C++ dll to do matrix operations. The dll recieves arrays from a VB.NET program and loads them into matrices for some manipulation. However I cannot use th
I\'m trying to profile a C++ project in Embarcadero RAD Studio 2010. To do this I wanted to use AQTime, but I\'m running into a bit of a problem.
What tips can you share to help locate and fix access violations when writing applications in Delphi?
I know it may be some once in life time question but I\'ve stuck with it and i cann\'t think of any possible problem that\'s cousing this, I\'vewritten a code in c++ (somthing around 500 lines in sepe
For the past 2 days I\'ve been stuck on a violation which I can\'t seem to get to go away. I\'ve used break points and located where the error is, but I\'m just hoping one of you will know what the is
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
I have a basic WinForms application. I\'m making a call to an external API which is generating the following exception:
I\'m using EmguCV and i\'ve got a byte type Grayscale Matrix with the size of 640x480 and Every element of the matrix is either 255 or 0. Now I need to make an Image from this. The best constructor I
I have a list of pointers to SomeClass objects in a Main class. Whilst in Main I can iterate over the list using list::begin() and list::end().