Re: [Harbour] Re: SF.net SVN: harbour-project:[14111] trunk/harbour

2010-03-09 Thread marco bra
On Ubuntu 10.04 32 bits ( development post alpha3 ) hbide another error report on exit... Unrecoverable error 6005: Exception SIGSEGV at address 0x61 Called from HBQTUI:DESTROY(0) in ../../../THbQtUI.prg Called from IDEHARBOURHELP:DESTROY(245) in ideharbourhelp.prg Called from HBIDE:CREATE(537) i

Re: [Harbour] Re: SF.net SVN: harbour-project:[14111] trunk/harbour

2010-03-09 Thread marco bra
2010/3/9 Pritpal Bedi > > > Viktor Szakáts wrote: > > > > Yes, I had it after recent 2 or 3 modifications, I had to make > > a full Harbour rebuild to fix it. > > > > Oh, I forget to mention that hbqt+ libs and hbsbp.lib > needed to be rebuild. > > How about GPF at exit ? You are still experienci

[Harbour] Re: SF.net SVN: harbour-project:[14111] trunk/harbour

2010-03-09 Thread Pritpal Bedi
Massimo Belgrano wrote: > > If i have a lib without source i can't use intellisense > so my idea is having a intellisense template > Oh, ah ok, I will provide theses slots. > When press : > display class Method and Class property > Later, right now basics first. > here you can find a b

[Harbour] Re: SF.net SVN: harbour-project:[14111] trunk/harbour

2010-03-09 Thread Pritpal Bedi
Viktor Szakáts wrote: > > 1) I tested it and the GPF on exit seems to have disappeared, > but my problem is that the fix is not a real one. > > Simply this variable is not destructed anymore in HBQT code: > --- > // ::oWidget := NIL /* Variable Destruction GPFs */ > --- > Probably we should

Re: [Harbour] Re: SF.net SVN: harbour-project:[14111] trunk/harbour

2010-03-09 Thread Viktor Szakáts
Hi Pritpal, 1) I tested it and the GPF on exit seems to have disappeared, but my problem is that the fix is not a real one. Simply this variable is not destructed anymore in HBQT code: --- // ::oWidget := NIL /* Variable Destruction GPFs */ --- Probably we should find the real problem and ma

Re: [Harbour] Re: SF.net SVN: harbour-project:[14111] trunk/harbour

2010-03-09 Thread Massimo Belgrano
2010/3/10 Pritpal Bedi : > > > Massimo Belgrano wrote: > > >> extend intellisense to lib function with template >> > > I could not get your viewpoint. Please explain in little detail. If i have a lib without source i can't use intellisense so my idea is having a intellisense template > > > >> Appl

[Harbour] Re: SF.net SVN: harbour-project:[14111] trunk/harbour

2010-03-09 Thread Pritpal Bedi
Massimo Belgrano wrote: > > very Good Intellisense implementation > a little request: > in xmate is alloved goto function with ctrl -t and visual studio 2008 > use Shift F2 > Done. CTRL+T opens the function. > Automatic Mode without load tag or re_tag > This is natural extension, but I a

[Harbour] Re: SF.net SVN: harbour-project:[14111] trunk/harbour

2010-03-09 Thread Itamar Lins
Em 9/3/2010 16:25, Massimo Belgrano escreveu: Impossible starting program because qtcore4.dll not present in computer i have path to c:\qt\4.5.5.3\bin and and here i have have qtcore4.dll Must delete my qt and reinstall qt? 2010/3/9 Pritpal Bedi: Oh, I forget to mention that hbqt+ libs and hb

[Harbour] Re: SF.net SVN: harbour-project:[14111] trunk/harbour

2010-03-09 Thread Pritpal Bedi
Massimo Belgrano wrote: > > Impossible starting program because qtcore4.dll not present in computer > i have path to c:\qt\4.5.5.3\bin and and here i have have qtcore4.dll > Must delete my qt and reinstall qt? > You do not have to do anything. I found the issue. I did not upload "funclist" .ui

Re: [Harbour] Re: SF.net SVN: harbour-project:[14111] trunk/harbour

2010-03-09 Thread Massimo Belgrano
Impossible starting program because qtcore4.dll not present in computer i have path to c:\qt\4.5.5.3\bin and and here i have have qtcore4.dll Must delete my qt and reinstall qt? 2010/3/9 Pritpal Bedi : > >Oh, I forget to mention that hbqt+ libs and hbsbp.lib >needed to be rebuild. > -- Massim

Re: [Harbour] Re: SF.net SVN: harbour-project:[14111] trunk/harbour

2010-03-09 Thread Viktor Szakáts
> Viktor Szakáts wrote: >> >> Yes, I had it after recent 2 or 3 modifications, I had to make >> a full Harbour rebuild to fix it. >> > > Oh, I forget to mention that hbqt+ libs and hbsbp.lib > needed to be rebuild. I do the as routine, but it didn't help. First I though that it's pcode versi

[Harbour] Re: SF.net SVN: harbour-project:[14111] trunk/harbour

2010-03-09 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Yes, I had it after recent 2 or 3 modifications, I had to make > a full Harbour rebuild to fix it. > Oh, I forget to mention that hbqt+ libs and hbsbp.lib needed to be rebuild. How about GPF at exit ? You are still experiencing or it is fixed. On my system all wo