Hi

Bruno Luciani wrote:
> 
> Now , aplicattion don' t starts anymore  , do nothing
> 

It is the time to debug lines of code at what point error is
generated. Take following steps:

1) Put some check points which write to debugger of your choice.
2) It should be binary way, I mean first put 4 points in Main() 
   then check which point you receive in debugger. Next put more
   points after you receive point and the next point, and so on
   until you know where it stops.

BTW, how do you debug your applications ?

Regards
Pritpal Bedi

PS : QT is very strict in parameter passing so you need to 
       devise a mechanism to debug your code, right from the start.

      NOTE: application will not show up itself until it passes all errors
               before oDlg:show() is executed. It means appln executes 
              and terminates at some error point.


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

Reply via email to