Skip to main content

Questions tagged [dll]

0 votes
0 answers
533 views

I have a legacy 32-bit Win32 DLL driver that interfaces with a test equipment. I possess the API header file for this driver, and I dynamically load the DLL at runtime within my C++ test application ...
Cem Polat's user avatar
  • 127
-3 votes
1 answer
180 views

So I want to find out how to get a list of all modifications made by installing a piece of software. For example. If I install Word, I want to see all directories created, classes registered, dlls, ...
lakersfan's user avatar
3 votes
1 answer
276 views

I would like to create a dll library that will be loading in runtime. The library'll be using internally COM objects with MTA flag. The library will be created in main thread. So I have question: ...
pbieguszewski's user avatar
0 votes
1 answer
504 views

First of all, C# solutions are needed. So in my team I am responsible for creating a program that will receive a "task" in json format from an API, from this json it needs to figure out what website ...
Joao Vitor's user avatar
-1 votes
1 answer
215 views

I build and run many Electron apps on Windows. I noticed that all of them have the same common api files / libraries to run. They all take about 30mb of space. I'm thinking of installing these files ...
sigmaxf's user avatar
  • 119
0 votes
1 answer
306 views

This is similar to: https://stackoverflow.com/questions/1278831/unit-tests-in-production-release-code# but more specific. At the moment the DLL I ship and the DLL I use for unit testing have ...
legokangpalla's user avatar
2 votes
1 answer
174 views

I am struggling with how to organize external references in a C# program in order to minimize code repetition. I have application "A1" for which I want to use Microsoft's Unity IoC/Dependency ...
Peter M's user avatar
  • 2,097
4 votes
1 answer
7k views

I am confused between choosing Web API or DLL reference for a project I am working on and want to understand recommendations for both the approach. We are having a Web API which exposes an interface ...
nak's user avatar
  • 153

15 30 50 per page