consulta alguien tiene la libreria tTaskPanel de Andres reyes funcionando en borland 64bit
al compilar me salen errores en las cabeceras stdafx.h y stdafx.h estos archivos estan en la carpeta include
Code: Select all | Expand
In file included from source\c_themeaux.c:50:
source/stdafx.h:49:9: warning: '__STDAFX_H__' is used as a header guard here, followed by #define of a different macro
[-Wheader-guard]
#ifndef __STDAFX_H__
^~~~~~~~~~~~
source/stdafx.h:50:9: note: '__STADFX_H__' is defined here; did you mean '__STDAFX_H__'?
#define __STADFX_H__
^~~~~~~~~~~~
__STDAFX_H__
source\c_themeaux.c:492:7: warning: implicit declaration of function 'ISCHAR' is invalid in C99
[-Wimplicit-function-declaration]
if( ISCHAR(1) )
^
source\c_themeaux.c:498:25: warning: implicit declaration of function 'ISNUM' is invalid in C99
[-Wimplicit-function-declaration]
else if( ISCHAR(2) || ISNUM(2) )
^
source\c_themeaux.c:500:20: warning: cast to 'HINSTANCE' (aka 'struct HINSTANCE__ *') from smaller integer type 'long'
[-Wint-to-pointer-cast]
hInstance = (HINSTANCE) hb_parnl(1);
^
source\c_themeaux.c:528:20: warning: cast to 'HWND' (aka 'struct HWND__ *') from smaller integer type 'long'
[-Wint-to-pointer-cast]
SetScrollRange( ( HWND ) hb_parnl( 1 ),
^
5 warnings generated.
source\c_dibbmp.c:
In file included from source\c_themegdi.c:50:
source/stdafx.h:49:9: warning: '__STDAFX_H__' is used as a header guard here, followed by #define of a different macro
[-Wheader-guard]
#ifndef __STDAFX_H__
^~~~~~~~~~~~
source/stdafx.h:50:9: note: '__STADFX_H__' is defined here; did you mean '__STDAFX_H__'?
#define __STADFX_H__
^~~~~~~~~~~~
__STDAFX_H__
source\c_themegdi.c:172:28: warning: cast to 'HDC' (aka 'struct HDC__ *') from smaller integer type 'long'
[-Wint-to-pointer-cast]
HDC hdc = (HDC) hb_parnl(1);
^
source\c_themegdi.c:173:32: warning: cast to 'HBITMAP' (aka 'struct HBITMAP__ *') from smaller integer type 'long'
[-Wint-to-pointer-cast]
HBITMAP hBitmap = (HBITMAP) hb_parnl(6);
^
source\c_themegdi.c:210:23: warning: cast to 'HWND' (aka 'struct HWND__ *') from smaller integer type 'long'
[-Wint-to-pointer-cast]
HWND hWnd = (HWND) hb_parnl(1);
^
source\c_themegdi.c:269:22: warning: cast to 'PTHEMEINFO' (aka 'THEMEINFO *') from smaller integer type 'long'
[-Wint-to-pointer-cast]
PTHEMEINFO pti = (PTHEMEINFO) hb_parnl(1);
^
source\c_themegdi.c:270:22: warning: cast to 'HWND' (aka 'struct HWND__ *') from smaller integer type 'long'
[-Wint-to-pointer-cast]
HWND hWnd = (HWND) hb_parnl(2);