Hi
Bisz István wrote: > > As the ' QWindowsXPStyle' is not supported under linux; I changed the line > 142 in demoqt.prg from: > oStyle := QWindowsXPStyle():new() > to: > oStyle := QWindowsStyle():new() > So we need to comment out this function at all, Windows specific. > After this change the demo started and I can handled the all > functionalities > except 'WebPage' menu point [crash on line 603: oDlg:exec()] > as the 'exec()' is wrong in this context. > Thanks for the hints. I will see another way. > The demo also crashes at exiting, see attachment. > Thanks for this detailed analysis. It appears some pointer is being freed twice. Though this does not show up on Windows but I have to analyze the GC implementation in more detail. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HBQT-demoqt-tp25919918p25930259.html Sent from the Harbour - Dev mailing list archive at Nabble.com. _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
