-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a QuickLogger to the USES section of the DLL causes to application to hang #55
Comments
QuickLogger can be called from a DLL without problems, we do it from .NET for example. Your code seems fair, but you need to post your DLL client code. Where are you calling your DLL? What language are you using to load and call your DLL?? |
I load it from the WIN32 application, not .NET. A regular load library
command:
hLib := LoadLibrary(PChar(sFile));
....
hProc := GetProcAddress(pDll.hLib, PChar(sProc));
…On Wed, Jul 7, 2021 at 11:04 AM Turrican ***@***.***> wrote:
QuickLogger can be called from a DLL without problems, we do it from .NET
for example. Your code seems fair, but you need to post your DLL client
code. Where are you calling your DLL? What language are you using to load
and call your DLL??
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASOQAY25B53TYPKUQ7B7IGDTWQDBXANCNFSM476BE3XQ>
.
|
Hello all, I'm new here and landed here searching a solution for my problem. Now my colleague and I are building a plugin for Outlook and Word. Debugging it I found the point it stops responding.
The .WaitFor is never returning... I don't know this problem is the same as described here, but hopefully it gives a clue. Kind regards, Jan |
Hello, Any suggestions? |
I removed automatic creation of Logger from initialization section of |
Delphi 10.4
I am trying to add a file logger to my simple DLL application:
When the main application attempts to load the DLL, the application gets unresponsive and hangs:
Any ideas? Did I miss something?
Thanks
Vitaly
The text was updated successfully, but these errors were encountered: