Search found 44 matches

by nminkov
Mon Jun 29, 2020 3:05 pm
Forum: madExcept
Topic: Madexcept for Visual C++ like recomendations needed
Replies: 1
Views: 3432

Madexcept for Visual C++ like recomendations needed

Hi, I am a long time very happy user of Madexcept (C++ Builder). Personally I am using Borland C++ since 1998 (v5.0), but having a big disappointment every year with every new RadStudio version, containing more non working features than bug fixes we've decided to slowly abandon RadStudio for new pro...
by nminkov
Wed Feb 25, 2015 2:05 pm
Forum: madExcept
Topic: MadExcept RadStudio XE7 64bit
Replies: 4
Views: 4272

Re: MadExcept RadStudio XE7 64bit

Thanks madshi,

Can you please confirm when you can if there will be 64bit version?

64bit RadStudio support is just pain in the a*** . It's more experimental than ready for production. RadStudio XE7 is full of bugs, but unfortinatelly I need to build 64 bit version of our product...grrr
by nminkov
Tue Feb 17, 2015 8:20 am
Forum: madExcept
Topic: MadExcept RadStudio XE7 64bit
Replies: 4
Views: 4272

Re: MadExcept RadStudio XE7 64bit

Hello madshi,

I will really appreciate your help of how to compile madExcept in 64bit C++ Builder XE7 program.

Thanks
by nminkov
Tue Feb 10, 2015 4:36 pm
Forum: madExcept
Topic: MadExcept RadStudio XE7 64bit
Replies: 4
Views: 4272

MadExcept RadStudio XE7 64bit

I am currently converting 32bit project to 64bit and having trouble compiling with MadExcept. Had to replace link code in project main cpp file like that #ifdef _WIN64 #pragma comment(lib, "madExcept_") #else #pragma comment(lib, "madExcept") #pragma comment(lib, "madLinkDis...
by nminkov
Tue Feb 10, 2015 4:32 pm
Forum: madExcept
Topic: Activating madExcept
Replies: 1
Views: 2195

Activating madExcept

Hi, I am using now for a while MadExcept and works well. However now with v 4.0.11 created a new C++ Builder (XE4/XE7) 32bit project (single button on form that throws Exception("hello"), activate madExcept, but it never catches the exceptions. There are traces "madExcept" string...
by nminkov
Fri Nov 01, 2013 12:40 pm
Forum: madExcept
Topic: Code patched in memory
Replies: 2
Views: 3472

Code patched in memory

I am using a protector software that checks if the executable is patched in runtime. When used with MadExcept, it always reports an integrity check.

Is MadExcept touching the program asm while running, is that how you hook?

Thanks
by nminkov
Thu Oct 31, 2013 1:21 pm
Forum: madExcept
Topic: Pure virtual method called
Replies: 4
Views: 3892

Re: Pure virtual method called

Thanks!
by nminkov
Wed Oct 30, 2013 12:24 pm
Forum: madExcept
Topic: Pure virtual method called
Replies: 4
Views: 3892

Re: Pure virtual method called

Code: Select all

You could try whether calling "madExcept.InstallUnhandledExceptionFilter()" in your initialization helps.
Unfortunately did not help.

Here is a test project http://www.leetdreams.com/downloads/Tes ... irtual.zip
by nminkov
Tue Oct 29, 2013 1:26 pm
Forum: madExcept
Topic: Pure virtual method called
Replies: 4
Views: 3892

Pure virtual method called

MadExcept does not catch "pure virtual method called". Is there a way detect it?

Thanks
by nminkov
Tue Oct 29, 2013 1:24 pm
Forum: madExcept
Topic: False positive memory leek sqlite.c
Replies: 6
Views: 5149

Re: False positive memory leek sqlite.c

Thanks for the lead. Not it's not worth it.
by nminkov
Tue Oct 29, 2013 11:10 am
Forum: madExcept
Topic: False positive memory leek sqlite.c
Replies: 6
Views: 5149

Re: False positive memory leek sqlite.c

I am having a trouble with MadExcept memory checker with code using sqlite. The memory grows infernally then runs out of memory. When some created objects go out of scope, the memory is usage of the program does not go down. It does not happen with MadExcept memory checker OFF, in that case memory ...
by nminkov
Tue Oct 29, 2013 9:52 am
Forum: madExcept
Topic: False positive memory leek sqlite.c
Replies: 6
Views: 5149

Re: False positive memory leek sqlite.c

Thanks for checking. I already have tried tried to step into the code, but lines that C++ builder debugger shows are incorrect. That is, stepping into sqlite3_open16() sends me in the middle of a comment. Weird. I am having a trouble with MadExcept memory checker with code using sqlite. The memory g...
by nminkov
Mon Oct 28, 2013 5:02 pm
Forum: madExcept
Topic: False positive memory leek sqlite.c
Replies: 6
Views: 5149

False positive memory leek sqlite.c

Hi, Using C++ Builder XE4, the memory leak is reporting false positives when opening/closing an sqlite db. Tried several versions of sqlite, including the latest 3.8.1. To reproduce, just: sqlite3* pDatabase; int result1 = sqlite3_open16(L"dummy.sql", &pDatabase); int result2 = sqlite3...
by nminkov
Mon Oct 21, 2013 3:40 pm
Forum: madExcept
Topic: Unconsistent handling
Replies: 40
Views: 27044

Re: Unconsistent handling

Thanks again.

Will give you some air (for few days :wink: )
by nminkov
Mon Oct 21, 2013 2:14 pm
Forum: madExcept
Topic: Unconsistent handling
Replies: 40
Views: 27044

Re: Unconsistent handling

You are welcome.

The beta 2.7.7.7 says the license is valid, but does not have info to make it work? What can I do about it?