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 `
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
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
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
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
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
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
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