Hello!
I am working on a really big project, in which the global new and delete operators can be overloaded, by including the file "overloadedops. h".
The graphical interface was written using wxWidgets.
The program crashes with SIGSEGV because my new and operators get called by wx functions.
Could anyone explain why this happens and how can i avoid it (how can i make wx functions use the normal new and delete operators)?
Thank you very much,
Simbasaurus.
I am working on a really big project, in which the global new and delete operators can be overloaded, by including the file "overloadedops. h".
The graphical interface was written using wxWidgets.
The program crashes with SIGSEGV because my new and operators get called by wx functions.
Could anyone explain why this happens and how can i avoid it (how can i make wx functions use the normal new and delete operators)?
Thank you very much,
Simbasaurus.
Comment