access-violation
Access violation on unusual program termination (C++)
The following minimum code examples runs fine when it is terminated normally (by pressing enter): #include <stdio.h>[详细]
2023-03-12 11:53 分类:问答C++ OpenCV mat.at gives access violation when using data
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[详细]
2023-03-12 01:19 分类:问答Access violation when compiling in debug
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.[详细]
2023-03-11 18:44 分类:问答Debugging Access Violation errors?
What tips can you share to help locate and fix access violations when writing applications in Delphi?[详细]
2023-03-09 20:03 分类:问答compiling with o2 flag makes program to trow access violation
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[详细]
2023-03-08 20:32 分类:问答Access violation writing location 0xcccccccc
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[详细]
2023-03-07 07:37 分类:问答AccessViolationException when PInvoking C++ DLL (cdecl calling convention problem?) [closed]
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.[详细]
2023-03-04 04:35 分类:问答C# WinForms exception: A first chance exception of type 'System.AccessViolationException'
I have a basic WinForms application. I\'m making a call to an external API which is generating the following exception:[详细]
2023-03-04 01:11 分类:问答EmguCV - Create image from unmanaged data
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[详细]
2023-03-03 20:09 分类:问答List Iterator Access Violation
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().[详细]
2023-03-01 13:24 分类:问答