Skip to main content

All Questions

Tagged with
1 vote
1 answer
73 views

How to get USB C++ SetupApi.h on a computer for a .NET application Installation to use

The story: have a .NET8 WPF app that requires connections to various USB serial devices. Installed in Windows only. Wanted to get the Device Descriptors of the USB devices for further info when ...
Ginger Ninja's user avatar
0 votes
0 answers
125 views

Can't debug external application. Exception "0x80000004: Single step" when trying to lunch debug

I am making a plugin for the software "TVPaint" and would like to debug it. The plugin is written in C and C++ and compiled as a .dll, put in the "plugin" folder at the software ...
hi everybody's user avatar
0 votes
0 answers
163 views

Problem about libifcoremd.dll when using VS2022 compiler

Working environment: Windows 11 Professional 23H2 VS 2022 community 17.9.6 OneAPI 2024.1 I was running a fortran program release on the VS and the terminal unexpectedly freezed. I had to terminate ...
Lamries's user avatar
1 vote
1 answer
44 views

Inconsistent unresolved symbols in math and stdlib in Visual Studio

Building a C/C++ DLL in Visual Studio 2022 converted from a VS 2005 project from years ago that was in production for many years). The linker is complaining on a handful of math and stdlib calls as ...
Drew O'Meara's user avatar
-1 votes
1 answer
58 views

I followed a tutorial and got an error message with dll

I'm using Visual Studio, C# and the .NET Framework. I have followed this tutorial: https://www.youtube.com/watch?v=oKQlPE57gYg to 4:20 but after testing then I got this error message and I don't know ...
Mr Ex's user avatar
  • 1
0 votes
2 answers
70 views

Get all used methods in a project from an external *.dll

I need to analyze the usage of a specific library across 29 C# projects. This library is included via a *.dll file. The analysis should identify which methods from the library are used in each project....
Vladimir Perković's user avatar
0 votes
1 answer
22 views

Use same name third party nuget package dll into same name project

I have Visual Studio class library project named "WCFExtras" where using same name third party nuget package called "WCFExtras" and it's installed properly. When build the ...
Jeetu's user avatar
  • 156
0 votes
1 answer
139 views

How to create a Visual Studio DLL project that provides a C++20 module?

I would like to create two C++ projects under a Visual Studio solution. One will be a DLL project with some reusable code. The other, a simple command line project that uses the DLL. I also want to ...
Rob N's user avatar
  • 15.9k
0 votes
0 answers
44 views

Adding MFormats SDK to dll cpp project compilation error

I am trying to add the MFormats SDK to my dll project (Logic). There is no .lib folder (only DLLs). I read that I should do it with a manifest file. So I took the manifest from the SDK and changed it ...
user4485863's user avatar
0 votes
0 answers
18 views

Wix MSI Project Harvesting Error Message 'dll is not running' on Build

I have a Wix MSI project and all I am currently trying to do is harvest the output files of my project but I am getting this error message. The project still builds and harvests all of the files ...
Luke Cobbs's user avatar
0 votes
1 answer
177 views

ILMerge error: "try to set ILMergeDebugInfo to false"

I'm using Winforms to make an exe that can open a web page. The following are the dependencies I use: Then I introduced ILMerge and MSBuild.ILMerge.Task, and then regenerated the project in order to ...
Wenbin Geng's user avatar
  • 3,443
0 votes
1 answer
450 views

MSVCP140D.dll & others missing when remote debugging

I guess I have a simple problem, but it is somehow not obvious to me: I have VS 2022 on my build PC, and I have VS 2022 Remote Debugger on my remote target PC. In my VS project on the build PC, in the ...
MattTT's user avatar
  • 497
0 votes
1 answer
700 views

Receiving an error while try to register DLL with RegAsm.exe: "Could not load file or assembly 'System.Runtime, Version=8.0.0.0, Culture=neutral ,..."

I try to register DLL with RegAsm.exe but I receive this error: RegAsm : warning RA0000 : Registering an unsigned assembly with /codebase can cause your assembly to interfere with other applications ...
Shemesh's user avatar
  • 59
0 votes
1 answer
75 views

Visual Studio 2022 - how to link an .obj file residing somewhere else on the system?

I had to write a small .obj file in NASM (call it nasm.obj). Next, I need to make Visual Studio 2022 to link my DLL against nasm.obj. How can I accomplish that? (Basically, all I need is to tell the ...
coderodde's user avatar
  • 929
1 vote
1 answer
204 views

Where is the problem with importing function from C++ DLL

I'm trying to learn how does function import from DLL work. I created an Inno Setup script with wizard: [Files] Source: "TestDll\x64\Release\TestDll.dll"; Flags: dontcopy; [Code] procedure ...
qloq's user avatar
  • 1,179

15 30 50 per page
1
2 3 4 5
114