Page 1 of 1

compiler error on BCB6

Posted: Thu Sep 15, 2005 10:19 pm
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'

Posted: Fri Sep 16, 2005 8:01 am
by madshi
Just remove the faulty declaration from madZip.hpp. It seems that Borland's DelphiToBCB generator made a mistake here.

thank you

Posted: Fri Sep 16, 2005 1:48 pm
by rmcamps
I commented that declaration and everything works fine...
Thank you