Re: [Harbour] 2008-12-04 23:56 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)

2008-12-16 Thread Guillermo Varona SilupĂș
Hi, I too got it's message: D:\harbour>make_gnu ../../wvgwin.c: In function `HB_FUN_WVG_TREEVIEW_ADDITEM': ../../wvgwin.c:1596: error: structure has no member named `item' ../../wvgwin.c:1597: error: structure has no member named `item' ../../wvgwin.c:1598: error: structure has no member named `

Re: [Harbour] 2008-12-04 23:56 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)

2008-12-16 Thread Rodrigo Miguel
I'll try with 340 version of mingw. Thanks Rodrigo On Fri, Dec 12, 2008 at 5:21 AM, Pritpal Bedi wrote: > > Rodrigo > > I checked mingw's commctrl.h and have found definition of TV_ITEMA and > TV_ITEMW. > Why it is missing in your distribution I do not know. May be someone else > can help. > > T

Re: [Harbour] 2008-12-04 23:56 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)

2008-12-12 Thread Rodrigo Miguel
Hi Pritpal, No lucky, even with mingw 340 stable release, I got the same error: gcc -I. -I../../../../include -Wall -W -O3 -march=i586 -c ../../wvgwin.c -owvgwin.o ../../wvgwin.c: In function `HB_FUN_WVG_TREEVIEW_ADDITEM': ../../wvgwin.c:1598: error: structure has no member named `item' ../../w

Re: [Harbour] 2008-12-04 23:56 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)

2008-12-12 Thread Pritpal Bedi
Did you compile gtwvg itself ? Massimo Belgrano-3 wrote: > > C:\harbour\contrib\gtwvg\tests>hBMK_B32 -mt demowvg > demowvg.prg(33) Error F0029 Can't open #include file 'wvgparts.ch' > 1 error > > No code generated > Error E2194: Could not find file 'demowvg.c' > > -- View this message in

Re: [Harbour] 2008-12-04 23:56 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)

2008-12-12 Thread Pritpal Bedi
Rodrigo I checked mingw's commctrl.h and have found definition of TV_ITEMA and TV_ITEMW. Why it is missing in your distribution I do not know. May be someone else can help. TVIS_EXPANDPARTIAL is missing in the headers so we need a workaround. Przemek ? Regards Pritpal Bedi Rodrigo Miguel wrot

Re: [Harbour] 2008-12-04 23:56 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)

2008-12-11 Thread Rodrigo Miguel
HI, Also, I got this error: make[3]: Entering directory `/d/cvs/harbour/contrib/gtwvg/w32/mingw' gcc -I. -I../../../../include -Wall -W -O3 -march=i586 -c ../../wvgwin.c -owvgwin.o ../../wvgwin.c: In function `HB_FUN_WVG_TREEVIEW_ADDITEM': ../../wvgwin.c:1598: error: structure has no member name

Re: [Harbour] 2008-12-04 23:56 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)

2008-12-11 Thread Massimo Belgrano
C:\harbour\contrib\gtwvg\tests>hBMK_B32 -mt demowvg demowvg.prg(33) Error F0029 Can't open #include file 'wvgparts.ch' 1 error No code generated Error E2194: Could not find file 'demowvg.c' 2008/12/5 Pritpal Bedi > > 2008-12-04 23:56 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) > * harbour

[Harbour] 2008-12-04 23:56 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)

2008-12-05 Thread Pritpal Bedi
2008-12-04 23:56 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/gtwvg/tests/hbmk_b32.bat + xhb.lib - just to take use of hb_ToOutDebug(). While under heavy changes I need to keep the debugging info intact. Final sources will not have this included. * harbour/contr