python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Translating GlobalPlatform from C to Delphi - Access violation errors
I want to use the GlobalPlatform.dll from kaoh Karsten Ohme in Delphi. So i tried to translate the headers so i can use the GlobalPlatform.dll in Delphi.
The first i translated was Connection.h, i upl...
eXXecutor
Votes: 0
Answers: 1
How to share data between a TThread in a DLL and the main thread?
I'm writing a DLL in C++Builder XE6, that creates a separate thread (derived from TThread) to retrieve JSON data from a REST server every X seconds (using TIdHTTP), and parse the JSON data.
The thread...
Martin Nijhoff
Votes: 0
Answers: 1
CGo tests with a DLL
I'm currently using CGO to use a library in C through a DLL.
Everything works and I can use my code on top of the library, build it & so on.
The problem I have is to implement tests with a DLL. Ri...
Otor
Votes: 0
Answers: 1
Class only registered when accessing as Administrator
I am trying to access a COM dll from my .NET application. That dll is registered using regsvr32. When the appication that tries to access the dll is running as a normal user the application quits with...
ProXy
Votes: 0
Answers: 0