Search found 9 matches

by hewy
Wed Nov 13, 2013 1:44 pm
Forum: madExcept
Topic: Protection of MAD files data?
Replies: 1
Views: 2668

Protection of MAD files data?

Hi there

we plan to improve error reporting of our application. While evaluating suitable product
following question cam up: Mad except includes MAP file into the executable. How are this information stored and how are they protected from missuses?

Thanks
Henry
by hewy
Thu Oct 24, 2013 12:22 pm
Forum: madExcept
Topic: Exception in Threads inside delphi Packages
Replies: 8
Views: 12968

Re: Exception in Threads inside delphi Packages

Right, it handled the error by itself and generated a message that was then displayed in a messagebox.
by hewy
Thu Oct 24, 2013 9:58 am
Forum: madExcept
Topic: Exception in Threads inside delphi Packages
Replies: 8
Views: 12968

Re: Exception in Threads inside delphi Packages

Hi Finally i solved the problem. Now every thing is working perfectly as expected. Exception from all threads are reported. Independent whether a thread is created by main thread or from an other thread. The problem was that in a well hidden place there was a try except bloc that din't call madExcep...
by hewy
Wed Oct 23, 2013 12:37 pm
Forum: madExcept
Topic: Exception in Threads inside delphi Packages
Replies: 8
Views: 12968

Re: Exception in Threads inside delphi Packages

Hi Oh sorry, perhaps we aren't talking about the same thing. We have set in our Project setting the parameter Packages / Runtime Packages / Link with runtime packages = false That way all Packages will be linked into the main executable, and we deliver only one single exe without any additional pack...
by hewy
Wed Oct 23, 2013 11:09 am
Forum: madExcept
Topic: Exception in Threads inside delphi Packages
Replies: 8
Views: 12968

Re: Exception in Threads inside delphi Packages

Hi there We do not use runtime packages. All Packages are linked into the executable. madExcept is activated and works as expected for exceptions in the main thread. 1. We use: Embarcadero® Delphi® XE2 Version 16.0.4504.48759 Embarcadero® Delphi® XE2 Version 16.0.4504.48759 Embarcadero® Delphi® XE2 ...
by hewy
Tue Oct 22, 2013 3:13 pm
Forum: madExcept
Topic: Exception in Threads inside delphi Packages
Replies: 8
Views: 12968

Exception in Threads inside delphi Packages

Hi in our application we have permanently something between 20 and 30 active threads. Now if i raise an exception for instance raise Exception.Create('Test Exception'); This exception will show the default VCL exception popup. madExcept error handling is not called. unit containing the thread is pla...
by hewy
Fri Oct 18, 2013 1:00 pm
Forum: madCollection
Topic: Source location Module, line, number and more?
Replies: 3
Views: 5794

Re: Source location Module, line, number and more?

Hi Thanks for the hints. I created a small sample application and made my own exceptionhandler as you suggested in another thread. In our project we would deploy this to our customers. As I can see the trace works only if the madExcept32.dll is available. Is there a possibility to run madExcept repo...
by hewy
Fri Oct 18, 2013 10:11 am
Forum: madCollection
Topic: Source location Module, line, number and more?
Replies: 3
Views: 5794

Source location Module, line, number and more?

Hi there Perhaps I expect something else from such a product. Therefore here some initial question. We need to improve the error report we receive from our customer. The solution shall provide • Exact source code location where the exception occurred • How the program got to that location. (call sta...
by hewy
Thu Oct 17, 2013 3:21 pm
Forum: madExcept
Topic: Send call stack to own trace system
Replies: 1
Views: 12364

Send call stack to own trace system

currently we are evaluating several Exception handling solutions. One of them is MadExcept. We have a large application that has currently his own exception handling solution. Now we would like to extend error tracing specially we need to add call stack in case of error. This should run in the backg...