python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Access violation when calling external DLL function (QPDF library) from C# program
Build environment: Visual Studio 2019, Windows Forms Application, .net 4.7.2
I am attempting to use the QPDF .dll library to read, encrypt, and output a PDF file.
See here for the DLL header file list...
Ryan Griggs
Votes: 0
Answers: 1
Access violation on 2nd iteration of for loop when accessing a 2D array
I have an assignment in C where the user has to populate a 2D grades[3][3] array. Then a function is called that returns a pointer to main() with the address of the max element in that array.
So, I've...

na-no.
Votes: 0
Answers: 2
MsiOpenDatabaseW throws access violation when executed within an msi custom action
I have a code that modifies a cached (not the one being installed) msi installer database which works fine when executed within a standalone exe. But when it is run from within an msi Custom Action I ...

Sergey Kolesnik
Votes: 0
Answers: 1