On Fri, 20 Feb 2009, Pritpal Bedi wrote:

Hi,

> I have looked into but don't know what to fix. 
> Investigating.

Maybe this help you:

wvgsink.c[369]:
   return( ( ULONG ) ( ( MyRealIEventHandler * ) this )->count < 0 ? ( ( 
MyRealIEventHandler * ) this )->count : 0 );
What this ULONG does? For sure after casting this value is _NEVER_
smaller then 0.

wvgsink.c[996]: warning: empty body in an if-statement
probably typo ';' directly after after if(...);

wvgsink.c[989,993]: add ( HB_PTRDIFF ) casting to hb_parnint( 2 ) value.

BTW:
wapi_commctrl.c[105] warning: implicit declaration of function `ImageList_Copy'
wapi_commctrl.c[225] warning: implicit declaration of function 
`ImageList_Duplicate'
wapi_commctrl.c[439] warning: implicit declaration of function 
`ImageList_SetImageCount'

For these functions _WIN32_IE should be checked.

#if (_WIN32_IE >= 0x0300) // ImageList_Copy
#if (_WIN32_IE >= 0x0400) // ImageList_Duplicate
#if (_WIN32_IE >= 0x0400) // ImageList_SetImageCount

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to