Skip to main content

Questions tagged [dll]

A dynamic-link library (DLL) is a module that contains functions and data that can be used by another module (application or DLL). It is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems.

dll
0 votes
0 answers
23 views

How can I let PSSE find my user defined model?

I writed a user defined model of machine's exciter and have created a dll of it. I loaded the dll into model library but I can't find my model in model selection of machine's exciter in dyr.I also ...
memo's user avatar
  • 11
1 vote
1 answer
28 views

Why is linking a dynamic library against a static library apparently easy on Windows but on Linux `-fPIC` makes that difficult? [closed]

I am working on adapting an existing ODBC driver so that it can target Linux. ODBC Drivers are generally distributed as DLLs on Windows and shared objects (.so) on Linux. The driver depends on Boost. ...
William Navarre's user avatar
0 votes
0 answers
23 views

Cereal archive called from DLL cause polymorphism not to work

I am a newbie to cereal and lately I ran into an odd issue, I have my serialization code inside an external DLL, in the code I use cereal's polymorphism functionality, when trying to invoke the ...
stav12212's user avatar
0 votes
0 answers
23 views

Tooltip help for C# COM DLLs [duplicate]

I am new to C# programming. I have created a COM DLL within C# to use in Visual Foxpro. Everything is working fine, by want to extend my DLL to show tooltip for all public properties and methods to ...
Premal Vala's user avatar
0 votes
0 answers
22 views

Add local .dll file as reference in VSCode

An application I downloaded comes with a .dll file that can be referenced from a console application for automation purposes. However, I cannot connect it to my VSCode project. I am currently using ...
Bell's user avatar
  • 1
1 vote
0 answers
32 views

Link function calls against reverse engineered binary

I created an windows x86 .exe file that I reverse engineer. Imagine I only have the .exe file and I reverse engineered some functions. The goal is to create a dll that links with this .exe so the dll ...
Edward Gynt's user avatar
0 votes
0 answers
67 views

Game freezes when i call a function in it from a C++ .dll

In IDA Pro, i found a function in the game that writes text to console. Here is the function: ; void __cdecl write_to_console(char *Format, char ArgList) write_to_console proc near ; CODE ...
Ali Alghamdi's user avatar
0 votes
0 answers
53 views

Issue with CreateToolhelp32Snapshot and OpenProcess interaction in Windows 11

I'm encountering a peculiar issue with my C++ application on Windows 11 involving the functions CreateToolhelp32Snapshot and OpenProcess. Here's a brief overview of the problem: When my code calls ...
Davi Alves's user avatar
0 votes
1 answer
36 views

cygwin1.dll version 3.5.* failing on Windows 10 Enterprise. Need to revert to cygwin1.dll v3.4

Updating Cygwin on Windows 10 Enterprise generates errors for all applications dependent on cygwin1.dll versions 3.5.*. During update errors appear: "The code execution cannot proceed because ...
ProfG's user avatar
  • 1
0 votes
0 answers
125 views

Interop Delphi dll / C# - bad memory allocation or marshaling

I'm making a wrapper to call a Delphi dll in a C# app, and I'm struggling to make it work. It doesn't crash but the returned result is random data from memory. I don'tknow if the problem is coming ...
ADM's user avatar
  • 1
0 votes
0 answers
37 views

Exception in thread "main" java.lang.UnsatisfiedLinkError:dll: The operating system cannot run %1

I am getting the error while loading the library. Here is my code. package ibm; import java.util.Properties; import com.ibm.eNetwork.ECL.ECLErr; import com.ibm.eNetwork.ECL.ECLSession; public class ...
Selvaraj Narayanasamy's user avatar
-1 votes
0 answers
19 views

how to solve GFSDK_SSAO_D3D11.win32.dll missing error?

I had above error while installing a pirate version of a game.I search for the GFSDK_SSAO_D3D11.win32.dll but I found only the 64bit version.Why was that and how can I fix this error I tried the 64bit ...
Aloka Thilakarathna's user avatar
-1 votes
0 answers
25 views

Importing Facebook Unity SDK 17.0.1, to Unity Project Errors

I developed a 2D game in Unity. The game is live on both the App Store and Google Play Store. Now, to increase the number of downloads through Instagram and Facebook, I installed the Facebook SDK 17.1 ...
Enes Ramis GUL's user avatar
0 votes
0 answers
61 views

Creating a DLL in CLion

I have a program for a game AI for a 3D Connect 4 game (4x4x4) in C++. I made the same game in Unity 3D. I want to interface the game AI in C++ with my Unity project by creating a DLL that will accept ...
jesse's user avatar
  • 1
0 votes
0 answers
71 views

Will GetProcAddress be slow if too many DLLs are dynamically loaded, especially some are large?

I'm currently participating in a project in which the DLLs are loosely connected and all functions across them are called by using GetProcAddress. The director asked us to load nearly all DLLs after ...
Nekomiya Kasane's user avatar

15 30 50 per page