I have created a dll using Delphi. One of the functions in the dll accepts a callback function pointer.
When I call it from VC++, passing in the address of the callback function, it crashes.
He...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20397169.html
Hello experts,
i have a C/C++ dll which exports a function where i have to give a pointer to an callback procedure...
I am using Delphi2009.
This is the only function of the library which do...
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_24513735.html
Zones:
Pascal,
C++,
De...Date Answered: 06/23/2009 Rating: 6.6 Views: 4
Hi I need some help in using a C++ DLL with a callback function in Delphi 6.0 and the details are:
Here are the C prototypes and implementation examples:
void (*type_MyCallBack) (bool, bool, ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21255153.html
I am trying to write a delphi dll and a delphi client that will load the dll and have the dll call a method in the client. so far i have my client and dll are able to share data via a memory map wi...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Components/Q_24688508....
Hi,
I have the following problem. I'm writing a plugin (dll) in Delphi for a program which is written in (borland) C++.
The program calls a DoInit function that is exported in the dll. The prog...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22818935.html