then i try to compiling and it make error
it not found these file H
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(7) : fatal error C1083:
Cannot open include file: 'ClipApi.h': No such file or directory
the same for WinTen.h
then if I rem this lines
//#include <WinTen.h> /* set your own path if needed */
#include <Windows.h>
//#include <ClipApi.h> /* set your own path if needed */
#include <StdLib.h>
the compilator give me these errors
- Code: Select all Expand view
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoObj\BPAINTCE.Obj FUNCTION\BPAINTCE.C
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
BPAINTCE.C
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(33) : error C2061: syntax error : identifier 'HB_FUN_SBTNPAINT'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(33) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(35) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(655) : warning C4013: 'MoveTo' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(783) : error C2061: syntax error : identifier 'HB_FUN_MAKESEPARATOR'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(783) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(785) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(804) : error C2061: syntax error : identifier 'HB_FUN_SBTNLINE'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(804) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(806) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(916) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(920) : warning C4013: 'CreateBrushIndirect' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(920) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(930) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(930) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(931) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(931) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(932) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(932) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1035) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1098) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1121) : warning C4013: 'Arc' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1138) : error C2061: syntax error : identifier 'HB_FUN_DRAWRADIO'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1138) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1140) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1456) : error C2061: syntax error : identifier 'HB_FUN_DRAWBOXES'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1456) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1458) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1484) : error C2061: syntax error : identifier 'HB_FUN_DARKCOLOR'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1484) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1486) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1495) : error C2061: syntax error : identifier 'HB_FUN_GETFONTHEIGHT'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1495) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1497) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1516) : error C2061: syntax error : identifier 'HB_FUN_DRAWRECTDOTTED'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1516) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1518) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1539) : error C2061: syntax error : identifier 'HB_FUN_SBARNEW'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1539) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1541) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1602) : warning C4013: '_parclen' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1609) : warning C4244: 'function' : conversion from 'const double ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1621) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1669) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1675) : warning C4013: 'CreatePolygonRgn' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1675) : error C2065: 'ALTERNATE' : undeclared identifier
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1675) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1835) : error C2061: syntax error : identifier 'HB_FUN_DRAWLIMIT'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1835) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1837) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1864) : warning C4244: 'initializing' : conversion from 'long ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1882) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1882) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1883) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1883) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1884) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1884) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1979) : error C2061: syntax error : identifier 'HB_FUN_GRADCOLOR'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1979) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1981) : error C2054: expected '(' to follow 'PARAMS'
Any help ?