Search found 12 matches

by FlagshipTech
Wed Nov 18, 2015 8:07 pm
Forum: madExcept
Topic: PrintBugReport only/always returns False
Replies: 1
Views: 2097

PrintBugReport only/always returns False

I see on circumstance under which it could return True. For the moment I've modified the PrintBugReport function in madExcept.Pas so that it returns True if the user attempted to print, False if they cancelled the print dialog. Like this: if PrintDlg(pd) then begin . . . if newFont <> 0 then DeleteO...
by FlagshipTech
Wed Nov 11, 2015 12:15 pm
Forum: madExcept
Topic: Delphi 2007 app hangs in Application.Run
Replies: 9
Views: 7349

Re: Delphi 2007 app hangs in Application.Run

After nearly two weeks of trying different things the customer now says our product is suddenly working. I cannot know what they did on their end that fixed the problem...and I hate it when things that were failing suddenly work for no identified reason. We'll see whether this situation holds or not...
by FlagshipTech
Tue Nov 10, 2015 6:56 pm
Forum: madExcept
Topic: Delphi 2007 app hangs in Application.Run
Replies: 9
Views: 7349

Re: Delphi 2007 app hangs in Application.Run

> You don't use EXE compression or protection, do you? No. We normally use Armadillo but have disabled that in recent versions we are testing for this customer, to eliminate it as a possibility. I'll verify the madTraceProcess function export later, and reply back. Is it possible that something is n...
by FlagshipTech
Tue Nov 10, 2015 12:35 am
Forum: madExcept
Topic: Delphi 2007 app hangs in Application.Run
Replies: 9
Views: 7349

Re: Delphi 2007 app hangs in Application.Run

The saga continues... I downloaded the current version of madCollection, applied it to my EXE, and ran my application here. madTraceProcess32 works fine to trace that process while running. Then I sent a test version to the customer. After the EXE starts, she ran madTraceProcess32 and now gets the m...
by FlagshipTech
Fri Nov 06, 2015 12:42 am
Forum: madExcept
Topic: Delphi 2007 app hangs in Application.Run
Replies: 9
Views: 7349

Re: Delphi 2007 app hangs in Application.Run

By the way, using CodeSite I've verified that madExcept *is* getting registered before Application.Run gets called. (Registration happens in the Initialization section of a unit I have which applies custom madExcept settings.) But could the "...old version of madExcept" message be due to m...
by FlagshipTech
Thu Nov 05, 2015 7:51 pm
Forum: madExcept
Topic: Delphi 2007 app hangs in Application.Run
Replies: 9
Views: 7349

Re: Delphi 2007 app hangs in Application.Run

We found out that madTraceProcess might be a way to see what was going on, and asked the Windows 10 user to run it after our application hangs. She got the message "This process seems to use an old version of madExcept." ....which should not be the case, since both are from the same instal...
by FlagshipTech
Wed Nov 04, 2015 7:31 pm
Forum: madExcept
Topic: Delphi 2007 app hangs in Application.Run
Replies: 9
Views: 7349

Re: Delphi 2007 app hangs in Application.Run

We tried having madExcept check for a frozen main thread...no luck (it never reported the main thread as frozen).
by FlagshipTech
Wed Nov 04, 2015 3:54 pm
Forum: madExcept
Topic: Delphi 2007 app hangs in Application.Run
Replies: 9
Views: 7349

Delphi 2007 app hangs in Application.Run

I have a Delphi 2007 application which has been working fine on most machines & Windows versions but is now hanging in Application.Run for four customers. The application briefly flashes a bit of UI(too quickly to read). It doesn't appear to be the entire main window; maybe just a message window...
by FlagshipTech
Sat Apr 23, 2011 12:55 pm
Forum: madExcept
Topic: internal error in CollectPossibleStackItems
Replies: 2
Views: 3077

Re: internal error in CollectPossibleStackItems

OK, thanks for the opinions. We might look into upgrading if these problems persist.

As for testing, we don't currently have any 64-bit OS's installed in-house.

Thanks,

Mark Wilsdorf
Flagship Technologies, Inc.
QuickBooks™ Add-Ons and Solutions You Can Use
http://www.goflagship.com
by FlagshipTech
Thu Apr 21, 2011 7:59 pm
Forum: madExcept
Topic: internal error in CollectPossibleStackItems
Replies: 2
Views: 3077

internal error in CollectPossibleStackItems

Hi Mathias, We're still using madExcept 2.7i ...the only reasons for that being (1) it has always worked for us in the past (no need to change), and (2) some ideas early on, that users of madExcept 3.x encountered conflicts with the ExeCryptor security package, which we use. But just today we've had...
by FlagshipTech
Wed Feb 11, 2009 1:53 pm
Forum: madExcept
Topic: madExcept in a COM server
Replies: 4
Views: 5459

To be honest, I don't have *any* real knowledge about COM server programming.... Then you're not far behind me in your knowledge of COM.<g> And I haven't worked it much since our discussion those several years ago (at that time I really *did* know something about COM). But lately I've had to write ...
by FlagshipTech
Sun Jan 18, 2009 2:09 am
Forum: madExcept
Topic: madExcept in a COM server
Replies: 4
Views: 5459

madExcept in a COM server

A couple years ago madshi and I had a lengthy discussion about using madExcept in a COM server. My goals were (and still are) to: (1) Get a stack trace for exceptions in the COM server. (2) Intercept all exceptions within the COM server, and re-raise them as EOleExceptions with custom information st...