Most voted "dll" questions
Dynamic-link library (dynamic link library) or DLL, is the implementation made by Microsoft for the concept of shared libraries in Microsoft Windows and OS/2 operating systems
Learn more…144 questions
Sort by count of
-
0
votes0
answers319
viewsDLL error installing Node.js in Windows 10
When I will install Node.js on Windows 10 appears the following message: There is a problem with this windows installer package. A DLL required for this install to complete could not be run. Contact…
-
0
votes1
answer119
viewsA function of a Windows DLL has the same address?
I’m having a doubt a function of a windows DLL always has the same address for all versions or it is dynamic? Example a function of user32.dll. This excerpt from Wikipedia answers my question. The…
-
0
votes1
answer51
viewsHow to get Windows 7 DLL documentation?
Where I get complete documentation of how to use the Windows 7 DLL functions/procedures?
-
0
votes1
answer1822
viewsHow to use the PHP COM class to access SAT Emulator dll functions?
I’m developing a ERP you need to use SAT to issue an Electronic Tax Coupon, but I don’t know how to use the PHP to access the DLL of the Offline Emulator. I’ve been researching and it seems that it…
-
0
votes1
answer128
viewsCreate Project from DLL
I’m trying to work with XFS, but in the documentation asks to create a DLL for each service, but the dll’s do not come in the api, they must be built, only in the installation of the environment…
-
0
votes1
answer3153
viewsPython error api-ms-win-crt-Runtime-L1-1-0.dll
Using Windows 7 64bits, I downloaded and installed python 3.5 but when starting the program I get the following error message: The program cannot be started because it is missing…
-
0
votes1
answer1197
viewsBoleto.Net Component Generating Wrong Code
I am working with the boleto.net library, I am generating billets from the bank of Brazil and I am experiencing the following problem. I am generating the billet but the barcode of the billet is…
-
0
votes1
answer253
viewsPass a struct as parameter
I need that struct typedef struct _wfs_ptr_retract_bins { WORD wRetractBin; USHORT usRetractCount; } WFSPTRRETRACTBINS, *LPWFSPTRRETRACTBINS; Turn a parameter I’ll put here. typedef struct…
-
0
votes1
answer79
viewsHow to use an unmanaged DLL in the Microsoft Bot Framework?
I want to make a bot for facebook using Microsoft’s Bot Framework (C#) and also use a tool called Chatscript, which is written in C++. I turned chatscript into a DLL and called it in a console…
-
0
votes1
answer196
viewsProblems opening c++ software on another PC
I am developing a software in c++ using Visual Studio 2015, and I am using two external libraries, OPENCV and Flycapture2. I developed the software and it runs normally on my computer, but at the…
-
0
votes0
answers47
viewsCOM component interface (Interop)
Someone could help implement Interface to create a DLL interop of that classe? using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using…
-
0
votes2
answers1171
viewsDLL import in C#
I joined a recent project that uses a Nearby printer to print tax coupons. The last one who worked on the project used a DLL (if I’m not mistaken in C++) that managed the printer. In the project,…
-
0
votes1
answer106
viewsAttribute of a struct receiving multiple structs
It is possible an attribute of a struct receive several structs? For example, I need the attribute LPWFSPINFDK lppFDKs; that is part of the struct _wfs_pin_func_key_detail, receive multiple structs…
-
0
votes0
answers105
viewsError using a c++ dll in a C#code
I created a dll with a code in C++, when I went to use gave an error. function within the dll that I tried to use extern "C" __declspec(dllexport) void ClickLeftMouse(int x, int y){ POINT cursorPos;…
-
0
votes0
answers74
viewsRunning dll via php and Laravel
I have a project in php with Laravel and I need to use some functions contained in a dll, I tried to use the COM(Component Object Model) class native to PHP, but the Laravel from as a class not…
-
0
votes1
answer284
viewsImport Python DLL into C++
How do I compile a Python class in DLL in order to import it into C++, using Python features that are not available in C++? I want to be able to import it without having Python installed on the…
-
0
votes0
answers91
viewsMy wamp doesn’t work
I need to download Composer, but I need wampserver, but wamp is not opening as there is always a missing dll. Before it was 100, then it was 110, and then it was 120. I downloaded every dll, went to…
-
0
votes0
answers1332
viewsInvalid DLL Error - System.Badimageformatexception
I searched and found that the Badimageformatexception exception is launched when the file image of a DLL or executable program is not valid. How to solve? Error log: Erro de Servidor no Aplicativo…
-
0
votes1
answer46
viewsError in Dll Visual Studio Installer
I have the following problem: when I build the visual studio installer project to generate the installer, it returns the error: I can see the dependencies of all the other dll’s and when I click to…
-
0
votes1
answer205
viewscompile dll in c with winsock2.h
I am using Dev-C++ and trying to compile a dll, however I always get this error in Compiler: Compiling project changes... -------- - Project Filename:…
-
0
votes1
answer211
viewsPyinstaller generating error to import numpy library
Good afternoon, I am creating a python project, and need to get a executable . exe to run in any windows without having python installed. However, what happens is that when I open the generated…
-
0
votes0
answers53
viewsIs using a web api like dll possible?
After the Publish of a Web API project I added in the dll references of this API in another Solution, the intention is to "consume" this API without httpclient, to access the controller methods of…
-
0
votes1
answer123
viewsCompare Plugin Notepad++ is it possible to use on VB6 or . NET?
I need to know if it is possible to use the Notepad++ Compare plugin in projects made in VB6 and . NET. If yes I would like some tips on how to use it. And I have no idea how to start The system I…
-
0
votes1
answer68
viewsA Rest API is a combination of . EXE and . DLL’s?
I would like to know exactly how a Rest API works for the files that are part of it. See if my understanding is correct: When it is on the server, running, there will be a file. EXE running…
-
0
votes0
answers29
viewsLibrary error while running outside the IDE
I’m connecting the application to a bluetooth device through a library, runs perfectly within the Netbeans, but then when I’m going to run through. jar gives this error: Exception in thread "main"…
-
0
votes0
answers21
viewsFailed to create a dll with constructors in the classes
I created a header with dll settings: globaldef. h #pragma once #ifdef OPENXML_LIB #define OPENXML __declspec(dllexport) #else #define OPENXML __declspec(dllimport) #endif // OPENXML_LIB I have…
-
0
votes1
answer169
viewsHow to implement Dllinsce32.dll from sintegra in Java corretamante
You need to create a Java function that receives Dllinsce32.dll, provided by Sintegra to verify the consistency of State Registrations. But when passing the DLL location appears: "Exception in…
-
0
votes1
answer2095
viewsHow to verify that "DLL" files was successfully registered
I need to check if the process has been run successfully, in case the extensions it will try to register are: .DLL .OCX The Code I’m using to register is this: string pathcli = copiar + nomedofonte;…
-
0
votes1
answer70
viewspass a struct using extern C on a . dll c++
I have a function that comes from a . lib that returns me a struct tabela GSTV(vector<double> inpA, vector<double> inpB); this struct is defined as follows:: struct tabela {…
-
0
votes1
answer100
viewsvector<double> using ctypes for DLL in Python
I own a .dll that within it has a function BOLHA that returns a double. The problem is that BOLHA has a vector<double> in the argument. extern "C" minhaDLL_API double…
-
0
votes1
answer74
viewsHow to use the Tbitmap32 (Delphi) type in a DLL called in C++?
Hello! I need to create a DLL in Delphi, to use it in a program written in C++. This DLL shall handle an image (obtained by means of path passed as a function parameter). However, I’m having trouble…
-
0
votes1
answer242
viewsdll error in apache
I installed wampserver 3.1.7 on Windows 8.1 64, and apache is showing the following message. I have tried with newer versions of wampserver and the error persists, what changes is the word "isupper"…
-
0
votes0
answers24
viewsClient Communication Server via SNMP protocol
I am trying to create a communication between client and server via SNMP protocol, and to begin, I installed Visual Studio 2017 and downloaded, via Nuget, the Lextm.SharpSnmpLib. I searched the…
-
0
votes1
answer31
viewsException coming from a LIB and closing the system c#
I made a lib to manage the part of a system of mine, until then everything is ok, the problem occurs when this lib launches an Exception: public async void Update(ObjetoPostalModel objeto) { await…
-
0
votes0
answers204
viewsMy aspNet core 3.0 project does not access the DLL generated by visual basic
I received a dll generated in vb6 to integrate with my api in Asp.net Core, na dll to various calculation methods. With this, I must invoke these dll methods in my Asp.net core 3.0 project in visual…
-
0
votes0
answers51
viewsPython ctypes ERROR: Exception: access Violation writing 0x00DEF6CC
I’m trying to import a dll C/C++ with the lib ctypes and use a function that it has internally, when passing the parameters to this function I always come across the error: ERROR: exception: access…
-
0
votes0
answers93
viewsOLE Error Windows Xp
I have an application developed in Delphi, while running only on Windows XP computers I am having the following error: OLE error 80131513, ClassID: {3A8B6B96-4F23-4EB5-B4B1-243BFBC41A39} Follows my…
-
0
votes0
answers19
viewsProblems when injecting DLL with Node.js
I am trying to inject a dll into my Node.js application but can’t progress would like to know if anyone can help me? Application code var edge = require('edge-js'); var Dtef = edge.func({…
-
0
votes1
answer17
viewsProcedure Call in DLL receiving unknown value
I’m studying the use of DLL, I created one by sending two integer variables, specifically 3 and 10536. Debugging the DLL verifies that in the process I am calling and that receives these two…
-
0
votes0
answers23
viewsRename Dll output C# Projetoform VB-2019
What I want is to rename the dll without losing the reference . Example : System.Threading.Tasks.Extensions.dll for TRANSPCONSUMIR.System.Threading.Tasks.Extensions.dll But when I just rename, he…
-
0
votes0
answers22
viewsThe "Bitmap" type is defined in an Assembly that is not referenced C#
The problem: I’m doing a project using Windows Form C# which should basically record a video from a webcam and save to the computer. I was using the Aforge.net package to record the video and when I…
-
-2
votes1
answer861
viewsNodejs integration with DLL
I need to make Nodejs read a DLL to create a Rest API. I have the file . dll, but I don’t have the source code, this . dll is in a Chinese C# program. What I want is to use this . dll by creating a…
-
-2
votes1
answer56
viewsCreate and use DLL libraries written in C++ on . NET C#
Because of the fact. NET is reversible, I need to encode part of my program in C++, but I still need Windows Forms, so I thought I’d create Dlls written in C++ to perform some key tasks (like…
-
-3
votes1
answer586
viewsHow to create a dll to use on Asp.net
it is worth noting that I am not programming Asp.net much less c# or something like that. But I had to support a system in Asp.net that consumes a . dll I needed to make a change to this dll. Can…