Skip to main content
0 votes
1 answer
38 views

Linkage of Win32 api and custom GCC build (StrawberryPerl)

I try to build some source code containig Win32 API code with GCC 8.3.0 (i686-posix-dwarf) that comes with Strawberry Perl Portable package. It easily builds code, but struggles when it comes to ...
DLWHI's user avatar
  • 145
2 votes
0 answers
36 views

How to use ITaskbarList3::SetProgressState and ITaskbarList3::SetProgressValue in Go? [duplicate]

I make a software in Go. Because it made a long process, it displays a progression bar. I show one with a *fyne.widget.ProgressBar, and I would like to add another one directly on the taskbar button ...
eliotttak's user avatar
0 votes
0 answers
47 views

Nuget package "GDAL" - Unable to load DLL 'gdal_wrap' when in an addin

I have a "console" application where I installed the Nuget package "GDAL" (and also GDAL.Native). Besides the exe file, this application also generates a dll that can be loaded as ...
Daniel Möller's user avatar
0 votes
0 answers
80 views

cx_Freeze fatal error: "Unable to change DLL search path"

I am creating a Windows installer for an app using Inno Setup but encountering a cx_Freeze fatal error: "Unable to change DLL search path", When trying to run the installed app on Windows ...
AGA's user avatar
  • 80
1 vote
0 answers
74 views

Creating a C chrome.dll forward-only wrapper give STATUS_STACK_BUFFER_OVERRUN

I was experimenting with writing a forward only wrapper that expose the function of the original dll, I decided to play with chromium "chrome.dll", my code seem to work, chromes open but ...
xion's user avatar
  • 61
0 votes
0 answers
68 views

Locate return address into EXE from DllMain

I'm writing a 64-bit Windows DLL that needs to locate, on the stack, the return address that belongs to the host EXE (the place in the EXE that called into my DLL). The EXE loads my DLL and eventually ...
upe's user avatar
  • 2,182
0 votes
0 answers
65 views

How to call .NET Core 8.0.20 C# code from Excel VBA through a native C++ DLL host?

I am trying to call .NET Core 8 (C#) code from C++ dll in Excel VBA. The architecture I’m targeting is: Excel (VBA) → C++ native DLL → .NET Core 8 C# DLL The idea is that the VBA code calls the native ...
Polack77's user avatar
0 votes
0 answers
25 views

Missing libpcl_in_hand_scanner.so, libpcl_modeler.so and libpcl_point_cloud_editor.so in Debian13 after downloading libpcl-dev

I am using apt::libpcl-dev with xmake. # xmake.lua add_rules("mode.debug","mode.release") add_requires("apt::libpcl-dev", {configs = {vtk=true, system = true}}) ...
yjdyamv's user avatar
0 votes
1 answer
106 views

What is the proper way to load an assembly in new .NET since GAC went away?

I have 2 versions of a vendor DLL that contain same classes but are different for reasons, and have slightly different names. At any rate I either want to load DLLA or DLLB, I do not want to set these ...
user21221040's user avatar
1 vote
3 answers
109 views

Calling into a member function of a foreign C++ DLL with mangled names from Python

I have a C++ DLL I want to call into from Python. I have no control over the C++ DLL nor do I have its source code or headers. The mangled functions are of the form: 2980 BA3 005A3060 ?getFoo@FooLib@@...
Nick Bauer's user avatar
  • 1,104
0 votes
1 answer
81 views

import torch error: DLL load failed while importing _C

I was trying to follow a project in university where we had to import cellpose. The import delivered an error message which could be tracebacked to import torch (see below). Every import was done in a ...
Ehrenmann's user avatar
0 votes
0 answers
97 views

Unable to reload a C# dll from C#

Good morning. I want to reload a dll at runtime but I can't. I have two programs lets name them host and plugin. Host compiles to an executable and plugin compiles to a dll. Host loads a function from ...
apilatosba's user avatar
0 votes
1 answer
49 views

What to do if PostgreSQL and GStreamer dlls depend on different versions of libiconv-2.dll and libwinpthread-1.dll?

I'm updating the project, in which Qt, PostgreSQL and GStreamer are used. I need to update PostgreSQL to the latest version. PostgreSQL libpq.dll depends on several dlls and one of them is libintl-9....
Eugene's user avatar
  • 87
-1 votes
1 answer
84 views

Can't import DLL into Inno Setup ver 6.5.1 [closed]

Hi I'm trying to import the ExecDos.dll into my Inno Setups install for live logging the installation process. I copied the DLL into the folder where the .iss file is located (Downloaded it from NSIS) ...
David Cohen1's user avatar
0 votes
0 answers
37 views

OpenSSL loading fips.dll from two separate location in same exe

I have App.exe that loads A.dll & B.dll. A.dll loads fips.dll from space c:/App/A/fips.dll B.dll loads Fips.dll from space c:/App/B/fips.dll. I see App.exe is loading both fips.dll from both ...
Priyanka Chauhan's user avatar

15 30 50 per page
1
2 3 4 5
1741