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
-
2
votes1
answer57
viewsWarning: "No local application has been provided. You can set it in the Run menu, Parameters" Dynamic DLL Creation Problem in C++ in DEV++
I am trying to create a DLL with the code that the teacher passed, but it does not compile correctly. Keeps appearing the warning: "No local application provided. You can set it in the Run menu,…
-
2
votes0
answers91
viewsSystem.Diinotfoundexception: Failed to find library "leptonica-1.80.0.dll" for Platform x86
I am developing an application in Winforms using OCR Tesseract, whenever I run the application on localhost works perfectly, but when I publish or send the folder bin to another computer appears the…
-
1
votes1
answer138
viewsWhere can I find the DLL microsoft.expression.Encoder.Devices?
I’m trying to develop a string instrument tuner in C#. I found a project called FFT Guitar Tunner, but I’ve been having some problems with his references. After all the only reference that keeps…
-
1
votes1
answer329
viewsDLL to encrypt a string
How to create a DLL in C# with Interop to traffic data between applications using encryption/decryption of a string that will be sent and received?
-
1
votes1
answer422
viewsHow to handle code in a DLL?
The barcode is being generated through a class of a DLL downloaded from the internet. I need to change this bar code, but this class is blocked. How can I do a trick?
-
1
votes0
answers48
viewsHow to turn Procedure into DLL?
Good evening. I am new in the area of programming, I got an internship recently despite not having experience. For without experience I do not say layman, have only notions of POO, Database, etc.…
-
1
votes0
answers69
viewsCapture video card name via NVAPI dll
How to import the DLL "nvapi.dll" to the program in C#? Not sure how to capture the video card name: NvAPI_GPU_GetFullName - CEEE8E9F
-
1
votes2
answers922
viewsError executing file. exe generated by Code::Blocks
In the folder bin/debug from Code::Blocks project, it warns this error. how to fix it? I downloaded the DLL and sent pro system32, but the error persists.…
-
1
votes1
answer190
viewsStatic Method in Interface
I have a class to encrypt data. But it will be used as a DLL, and for that I need to create an interface to show the methods( tested without the interface and it didn’t work). However, it contains 2…
-
1
votes0
answers378
viewsProblem Getting Back from Delphi DLL With Java
I am developing a system in java and a part of this system needs to get data that comes from another system in Delphi. I created two functions one that returns one String and another that returns a…
-
1
votes1
answer81
viewsIs it possible to extract the header from a DLL? If so, how?
It is possible to extract header of a dll? Is this practice possible? If so, how can I?
-
1
votes0
answers385
viewsHow to register a Dll for Delphi in Windows XP?
I need to register a dll by Delphi (xe2) in Windows XP, but when running the windows method opens a "Run as" window where you need to indicate the user who will perform the action. Even though my…
-
1
votes1
answer43
viewsPrograms and/or extensions that "decompile" Dlls from an ASP site
Does anyone know of a program or extension that can do a sort of "decompiling" of DLL files (which contains classes of a website) in CS and ASPX.CS files? For now, I only know of the . NET…
-
1
votes1
answer206
viewsHow to use indentation lines in Delphi XE7?
There is a program, cnPack that allows to do this, and was using in Delphi 7, but when changing the version of Delphi, I needed to download again and then came the problem, when installing it…
-
1
votes2
answers365
viewsConvert Header C/C++ to Delphi
The intention is to consume a dll of biometrics http://www.veridisbiometrics.com/index.php/produtos/biometric-sdk-free I thought the best way would be to convert the headers they provide (not a good…
-
1
votes0
answers201
viewsIs it possible to install a windows service from a DLL? (Delphi)
I have a dll that has methods that should be run on a windows service. I did a search and saw that to install a service, I would need an executable. I own the 2007 version of Delphi and Windows 7.…
-
1
votes1
answer301
viewsAllow unmanaged DLL’s in IIS
How to set up IIS in windows 10 to allow unmanaged DLL?
-
1
votes2
answers82
viewsProcess of connection to libraries (DLL’s) during the C++ source compilation process
During the compilation process, I think, there is some sort of link between my code and the library I’m using code from. How can my application be able to call the code from a DLL? That is, what…
-
1
votes0
answers586
viewsVisual Studio 2013 Debugger does not work with external DLL
I have an application that was migrated from VS2008 to 2013, . Net Framework 4 and C#, using a DLL from another project. Build no errors. However after execution, at the time of instantiating the…
-
1
votes1
answer778
viewsView the Form of a DLL in Delphi DX10
I have the following situation: I have a project, which calls a DLL and this has a form. Until that moment 'OK', performs the call and displays the form, only one thing that bothers me visually is…
-
1
votes1
answer340
viewsHow to compare differences between 2 dll’s
I have 2 dll’s and need to compare what differences between them, autauth.dll and auth1.dll. I tried to compare it with PE explorer, but unsuccessfully, any idea how I do it?…
-
1
votes1
answer734
viewsCalling a dll in Java
I wonder if there is a way to communicate with a dll using Avascript or Angularjs ?
-
1
votes1
answer50
viewsDLL created in c# fixed in the main folder
I am learning to develop C#Dlls, using Unmanagedexports to be exported to another language (Clarion) The DLL works, but with one exception: the application only "sees" the DLL in the main folder "C:…
-
1
votes0
answers100
viewsHow to call a function from an already injected dll(c++)?
how do I call a function within a DLL already injected into the process? example: I would like when I press a button on the form I created, to call the asmFunction() function; if I call the function…
-
1
votes1
answer253
viewsExport methods from a dll in C++
I’m having a problem, my dll has not exported the methods for me to use in other programs. I did it this way: namespace integration { class RESTRequest { public: __declspec(dllexport) string…
-
1
votes0
answers1026
viewsAppclash (KERNELBASE.DLL) Error when DLL in Delphi tries to show message in Delphi application
I have a DLL made in Delphi XE7 that is called by Delphi application also in XE7 version. This DLL does not need to be registered in Windows. That when missing some information or when entering a…
-
1
votes1
answer1481
viewsHow to compile/buildar a DLL?
I made a program in C# in Visual Studio 2017, but by default, when I compile the code, it creates a file .exe, but I would like the code to compile a file .dll. How can I do that? Example: I created…
-
1
votes2
answers922
viewsGenerate PDF in c# without using Microsoft.Office.Interop
Hello, I’m having trouble generating pdf without using Microsoft.Office.Interop. Other Dlls I found are not free. Someone has a tip?
-
1
votes0
answers69
viewsError loading DLL into SQL Server
I received a DLL from a client, who will be encrypting 4 keys to be sent in database queries. I made the registration with sp_addextendedproc 'xp_definekey', 'c:\path\criptokey.dll'. But while…
-
1
votes0
answers65
views -
1
votes1
answer318
views -
1
votes0
answers29
viewsCreating a Splash Screen in dll
Well I need to show my user what is being verified, for this I need to make use of a splash screen, I was wondering if there is any way I use WPF to write the code inside my dll? I need to do in dll…
-
1
votes1
answer718
viewsProblem with winppla.dll
I’m developing a solution for an Argox printer, so I downloaded this example to see how it works: http://www.argox.com/wp-content/uploads/largedriver/Command%20Library%20V410.zip The example can be…
-
1
votes1
answer279
views -
1
votes2
answers61
viewsIs it possible to add extra classes to a dll?
The compiler can even compile perfectly , but for some reason when I run the app.exe gives me an error, follows my code: main.cpp #include <iostream> #include "cpp.h" int main() { ClassA * a =…
-
1
votes0
answers28
viewsDo the Rebase from DLL or EXE, is it worth it?
During the development of a Assembly, I ended up "discovering" the following option: Project Properties > Build > Advanced > DLL Base Address and searching for information about it, I…
-
1
votes1
answer747
viewsBest way to implement Toledo Prix 4Uno scale?
Good afternoon, I acquired a Prix 4Uno scale with communication via ethernet. I wonder if there are examples in C# to implement communication with it, or if it is only via MGV 6 software. Any…
-
1
votes1
answer334
viewsDifficulties with Dll import C#
I’m having a hard time rewriting a method of a dll in C#, we bought a price checker from a manufacturer, in case it provides a dll and an example code in Delphi. This dll has some functions between…
-
1
votes1
answer104
viewsDataconnectiondialog giving error in Visual Studio 2017
I’m migrating to the Visual Studio 2017 a legacy project that uses a modal window to collect database connection data and format a string connecting. The code below shows an error: var dialog = new…
-
1
votes1
answer195
viewsFunction call dll C# (VS2010) using COM in Delphi 5 does not pass the parameters correctly
Good morning, I created using Unmanagedexports a dll in c# (Visual Studio 2010) to be consumed in a form Delphi 5, as per: C#: using System; using System.Collections.Generic; using System.Linq;…
-
1
votes0
answers43
viewsUse EWS API with C#Reflection
I am trying to use the EWS API in SSIS Script Task, but the server does not have the corresponding dll: Microsoft.Exchange.WebServices.dll So using Reflection is the only solution I found, the dll…
-
1
votes1
answer345
viewsHow to pass a string as parameter to a C#DLL
I have a dll made in C# with a method that receives a string type parameter, I created a function in Delphi that calls this method and passes the following string in the parameter: ’D: Banks…
-
1
votes1
answer58
viewsIMPORT ERROR - No module named dlib
I installed dlib, opencv and Pillow through Anaconda, creating a enviroment, but when I will import dlib the following error happens: No module named dlib. I’ve already deleted the interpreters and…
python-3.x opencv dll artificial-intelligence pycharmasked 5 years, 6 months ago Marcos Paulo S. Rezende 351 -
1
votes2
answers248
viewsVisual Studio - Managing Locally Registered Dll Publication of Homologation and Production Environment
I am working with a Dll from Itaú bank(itauCripto.dll), the documentation requires it to be registered locally on the machine running the application. So I put the Dll inside the folder %systemroot%…
-
0
votes0
answers97
viewsCreate DLL from files
I have some files .lua with functions and would like to create a DLL with all the files, it is possible?
-
0
votes0
answers137
viewsTo find a list of classes contained in a C# Class Library using Mono with C++
I’m using C# to script through the project Mono with C++. I’m trying to get a list of all the classes contained in one DLL done on a project C# (which is a Class Library project). But I’m not…
-
0
votes1
answer220
viewsDLL php_http.dll using windows
Is there any possibility of importing this DLL -> php_http with windows? I’ve used all the tips from the internet to try to make this import, many of these tips indicate a link that no longer…
-
0
votes1
answer130
viewsError with wxWidgets wxmsw30u_gcc_custom.dll
http://prnt.sc/8lfnv5 I’m starting with C/C++ and got the code::Blocks as compiler, I want to use wxWidgets, compile an application, a hello world, when opening by code::Blocks it works normal, when…
-
0
votes1
answer2020
viewsProgram requesting libgcc_s_dw2-1.dll
This mistake is happening: I’m using Code::Blocks, trying to create a program with wxWidgets.…
-
0
votes0
answers124
viewsHow to read a DLL with Cordova or Javascript
I’m creating a app that to communicate with my server I need to create a hash variable that depends on the class, function and parameters I am sending. the server validates this information and only…