Hello Przemek
Przemysław Czerpak wrote: > >> HB_GC_FUNCS gcFuncs( void ) >> { >> return QT_gcFuncs; >> } > > Should be: > > const HB_GC_FUNCS * gcFuncs( void ) { return &QT_gcFuncs; } > >> void * hbqt_gcpointer( int iParam ) >> { >> HB_GC_FUNCS qt_gcFuncs = gcFuncs(); >> QGC_POINTER * p = ( QGC_POINTER * ) hb_parptrGC( &qt_gcFuncs, iParam >> ); > > Should be: > > void * hbqt_gcpointer( int iParam ) > { > QGC_POINTER * p = ( QGC_POINTER * ) hb_parptrGC( gcFuncs(), iParam > ); > > Thanks you. Just see how poor I am in C. It works. I will explain the other parts later. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HBQT---Nearly-lost-how-to-implement-new-GC-tp26033190p26035324.html Sent from the Harbour - Dev mailing list archive at Nabble.com. _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour