Hi

Bruno Luciani wrote:
> 
> I tookout the function uidebug from the demo and compile again
> 
> and now this error appears in execution time:
> 
> 
> 
> br...@notebook:~/harbour_svn/harbour/contrib/hbqt/tests$ hbmk2 hbmk.hbm
> demoqt.prg
> hbmk: Processing local make script: hbmk.hbm
> hbmk: Processing configuration: /usr/bin/hbmk.cfg
> Harbour 2.0.0beta2 (Rev. 11558)
> Copyright (c) 1999-2009, http://www.harbour-project.org/
> Compiling 'demoqt.prg'...
> Lines 724, Functions/Procedures 18
> Generating C source output to 'demoqt.c'... Done.
> br...@notebook:~/harbour_svn/harbour/contrib/hbqt/tests$ ./demoqt
> 
> Unrecoverable error 6005: Exception SIGSEGV at address 0x20
> Called from QT_QAPPLICATION_EXEC(0)
> Called from QT_END$(92) in demoqt.prg
> br...@notebook:~/harbour_svn/harbour/contrib/hbqt/tests$
> 

Rewrite this as :

EXIT PROCEDURE Qt_End()
   qt_qapplication_quit()
   RETURN

And report back if this error gone.
Sorry for the typos.

Regards
Pritpal Bedi
-- 
View this message in context: 
http://www.nabble.com/Error-compilin-demoqt-in-linux-tp24243747p24245534.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

Reply via email to