compiling tuxcards

Peter Kümmel syntheticpp at gmx.net
Thu Apr 21 19:17:57 CEST 2005


Christian Ehrlicher wrote:

> I've attached a small patch which fixes this problem. Borland & msvc
> complained about this and so it was easy to fix.
> If you encounter more problems, please compile with debug informations
> and provide a gdb backtrace :)
> 
> Christian

-   CTreeElement* pTreeElem = dynamic_cast<CTreeElement*>(pItem);
+   CTreeElement* pTreeElem = (CTreeElement*)(pItem);

Replacing a c++ cast by a c cast? What is wrong with the original code?
Throws it exceptions?

Peter




More information about the kde-cygwin mailing list