I'm trying to have a DLL write to a Form from inside an application. The way I'm trying to do this is by using a procedural type and then passing it in as a variable to my DLL.
Here are some code snippets:
// [FROM THE APPLICATION .EXE]
type TStrProc = procedure(s : String);
type TProc =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.