Viktor Szakáts wrote:
> 
> Okay, I got that part. All I'm saying is that it's still 
> a sign of .prg code (whatever .prg code) is still causing 
> GPF for some reason:
> 

It is a case of which init procedure is executed first.
If you have PRG level INIT which calls QApplication():new(), 
it will simply return s_app as hb_retptr( s_app ) which 
may/may not be a valid one depending upon if PRG level 
init procedure is executed first or .cpp level one.

That was the reason Bruno got this error sometimes only.

BTW user has never to know to initialize the application at all.

Previous implementation was wrong anyway.


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