Search found 17 matches

by dnote
Fri Sep 19, 2008 11:45 am
Forum: madExcept
Topic: D2009
Replies: 27
Views: 24070

v3.0i (beta) works!

The suggested v3.0i works in Delphi 2009! I just compiled and installed all packages. There are some warnings, but hey, its still a beta. In the meanwhile, can I make a suggestion to you madshi? In order to prevent conflicts with Delphi2007, which I wanna use at the same time, I had to rename all pa...
by dnote
Fri Sep 19, 2008 9:47 am
Forum: madExcept
Topic: D2009
Replies: 27
Views: 24070

1 Char = 1 Byte in D2009, before: 1 Char = 8 Bits Thats not correct, 1 byte is still 8 bits in Delphi 2009, so will it be in Delphi 3000 or in any other programming language for that matter. 1 Char = 1 Unicode Char in Delphi 2009, which can range from 1 to 4 bytes depending on the contents. For exa...
by dnote
Tue Sep 16, 2008 8:32 am
Forum: madExcept
Topic: D2009
Replies: 27
Views: 24070

Hi, I just tried to recompile the madcollection packages under D2009 myself. I converted a lot to ansichar/ansistring, but thats not the real way to do it. Theres just too much internal stuff with which im really not sure what has to be done (like pointer operations on char arrays or PChars). Madshi...
by dnote
Wed Jan 12, 2005 11:53 am
Forum: madExcept
Topic: Close madexcept box during app startup
Replies: 1
Views: 4337

Close madexcept box during app startup

When an error occurs during startup and the madexcept box appears with the continue button enabled. However if I close the box using Escape or the Close [x] button, the application is not stopped, it keeps on running invisible.
by dnote
Wed Jul 14, 2004 4:32 pm
Forum: madExcept
Topic: Page fault CreateBugReport + Win9x
Replies: 2
Views: 5784

Works! :D
by dnote
Tue Jul 13, 2004 3:14 pm
Forum: madExcept
Topic: Compiling installed package
Replies: 7
Views: 10162

Hmm, but I am working with madexcept in a production environment with frequent releases, is it wise to use the Beta version for that?
by dnote
Tue Jul 13, 2004 3:04 pm
Forum: madExcept
Topic: Page fault CreateBugReport + Win9x
Replies: 2
Views: 5784

Page fault CreateBugReport + Win9x

Hi again, When I use CreateBugReport, it works fine when running under WinXP, but when I run the same program under Win98SE, I get a page fault error in kernel32 and the application disappears. The bugreport in the madexcept exception dialog, the one you get when an exception is raised, always looks...
by dnote
Tue Jul 13, 2004 2:35 pm
Forum: madExcept
Topic: Compiling installed package
Replies: 7
Views: 10162

Just checked: no warning is showing...
by dnote
Tue Jul 13, 2004 2:12 pm
Forum: madExcept
Topic: Compiling installed package
Replies: 7
Views: 10162

I looked into toolsapi too but could find any usefull hooks... Maybe a messagebox would be in place that informs the user that the package couldnt be patched?
by dnote
Tue Jul 13, 2004 2:10 pm
Forum: madExcept
Topic: Both custom exception handler AND MadExcept dialog shown
Replies: 2
Views: 6518

Thanks! This works perfectly...
by dnote
Tue Jul 13, 2004 10:37 am
Forum: madExcept
Topic: Both custom exception handler AND MadExcept dialog shown
Replies: 2
Views: 6518

Both custom exception handler AND MadExcept dialog shown

I'm having yet another problem with my custom exception handler. If an exception occurs during application initialization, both my custom handler and the madexcept dialog are show. If the exception is raised later on, f.e. in a buttonclick, everything works ok. Here's the example code: unit Unit1; i...
by dnote
Tue Jul 13, 2004 10:22 am
Forum: madExcept
Topic: Custom exception handler not executed
Replies: 3
Views: 6994

I guess HandleException doesnt work in case I only want the report and no exception dialog? I'm using the report as a "Detailed Application Info" function for the endusers of my application, so I only need the string, no exception dialog.
by dnote
Mon Jul 12, 2004 11:09 am
Forum: madExcept
Topic: Commandline parameters in bugreport?
Replies: 3
Views: 6968

Overlooked it. I'm sorry for being such an *** :oops:
by dnote
Mon Jul 12, 2004 11:07 am
Forum: madExcept
Topic: Custom exception handler not executed
Replies: 3
Views: 6994

Custom exception handler not executed

Hi,

I have registered a custom exception handler which work perfectly when an exception occurs. However, if I call CreateBugReport myself, the exception handler is not executed. Is this a bug or is it programmed as such on purpose?

TIA!
by dnote
Mon Jul 12, 2004 11:04 am
Forum: madExcept
Topic: Compiling installed package
Replies: 7
Views: 10162

Compiling installed package

Hi, I believe there is a problem with madexcept if you are compiling a package that is installed in the Delphi IDE. It seems madexcept fails to patch in the map file. I've checked this with a resource editor: if compiled while the package is installed, the map file is not inserted/updated, if compil...