This is the way that I am calling QAplication

Bruno


////////////////////////////////////////////////////


INIT PROCEDURE Qt_Start()

   hbqt_errorsys()

   s_qApp := QApplication():new()
   RETURN

EXIT PROCEDURE Qt_End()
   s_qApp:quit()
   RETURN




>
> I mean you must not call qApp:exec() and qApp:quit() as it is handlled on
> .cpp level.
>
> This was a majot cause of GPF at exit.
>
>
>
> -----
>     enjoy hbIDEing...
>        Pritpal Bedi
> http://hbide.vouch.info/
> --
> View this message in context:
> http://n2.nabble.com/hbide-rev-14350-startup-runtime-error-tp4930832p4931862.html
> Sent from the harbour-devel mailing list archive at Nabble.com.
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to