David Arturo Macias Corona wrote:
> 
> hbide build fine
> Running hbide.exe GPF as before with:
> 
> -------------------------
> Exception c0000005 at address 0x1ddd69ca
> 
>      Exception Code:C0000005
>      Exception Address:1DDD69CA
>      EAX:00000001  EBX:02F3D39C  ECX:02F3D3A4  EDX:00000001
>      ESI:00000000  EDI:00000000  EBP:0062FBB8
>      CS:EIP:005B:1DDD69CA  SS:ESP:0053:0062FBA0
>      DS:0053  ES:0053  FS:150B  GS:0000
>      Flags:00010246
> Called from QACTION:SETMENU(0) in ../../../TQAction.prg
> Called from IDETOOLSMANAGER:CREATE(135) in idetools.prg
> Called from HBIDE:CREATE(412) in hbide.prg
> Called from MAIN(102) in hbide.prg
> 
> Killed by SIGSEGV
> pid=0x81c9 ppid=0x00ad tid=0x0001 slot=0x00c4 pri=0x0200 mc=0x0001
> E:\HARBOUR105\HARBOUR\CONTRIB\HBIDE\HBIDE.EXE
> LIBC063 0:000669ca
> cs:eip=005b:1ddd69ca      ss:esp=0053:0062fba0      ebp=0062fbb8
>   ds=0053      es=0053      fs=150b      gs=0000     efl=00010246
> eax=00000001 ebx=02f3d39c ecx=02f3d3a4 edx=00000001 edi=00000000 
> esi=00000000
> Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.
> -------------------------
> 
> Any hint to continue tests ?
> 

Try changing idetools.prg#135:

         oAct:setMenu( QMenu():new() ) 
=> 
         oAct:setMenu( QMenu():new( oAct ) )

I am not sure, but let's try.


-----
     enjoy hbIDEing...
        Pritpal Bedi 
http://hbide.vouch.info/
-- 
View this message in context: 
http://harbour-devel.1590103.n2.nabble.com/OS-2-Harbour-14525-hbqt-tp5078729p5079370.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