Questions tagged as 'dll'

0
answers

Is it possible to install a windows service from a DLL? (Delphi)

I have a dll which has methods that should be executed in a windows service. I did a search and saw that to install a service, I would need an executable. I have the 2007 version of Delphi and Windows 7. Something like: rundll32.exe <nomedl...
asked by 22.02.2017 / 16:45
0
answers

How to call a function from an already injected dll (c ++)?

How do I call a function inside a dll already injected into the process? example: I would like when I push a button on the form that I created, call the function asmFunction (); if I call the function inside the Main_Thread it works fine, but I...
asked by 22.01.2017 / 02:13
1
answer

Problem when calling DLL in Python ctype windows

I'm having trouble calling a dll in Python ... is giving the following error: WindowsError: exception: access violation reading 0x026A65F0, sometimes works without giving this error but most do not work. I'm using this way: from ctypes import...
asked by 27.08.2016 / 21:50
1
answer

Is it possible to extract the header of a DLL? If yes, how?

Is it possible to extract header from a dll ? Is this practice possible? If so, how can I do it?     
asked by 16.02.2016 / 19:47
0
answers

How to transform procedure into DLL?

Good Night. I'm new to the programming area, I got a degree recently despite not having experience. For inexperienced I do not say layman, have only notions of OOP, Database, etc. These days I had the function of doing procedure to do Inserts...
asked by 10.11.2015 / 23:28
0
answers

Capture the name of the video card through the NVAPI dll

How to import the DLL "nvapi.dll" into the program in C #? I'm not sure how to capture the name of the video card: NvAPI_GPU_GetFullName - CEEE8E9F     
asked by 29.11.2015 / 16:06
0
answers

Problem getting Delphi DLL return with Java

I'm developing a system in java and a part of that system needs to get data coming from another system in Delphi. I created two functions one that returns a String and another that returns an int . The function that returns an int works...
asked by 06.07.2015 / 16:48
0
answers

How to register a Delphi Dll on Windows XP?

I need to register a dll with Delphi (xe2) in Windows XP, but when running the method windows opens a "Run As" window where it needs to indicate the user who will perform the action. Even my user being an admin on the machine. I used the foll...
asked by 15.07.2015 / 19:27
1
answer

Import Python DLL in C ++

How do I compile a Python class into a DLL so I can 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 computer     
asked by 24.09.2017 / 03:35
1
answer

DLL 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, this DLL is imported through the following...
asked by 23.12.2016 / 19:33