python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I initialize my DLL (made in C#) and call its methods from VBA?
I'm trying to create a DLL file that will help me to access and read PDF files to Excel.
As can be seen in the attached photo I've added the .tlb file to the reference library in Excel but I'm not abl...
user17697729
Votes: 0
Answers: 0
z/OS COBOL V6 calling a DLL
I am primarily a C developer. I have a sample COBOL driver that calls my C DLL in z/OS.
The COBOL driver was working fine in z/OS COBOL V4 when we used the Pre-Linker and IMPORT statements to define t...
Ed Danley
Votes: 0
Answers: 1
Problems with importing native C .dll in C# project
I'm trying to import a native DLL (written in C) in my C# project in visual studio. I've tried several ways but still get the same expeption (System.DllNotFoundException).
I've tried to import as foll...
Elisa96
Votes: 0
Answers: 0
VBA runtime error 453 with declare statement
I have a c# dll that I created in Visual Studio, and I want to import a method from it in Excel VBA.
So, I use the Declare statement approach since I cannot register the library (company policies)
Pri...
Daniel Möller
Votes: 0
Answers: 0