Search found 13 matches

by simpsons
Wed Sep 16, 2020 1:44 pm
Forum: madExcept
Topic: Delphi 10.4.1
Replies: 4
Views: 5375

Re: Delphi 10.4.1

madExcept works fine with Delphi 10.4.1, no problems so far.
by simpsons
Mon Feb 18, 2019 12:50 pm
Forum: madExcept
Topic: Delphi Rio Release 1 issues
Replies: 4
Views: 4814

Re: Delphi Rio Release 1 issues

Jepp, simple project with just two buttons, one triggering a memory leak, the other one an exception. If BufferOverrun is on, the executable is invisible in the task manager after close, but the process is still there (procexp64 sees it) and has madexcept32.dll loaded and locked. No memory leaks are...
by simpsons
Sun Feb 17, 2019 8:24 pm
Forum: madExcept
Topic: Delphi Rio Release 1 issues
Replies: 4
Views: 4814

Re: Delphi Rio Release 1 issues

OK, this is triggered by the setting "instantly crash on" + "buffer overrun".
Switching this off and the app reports ressource leaks again.

But the question still stands, why the dll is loaded, when madExcept should be linked into the app...
by simpsons
Sun Feb 17, 2019 7:29 pm
Forum: madExcept
Topic: Delphi Rio Release 1 issues
Replies: 4
Views: 4814

Delphi Rio Release 1 issues

Hi, I can not use the current madExcept 5.0.0 (2.8.8.4) beta with Delphi Rio Release 1 (edit: same behaviour with 5.0.0 (2.8.8.0) from 2018-11-29). Everything compiles fine as a 32bit application, but the executable does not show any memory leaks or exception dialogues anymore. Furthermore the execu...
by simpsons
Wed Jan 16, 2019 2:49 pm
Forum: madExcept
Topic: Exception on close of application only if ReportLeaks is on
Replies: 4
Views: 4960

Re: Exception on close of application only if ReportLeaks is

I've reported it to the manufacturer already!
by simpsons
Wed Jan 16, 2019 11:04 am
Forum: madExcept
Topic: Exception on close of application only if ReportLeaks is on
Replies: 4
Views: 4960

Re: Exception on close of application only if ReportLeaks is

Thanks for the tip with the buffer overrun check, haven't used that before.
madExcept found a buffer overrun when initialising one of the components in my app.
After encapsuling that with a try..except block, I finally get the memory leaks report on closing the app again.
by simpsons
Tue Jan 15, 2019 8:34 pm
Forum: madExcept
Topic: Exception on close of application only if ReportLeaks is on
Replies: 4
Views: 4960

Exception on close of application only if ReportLeaks is on

Hi, I'm using latest madExcept 5.0.0 in an 32bit application, built with Delphi 10.3 Rio. When I switch on ReportMemoryLeaks the application throws an exception on closing due to access violations. Juding from the bugreport this happens when madExcept looks for leftovers in the memory. This does NOT...
by simpsons
Mon Oct 13, 2014 6:16 pm
Forum: madCollection
Topic: XE7 support
Replies: 22
Views: 29347

Re: XE7 support

Hi,

problem fixed after a couple of hours work on the registry and installed packages under XE7.
Some packages couldn't be loaded together with madexcept and had to be recompiled. I also have removed all references to madexcept from the registry and reinstalled.

BR,
Stefan
by simpsons
Mon Oct 13, 2014 10:03 am
Forum: madCollection
Topic: XE7 support
Replies: 22
Views: 29347

Re: XE7 support

Hi, no, there isn't written anything into the file "madExceptWizard.txt", because the IDE already terminates when madexcept_.bpl is loaded, madExceptWizard_.bpl would be loaded afterwards. When I rename madexcept_.bpl then the IDE complains about the missing file and after a couple of mess...
by simpsons
Sun Oct 12, 2014 9:28 pm
Forum: madCollection
Topic: XE7 support
Replies: 22
Views: 29347

Re: XE7 support

Hi Mathias, with the last beta release of the madcollection 2.7.9.11 I have a strange issue on one XE7 installation, but only on this particular one (Win7 Ultimate, x86). The startup screen of XE7 lists a couple of design time packages that are loaded, then it indicates that madexcept_.bpl is to be ...
by simpsons
Tue Oct 07, 2014 4:02 pm
Forum: madCollection
Topic: XE7 support
Replies: 22
Views: 29347

Re: XE7 support

@Stefan, this appears to be a bug in XE7. Basically your project has the extension set to "exe" in the project settings, but you're overwriting this in your source code file by using "{$E SCR}". In this situation it seems that XE7 is telling madExcept that the target file is &qu...
by simpsons
Mon Oct 06, 2014 8:51 pm
Forum: madCollection
Topic: XE7 support
Replies: 22
Views: 29347

Re: XE7 support

madshi wrote:@Stefan, would you mind creating a little test project for me? Tried to reproduce this, but it works fine on my PC.
I sent you a mail with a demo project.
BR,
Stefan
by simpsons
Sun Oct 05, 2014 10:12 am
Forum: madCollection
Topic: XE7 support
Replies: 22
Views: 29347

Re: XE7 support

Hi,

with the latest beta 2.7.9.8 I get the following error message when compiling a screensaver project with file extension ".scr" instead of ".exe":

[madExcept Warnung] Binary not found!

Cheers,
Stefan