Skip to main content

Questions tagged [dll]

0 votes
0 answers
535 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
8 votes
9 answers
897 views

A well-written program will be configurable. It will have a configuration file or database which specifies where to look for files, which network ports to open etc. An Operating System lets many ...
Kári Harðarson's user avatar
-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
5 votes
2 answers
3k views

Scaling down for the sake of the example, my project is structured like this: solution X project A project B Project A is exposed as nuget packages externally, project B need the ...
Giulio Caccin'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
1 vote
2 answers
2k views

As of right now I am building authentication library for let's say programing site(It needs to be included in the program). The problem is that there several languages are used and I want to make ...
user avatar
0 votes
1 answer
506 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
3 votes
1 answer
743 views

I am developing a. NET application. One of my DLLs manages all the security (data encryption, license management, etc). I was wondering if someone could somehow substitute this DLL file with one of ...
Ama's user avatar
  • 247
-1 votes
1 answer
216 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
7 votes
2 answers
461 views

I'm not sure if this is the right place to post this (I'm fairly new, but Stackoverflow and Superuser suggested this site for my question), but here goes. I currently have the following: A frontend - ...
Stephan Fuhlendorff's user avatar
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
1 vote
2 answers
2k views

I have a class library that calls dll_A. dll_A has dependencies on WPF. How to I wrap or isolate my class library so that the code calling my library does not need to have a dependency on WPF? (...
DefenestrationDay'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
1 vote
2 answers
308 views

If got a native application which adds value by for instance analyzing measurement data from measurement programs. Some of them have an API, so I can get their data via IPC. But how can I achieve this ...
Superlokkus's user avatar
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