I am writing a program in C for windows using visual studio 2010. I am using the swprintf_s function to write a formatted string to a wchar_t buffer.
FSDKCam.GetVideoFormatList is a method from external .NET dll. As you see the image, it throws an exception in try-catch block.
I\'m using advanced installer 8.3 and trying to impliment trial licensing for my application, the target OS is Windows 7 x32 & x64.
So I have this SDK provided by a third party which is used for viewing streaming video from a remote source. The remote source runs a server provided by the third party that captures and stores video,
When (and only when) I compile my program with the /Og and /GL flag using the Windows Server 2003 DDK C++ compiler (it\'s fine on WDK 7.1 as well as Visual Studio 2010!), I get an access violation whe
Delphi XE. Windows 7. There is a function (please see a code below) or I:=0 that causes an AV error in a big project. There is no the error with the same function in a new project!!! I deleted everyt
I am trying to learn ODP.NET, and have built a simple example based on Oracle\'s Getting Started example. However, whenever my code hits the conn.Open() statement, it immediately crashes with an Acces
In my wxWidget program I can n开发者_运维问答o longer catch Access Violation with MSVC debugger. AV info is printed in Output but program continues to run.
I\'m trying to use a C++ DLL (3rd party library implementing EMI protocol, having source code available) in .NET. I\'ve succesfully done marshalling, calling the functions and getting everything work
I catched a strange issue when i was trying to call unmanaged c++ function from c# code. the c++ function looks like this: