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'
../../wvgwin.c:1599: error: structure has no member named `item'
../../wvgwin.c:1600: error: structure has no member named `item'
../../wvgwin.c:1601: error: `TVIS_EXPANDPARTIAL' undeclared (first use
in this function)
../../wvgwin.c:1601: error: (Each undeclared identifier is reported only once
../../wvgwin.c:1601: error: for each function it appears in.)
../../wvgwin.c:1604: error: structure has no member named `item'
../../wvgwin.c:1606: error: structure has no member named `item'
../../wvgwin.c: In function `HB_FUN_WVG_TREEVIEW_SHOWEXPANDED':
../../wvgwin.c:1636: warning: passing arg 4 of `SendMessageA' makes
integer from pointer without a cast
make[3]: *** [wvgwin.o] Error 1
make[3]: Leaving directory `/d/cvs/harbour/contrib/gtwvg/w32/mingw'
make[2]: *** [descend] Error 2
make[2]: Leaving directory `/d/cvs/harbour/contrib/gtwvg'
make[2]: Entering directory `/d/cvs/harbour/contrib/hbct'
make[3]: Entering directory `/d/cvs/harbour/contrib/hbct/w32/mingw'

Regards,
Rodrigo

On Fri, Dec 12, 2008 at 11:05 AM, Rodrigo Miguel <rodrm...@gmail.com> wrote:
> I'll try with 340 version of mingw.
>
> Thanks
> Rodrigo
>
> On Fri, Dec 12, 2008 at 5:21 AM, Pritpal Bedi <bediprit...@hotmail.com> 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.
>>
>> TVIS_EXPANDPARTIAL is missing in the headers so we need a workaround.
>> Przemek ?
>>
>> Regards
>> Pritpal Bedi
>>
>>
>> Rodrigo Miguel wrote:
>>>
>>> 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 named `item'
>>> ../../wvgwin.c:1599: error: structure has no member named `item'
>>> ../../wvgwin.c:1600: error: structure has no member named `item'
>>> ../../wvgwin.c:1601: error: `TVIS_EXPANDPARTIAL' undeclared (first use
>>> in this function)
>>> ../../wvgwin.c:1601: error: (Each undeclared identifier is reported only
>>> once
>>> ../../wvgwin.c:1601: error: for each function it appears in.)
>>> ../../wvgwin.c:1604: error: structure has no member named `item'
>>> ../../wvgwin.c:1606: error: structure has no member named `item'
>>> ../../wvgwin.c: In function `HB_FUN_WVG_TREEVIEW_SHOWEXPANDED':
>>> ../../wvgwin.c:1636: warning: passing arg 4 of `SendMessageA' makes
>>> integer from pointer without a cast
>>>
>>
>> --
>> View this message in context: 
>> http://www.nabble.com/2008-12-04-23%3A56-UTC-0800-Pritpal-Bedi-%28pritpal%40vouchcac.com%29-tp20849382p20970967.html
>> Sent from the Harbour - Dev mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Harbour mailing list
>> Harbour@harbour-project.org
>> http://lists.harbour-project.org/mailman/listinfo/harbour
>>
>
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to