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\'.
I have been modifying, debugging, modifying, debugging (you know the drill) and I just can\'t figure out what is causing these Access Violations!
(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..
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
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
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.
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
Ok so the title doesn\'t explain my situation very well so I\'ll try to explain a little better here:
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
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