compiler error on BCB6

delphi package - automated exception handling
Post Reply
rmcamps
Posts: 4
Joined: Thu Sep 15, 2005 10:15 pm
Contact:

compiler error on BCB6

Post by rmcamps »

I'm evaluating madExcept with BCB6.
I used it OK but when I drop TMadExceptionHandler component on my form, then I get the following compiler error on madZip.hpp:

[C++ Error] madZip.hpp(35): E2034 Cannot convert 'void *' to 'TStringArray'
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Just remove the faulty declaration from madZip.hpp. It seems that Borland's DelphiToBCB generator made a mistake here.
rmcamps
Posts: 4
Joined: Thu Sep 15, 2005 10:15 pm
Contact:

thank you

Post by rmcamps »

I commented that declaration and everything works fine...
Thank you
Post Reply