Re: [Wengophone-devel] Re: Assertion failure _BLOCK_TYPE_IS_VALID(...) in debug mode

2006-01-04 Thread Onur Cinar
Hi, Sorry for my late response, I wasn't following the mailing list for the past few days. The 3.3.5 Evaluation copy for Qt can be downloaded from: http://www.trolltech.com/products/qt3/unsupportedeval.html The free version is at: qtwin.sourceforge.net. I had to compile it twice in order to

Re: [Wengophone-devel] Re: Assertion failure _BLOCK_TYPE_IS_VALID(...) in debug mode

2006-01-02 Thread Henrik Ingo
Henrik Ingo wrote: Onur Cinar wrote: Could it be compiler version issue? (I'm using the VS 2003 and Qt 3.3.5 Evaluation copy). Also later you said you switched to a 3.3.5 Free Edition I'm just curious again (and we talked about this with Julien too), where did you get a Qt 3.3.5

Re: [Wengophone-devel] Re: Assertion failure _BLOCK_TYPE_IS_VALID(...) in debug mode

2006-01-02 Thread Julien Gilli
Hello, Henrik Ingo a écrit : Onur Cinar wrote: Could it be compiler version issue? (I'm using the VS 2003 and Qt 3.3.5 Evaluation copy). Also later you said you switched to a 3.3.5 Free Edition I'm just curious again (and we talked about this with Julien too), where did you get a Qt

Re: [Wengophone-devel] Re: Assertion failure _BLOCK_TYPE_IS_VALID(...) in debug mode

2005-12-27 Thread Julien Gilli
Hello, Onur Cinar a écrit : Finally it worked! Cool ! Let me summarize how the issue has been resolved. 1. I switched using Qt 3.3.5 Free Edition from Q 3.3.5 Evaluation copy. So far, things are working perfectly fine. If you have some free time, could you please write a short

Re: [Wengophone-devel] Re: Assertion failure _BLOCK_TYPE_IS_VALID(...) in debug mode

2005-12-27 Thread Onur Cinar
Finally it worked! Let me summarize how the issue has been resolved. 1. I switched using Qt 3.3.5 Free Edition from Q 3.3.5 Evaluation copy. 2. The free edition let me re-compile Qt with RTTI, STL, and Exceptions. 3. I removed all of the references to QAxWidget object from within Wengo source

Re: [Wengophone-devel] Re: Assertion failure _BLOCK_TYPE_IS_VALID(...) in debug mode

2005-12-26 Thread Julien Gilli
Hello, Onur Cinar a écrit : Adding static_castconst char* (...) around the QString objects seems like fixing the problem. Have you enabled RTTI support in your Qt setup ? All the best, -- Julien Gilli OpenWengo, the free and multiplatform VoIP client http://dev.openwengo.com/

Re: [Wengophone-devel] Re: Assertion failure _BLOCK_TYPE_IS_VALID(...) in debug mode

2005-12-26 Thread Onur Cinar
Hi Julien, Thanks for your quick response. Yes, the RTTI support should be enabled: F:\Qt\3.3.5Evaluationtype .qtwinconfig CONFIG+= shared thread release stl rtti and I can see the /GR flag during the compile time. However, both the release and the debug versions of wengophone is crash.