I have problems with c5new.c
I have xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6715)
I
when I compile it make errors but create the lib
I have this problem
if I link the lib , then I cannot see bitmaps on combobox control of fivewin
I must compile with lib of P a c o for vmenu.prg and vitem.prg ( vtaskbar)
I have some error when I compile c5new.c
I not Know why but I made many tests
Error E2451 c5cnew.c 303: Undefined symbol 'hb_stackST' in function HB_FUN_BOX
Error E2451 c5cnew.c 339: Undefined symbol 'hb_stackST' in function HB_FUN_BOXEX
Error E2451 c5cnew.c 730: Undefined symbol 'hb_stackST' in function HB_FUN_FILLSOLIDRECT
Error E2451 c5cnew.c 940: Undefined symbol 'hb_stackST' in function HB_FUN_ROUNDRECTEX
Warning W8064 c5cnew.c 1114: Call to function with no prototype in function C5_IsAppThemed
Warning W8065 c5cnew.c 1123: Call to function 'C5_IsAppThemed' with no prototype in function HB_FUN_C5_ISAPPTHEMED
Warning W8064 c5cnew.c 1137: Call to function with no prototype in function C5_IsThemeActive
Warning W8065 c5cnew.c 1146: Call to function 'C5_IsThemeActive' with no prototype in function HB_FUN_C5_ISTHEMEACTIVE
Warning W8057 c5cnew.c 1237: Parameter 'pClipRect' is never used in function C5_DrawThemeBackground
Warning W8075 c5cnew.c 1311: Suspicious pointer conversion in function HB_FUN_C5_DRAWTHEMETEXT
Warning W8075 c5cnew.c 1737: Suspicious pointer conversion in function HB_FUN_MENUDRAWITEM2
Warning W8004 c5cnew.c 2563: 'width' is assigned a value that is never used in function VerticalGradient
Error E2451 c5cnew.c 2787: Undefined symbol 'hb_stackST' in function HB_FUN_CGETFILEEX
Warning W8057 c5cnew.c 2926: Parameter 'lp' is never used in function BrowseCallbackProc
Warning W8081 c5cnew.c 3029: void functions may not return a value in function HB_FUN_POW
Warning W8004 c5cnew.c 3398: 'hBrush' is assigned a value that is never used in function HorizontalGradient
*** 5 errors in Compile ***
the lib is created but then I cannot show bitmaps on combobox control of fivewin
this is strange because I used the lib always and I never have problems with it
have U found this error ?