Does not appear on list, re-trying ...
Pritpal: hbqt* libraries build fine demoqt build / run fine but with GPF closing dialogs/windows Creating hbide project result in error: ------------------------------------ Compiling 'idesaveload.prg'... idesaveload.prg(267) Warning W0033 Variable 'CPATH' is never assigned in function 'HBIDE_GETINIPATH(245)' 500 No code generated. ------------------------------------ Checking idesaveload.prg I see "FUNCTION hbide_getIniPath" leave cPath un-initialized for all OS except Windows and Unix, and that is bad Adding for tests (it does not solve for rest of OS): ---------------------- #elif defined( __PLATFORM__OS2 ) cPath := hbide_DirAddPathSep( GetEnv( "HOME" ) ) + ".hbide/" #endif ---------------------- then hbide project build fine GetEnv( "HOME" ) work in eCS but I do not know if apply for OS/2 Maurilio, any suggestion ? Running hbide.exe it create "e:\home\default\.hbide" directory but remain empty, and GPF: ------------------------- Exception c0000005 at address 0x1dd569ca Exception Code:C0000005 Exception Address:1DD569CA EAX:00000001 EBX:02F36914 ECX:02F3691C EDX:00000001 ESI:00000000 EDI:00000000 EBP:0061FBB8 CS:EIP:005B:1DD569CA SS:ESP:0053:0061FBA0 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(409) in hbide.prg Called from MAIN(102) in hbide.prg Killed by SIGSEGV pid=0x11e7 ppid=0x0054 tid=0x0001 slot=0x00c9 pri=0x0200 mc=0x0001 E:\HARBOUR105\HARBOUR\CONTRIB\HBIDE\HBIDE.EXE LIBC063 0:000669ca cs:eip=005b:1dd569ca ss:esp=0053:0061fba0 ebp=0061fbb8 ds=0053 es=0053 fs=150b gs=0000 efl=00010246 eax=00000001 ebx=02f36914 ecx=02f3691c edx=00000001 edi=00000000 esi=00000000 Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it. ------------------------- David Macias _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour