Page 1 of 1

madExcept 5.1 C++Builder10.4 win32 dll no effect

Posted: Sat Aug 14, 2021 5:43 am
by ttt
madExcept 5.1 C++Builder10.4 win32dll file no effect
can't show error code line no.
exe is ok.

project1.exe ,can show error line.
project1.dll, can'not show error line.

Re: madExcept 5.1 C++Builder10.4 win32 dll no effect

Posted: Mon Aug 16, 2021 8:57 am
by madshi
C++ support is not as good as Delphi support. But it should still be possible to make it work somehow.

Try adding a try..catch around the code that might be crashing in the DLL. And then in your catch block call madExcept::HandleException(). See top of this page:

http://help.madshi.net/HowToUseMadExcept.htm

Re: madExcept 5.1 C++Builder10.4 win32 dll no effect

Posted: Mon Sep 13, 2021 11:26 am
by ttt
thanks