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
Add dll´s from .nupkg to Unity Project without using nuget
I am trying to use Microsoft´s WorldLockingTools (repo see here) in my Unity Mixed Reality project. Therefore I need to add the Frozen World Engine DLL to my Unity Project. In Microsoft´s Documentatio...
JJCodesFresh
Votes: 0
Answers: 1
Choosing from multiple DLL versions
Today I build my application and packaged the installer with QtIF. It worked nice on my computer but complained about missing msvcp140_1.dll in another computer.
Then I run find . -iname "msvcp14...
KcFnMi
Votes: 0
Answers: 2
loading and initializing MarkEzd.dll in C#
I am trying to load "MarkEzd.dll" in my c# project. For get access to the DLL file, I called it as:
static class A
{
[DllImport("MarkEzd.dll", EntryPoint = "lmc1_Initial2&...

Zahra Rezaei
Votes: 0
Answers: 1