I\'m writing a program to do some image processing on the GPU. For this I\'m using CUDA.Net, but unfortunaly the CUDA doesn\'t recognize the type byte, in which I was able to store the pixels informat
I am currently writing a module which interfaces with a black box 3rd party DLL for a check scanner. I need to have the DLL functions loaded dynamically, and this is working for all but one function.
I have the following code, and for the life of me, I cannot understand why there would be an Access Violation exception? I even deleted all the OBJs, TDS etc files and put it into a new project, still
I\'m converting a function from Visual Basic 6.0 as: Declare Function RequestOperation Lib \"archivedll\" (ByVal dth As Long, ByVal searchRequestBuf As String, ByVal buflen As Long, ByVal FieldNum As
I\'ve an external DLL written in C++. The piece below declares a struct type and a function, which, being given a pointer, fills a variable of this type:
Can accessing (for read on开发者_如何学Cly) memory freed cause an access violation, and, if so, under what circumstances?Yes, it can. \"Access violation\" (\"segmentation fault\", etc) is the response
We are using PostSharp to inject caching functionality, we are only seeing this issue when we are using it. When we use Spring the issue seems to go away.
There\'s a function, written in C++ and compiled as DLL, which I want to use in my Delphi application.
I\'ve written a WPF application that uses many Frame controls to view camera feeds.When deployed, it crashes pretty randomly (anywhere from 2 hours to 16+ hours), and I see these in the event log, con
I have some unsafe methods may throw Acces开发者_运维问答sViolationException, it will stop at the line of code with debugger attached. but if run the application without debugger, the application just