Bruno Luciani wrote:
> 
> INIT PROCEDURE Qt_Start()
> 
>    hbqt_errorsys()
> 
>    s_qApp := QApplication():new()
>    RETURN
> 
> EXIT PROCEDURE Qt_End()
>    s_qApp:quit()
>    RETURN
> 

Call them like this ( even not needed ):

INIT PROCEDURE Qt_Start()

   hbqt_errorsys()

   RETURN

Function Main()
   
   /* You can even skip this also unless you are setting some appl level
methods*/
   s_qApp := QApplication():new() 

   // Event Loop

   Return Nil





-----
     enjoy hbIDEing...
        Pritpal Bedi 
http://hbide.vouch.info/
-- 
View this message in context: 
http://n2.nabble.com/hbide-rev-14350-startup-runtime-error-tp4930832p4932317.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

Reply via email to