Questions tagged as 'dll'

1
answer

How to tinker with code in a DLL?

The bar code is being generated through a class from a DLL downloaded from the internet. I need to change this barcode, but this class is blocked. How can I play a game?     
asked by 05.08.2015 / 22:50
1
answer

Best way to implement Toledo 4Unew Balance? [closed]

Good afternoon, I bought a toledo Prix 4Uno scale with communication via ethernet. I would like to know if there are any examples in C # to implement communication with it, or if it is only via MGV 6 software. Any starting foot tip is alre...
asked by 13.10.2017 / 21:40
1
answer

Static Interface Method

I have a class to encrypt data. But it will be used as a DLL, and for this I need to create an interface to show the methods (I tested without the interface and it did not work). However, it contains 2 static methods, and I'm getting an error fo...
asked by 19.01.2015 / 16:16
1
answer

Difficulties 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 a sample code in Delphi. This dll has some functions among them to start the service with the reader, to r...
asked by 23.10.2017 / 12:24
1
answer

Handling XML Files in C # - Library Tips [closed]

I need to manipulate an XML file in C #. This is the first time I'm going to do this, and I wanted some tips. My algorithm is basically this: Fill an XML from my system data (DB Data) Ex: I have an entity from which my example data com...
asked by 13.07.2017 / 16:25
1
answer

View the Form of a DLL in Delphi DX10

I have the following situation: I have a project, which calls a DLL and it has a form. Until that moment 'OK', it performs the call and displays the form, only one thing that bothers me visually is that the system tray has two open application...
asked by 29.09.2016 / 12:52
2
answers

Error running .exe file generated by Code :: Blocks

In the bin/debug folder of the Code :: Blocks project, it warns you of this error. How can I fix it? I downloaded the DLL and sent it to system32 , but the error persists.     
asked by 12.01.2016 / 18:58
1
answer

Calling C # dll function (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 follows: C #: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; usin...
asked by 31.10.2018 / 14:12
1
answer

Warning: "No local application has been provided. You can define it in the Run menu, Parameters "Dynamic DLL Creation problem in C ++ in DEV ++

I'm trying to create a DLL with the code that the teacher passed, but it does not compile properly. The warning is appearing:    "No local application has been provided, you can set it in the Run menu, Parameters" What would these Par...
asked by 04.11.2018 / 15:01
2
answers

DLL distribution

I created a COM DLL in C # VS2010 to be distributed with another application in Delphi. This DLL only consumes in WEB Services. On the machine where the DLL was built, there is no error. But in the distribution when the DLL methods are exec...
asked by 20.02.2014 / 15:02