access-violation
delphi access violation
Greetings the following code gives a error: \"Project prKlanten.exe reaised exception class EAccessviolation with message \'acces violation at address 004d7767 in module \'prKlanten.exe\'.[详细]
2023-02-21 03:37 分类:问答Random Access Violations in my code
I have been modifying, debugging, modifying, debugging (you know the drill) and I just can\'t figure out what is causing these Access Violations![详细]
2023-02-21 01:37 分类:问答glutBitmapString access violation
(OS: Windows 7, Compiler: Visual Studio 2010 C++ compiler) I\'ve got a correctly working OpenGL program that draws some spheres and models, applies some shaders etc.. etc..[详细]
2023-02-20 02:28 分类:问答CreateFile with Serial communication has access violation
I\'ve been trying convert a serial communication library to Win32 for use with talking to hardware. I thought that I had properly used the CreateFile function to open a connection, but I\'m having iss[详细]
2023-02-19 09:12 分类:问答Is it possible that FastMM is wrongly reporting an access violation?
I have a complex application that works as expected when compiled normally, but closing a form generates an access violation when compiled using FastMM 4.97 (the latest).The AV occurs when the message[详细]
2023-02-18 15:47 分类:问答Odd problem with System.AccessViolationException
I have an asp.net (3.5) web application. In one page i use an unmanaged C library (a simulator) that produces a set of results based on some input.[详细]
2023-02-17 21:33 分类:问答AccessViolationException in debugger with only managed code and WCF service
This application has a WCF web service that is called by a WinForms app.The WinForms app has a class WCFCache to manage data from the service.There is a section like this in that class to manage an op[详细]
2023-02-14 19:56 分类:问答Access Violation when writing to pointer variables in dynamically allocated classes
Ok so the title doesn\'t explain my situation very well so I\'ll try to explain a little better here:[详细]
2023-02-13 10:58 分类:问答Delphi Access Violation Error When Assigning Strings between record types
I have a simple record type.I allocate an new instance of this record and use a procedure (\"_clone\") to copy values from an existing record to the new one.I obtain an access violation only when assi[详细]
2023-02-13 10:09 分类:问答AccessViolationException from c# when calling a function defined in a c++ library
We have a C++ library where some methods are defined and exported and are being used by our .NET (V 3.5) application. In the c++ library, a function is defined as below[详细]
2023-02-13 05:07 分类:问答