PDA

View Full Version : qglobal.h



QTInfinity
12th November 2008, 13:14
Hi guys,

I have received a break point from my application to Q_GLOBAL_STATIC(QInternal_CallBackTable, global_callback_table) (line 2637 qglobal.h Qt 4.4.1) with the following error message in windows, while doing a debug in VS 2005

"Windows has triggered a break point in .exe. This maybe due to a corruption of the heap and indicates a bug in .exe or any of the DLLs it has loaded......."

Any suggestions as to why this problem occurs. The same code was even tested in Mac and Linux, but works fine..

Regards

QTInfinity