Search found 20 matches

by x_art
Thu Nov 11, 2021 4:18 am
Forum: madCodeHook
Topic: HookApi on the latest Windows Server 2019
Replies: 4
Views: 6354

Re: HookApi on the latest Windows Server 2019

I don't have sources for madCodeHook. You didn't provide it before.
by x_art
Fri Nov 05, 2021 12:08 pm
Forum: madCodeHook
Topic: HookApi on the latest Windows Server 2019
Replies: 4
Views: 6354

Re: HookApi on the latest Windows Server 2019

Unfortunately, I don't have a license for the latest version :sorry:
by x_art
Tue Nov 02, 2021 11:27 am
Forum: madCodeHook
Topic: HookApi on the latest Windows Server 2019
Replies: 4
Views: 6354

HookApi on the latest Windows Server 2019

H madshi. After a recent update on Windows 2019, the application crashes with the following call stack. It worked perfectly for years before on all OS including Win2019. This problem appears on Win2019 only. Note: the application tries to hook API in the same process (no hooking DLLs and drivers). 0...
by x_art
Thu Nov 05, 2015 7:50 am
Forum: madExcept
Topic: Strange behaviour
Replies: 11
Views: 8738

Re: Strange behaviour

Question 1: should madExcept report leaks with the settings showed on the attached screenshot? Currently, it does, but I can't change the state of the "Report leaks" checkbox. It is not the bug, but this behavior is unexpected, because the settings are not linked and the "Report leaks...
by x_art
Thu Nov 05, 2015 5:45 am
Forum: madExcept
Topic: Strange behaviour
Replies: 11
Views: 8738

Re: Strange behaviour

It seems that the "Report leaks" options still work in the DLL project even if the "Link in madExcept settings" option is disabled (the "LeakChecking" conditional directive exists in the project settings).
by x_art
Thu Nov 05, 2015 5:19 am
Forum: madExcept
Topic: Strange behaviour
Replies: 11
Views: 8738

Re: Strange behaviour

In continue of this problem. I've found when Win10 adds this registry node. I've enabled madExcept in a DLL When I close the application the following leak report appears. I close the leak report and do not save it. After this Windows shows a dialog and reports that the problem has been found in thi...
by x_art
Tue Nov 03, 2015 12:29 pm
Forum: madExcept
Topic: Strange behaviour
Replies: 11
Views: 8738

Re: Strange behaviour

Yes, the problem is solved. I've just deleted this registry value. It seems that the compatibility assistant is very aggressive on Windows 10 now.
by x_art
Tue Nov 03, 2015 12:07 pm
Forum: madExcept
Topic: Strange behaviour
Replies: 11
Views: 8738

Re: Strange behaviour

Finally, I've found the source of the problem. The following registry node HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers contains a key "myapp.exe" with the value "$~ IgnoreFreeLibrary<mydll.dll>" I don't know that added this registry value.
by x_art
Tue Nov 03, 2015 10:01 am
Forum: madExcept
Topic: Strange behaviour
Replies: 11
Views: 8738

Re: Strange behaviour

No, if I recompile/rebuild the executable or DLL it does not change anything. If I rename EXE it reports no leaks at all. It looks like the leak reporting depends on the executable name.
by x_art
Tue Nov 03, 2015 8:49 am
Forum: madExcept
Topic: Strange behaviour
Replies: 11
Views: 8738

Strange behaviour

A very simple application loads a very simple DLL at run-time. Both the app and DLL contain only madExcept code and Windows, Classes units. When I start the app it reports many strange resource leaks. If I just rename the executable file or move it to other folder it does not report anything. Can be...
by x_art
Thu Oct 29, 2015 8:04 am
Forum: madExcept
Topic: Get sending result
Replies: 4
Views: 4164

Re: Get sending result

Thank you very much! I'll try it.
by x_art
Thu Oct 29, 2015 6:03 am
Forum: madExcept
Topic: Get sending result
Replies: 4
Views: 4164

Re: Get sending result

Hello, Usually, my software works in the service mode and it can't send anything in this mode. But sometimes the administrator starts it manually in the normal mode. In this case the program checks for bugreport.txt and offers to send it. I'm using your build dialogs and methods and don't add new en...
by x_art
Thu Oct 22, 2015 2:48 pm
Forum: madExcept
Topic: Get sending result
Replies: 4
Views: 4164

Get sending result

Hello,

I'm showing the error report using

Code: Select all

ImportBugReport(File).Show
The use may click the "Send" button.

Is it possible to get a status of bug report sending (successful or not)? The OnExceptAction event does not allows to distinguish successful and unsuccessful operations.
by x_art
Fri Dec 12, 2014 9:26 am
Forum: madExcept
Topic: madTraceProcess and Windows 8.1
Replies: 1
Views: 2434

madTraceProcess and Windows 8.1

madTraceProcess32 does not see 32-bit process (compiled in D7) on Windows 8.1 x64. I've tried to start both program with elevated privileges or not.

Note: I've just found it can't find a frozen process.
by x_art
Thu Dec 19, 2013 10:23 am
Forum: madCodeHook
Topic: Nested calls
Replies: 4
Views: 4188

Re: Nested calls

Sorry, this is my mistake. Two modules export identical function. I've got mixed up with it.