K
kartoffelsack
Hi,
I'm trying to hunt down an memory-leak for days now.
For this I'm using operated new- /delete-ops (based on provided code in
'thinking c++').
Principally they are working fine, but when I compile my project (as in
reality) as a DLL, my user-defined new/delete-ops are not used. I have a
exe-Project, that uses mostly the same code as the DLL-project, where it
works. In a small test-DLL it workes also. So I don't thing it's a
DLL-problem.
Has anybody a clue, why it can happen that my operators are not used in
the hole project?
Using Borland C++Builder 5
I'm trying to hunt down an memory-leak for days now.
For this I'm using operated new- /delete-ops (based on provided code in
'thinking c++').
Principally they are working fine, but when I compile my project (as in
reality) as a DLL, my user-defined new/delete-ops are not used. I have a
exe-Project, that uses mostly the same code as the DLL-project, where it
works. In a small test-DLL it workes also. So I don't thing it's a
DLL-problem.
Has anybody a clue, why it can happen that my operators are not used in
the hole project?
Using Borland C++Builder 5