Questions tagged as 'dll'

2
answers

How to deal with dependencies (DLL's) in Delphi / Lazarus?

How do I find out which DLL's should I distribute along with my application so that it works on any machine? I know InstallShield - it does the business in an automated way - but I would like to know if there is any free way to do this, ev...
asked by 14.04.2014 / 13:31
1
answer

How to find out the name of the functions of a DLL?

I have already used the DLL Export , Dependency Walker , dumpbin , PE Explorer and the result for several DLLs which I need to use is always the same with two functions: CLRRP and GETRP .... without parameters. Iknowthelib...
asked by 30.06.2017 / 13:18
2
answers

Create dll in C # and use in Delphi 7

I need to create a C # dll so I can use it in delphi. I've tried the following: I created a basic dll with a sum method, but calling it in delphi does not return anything, it would be like the created method did not exist. Below the c...
asked by 02.09.2016 / 15:52
1
answer

Performance difference between static and shared library

Which is the best in performance? Compile the program using libraries such as MySQL Connector and SQLite as static (getting inside the compiled binary) or as shared getting separated from the binary. In addition, can you use a shared libra...
asked by 13.04.2016 / 03:42
2
answers

Error while executing project in Visual Studio 2015

When compile gives sucessfull , but when I try to run my project I get this error below. Can anyone help or give me a hint? I use visual studio 2015.    Severity Code Description Project File Line Error Could not write lines to fi...
asked by 24.11.2015 / 17:53
1
answer

Failure of Class Factory Recovery - Console Application

I have a'Console Application 'that connects to SQL . On other machines the application is working normally, but has one that has the Windows Server Enterprise SP2 version that is returning the following exception:    System.Runti...
asked by 14.12.2016 / 17:38
0
answers

Reference error in DLL

I am creating a DLL that needs to export 11 CEN / XFS functions, but there is a function that consumes a header file. I think the error is in consuming a method of a header that is not declared in my scope, anyone to help? This dll will commu...
asked by 20.01.2017 / 18:10
0
answers

Generate more than one ticket with the DLL "Boleto.Net"

I noticed that the DLL Boleto.Net has a class BoletoBancario with property FormatoCarne . However, I can not generate three tickets in a carnero format on the same page. I would like to see a code that would print 3 tickets on...
asked by 25.08.2015 / 17:22
2
answers

How to reference an external library?

I have a project in Asp.Net MVC where I would like to add some new libraries. They are available for download as .dll , but are also available on Manage NuGet Packages . What is the best way to add the library to the project by addi...
asked by 03.12.2015 / 19:40
3
answers

Problems with Midaslib

I'm trying to run an application in Delphi, but every time I try to compile a "Midaslib 'not found" error appears, is there any way to put this library manually? I checked that midas.dll was once used.     
asked by 24.10.2017 / 17:38