Mario,
En vez de hb_parni() usa hb_parvni()
obj\temp.c:
obj\BPaint.obj does not exist
source\BPaint.prg does not exist
source\BPaint.c Mon Nov 17 09:10:02 2014
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
source\BPAINT.C:
Error E2193 source\BPAINT.C 55: Too few parameters in call to 'hb_parvni' in function HB_FUN_SBTNPAINT
Error E2314 source\BPAINT.C 55: Call of nonfunction in function HB_FUN_SBTNPAINT
Error E2193 source\BPAINT.C 60: Too few parameters in call to 'hb_parvni' in function HB_FUN_SBTNPAINT
Error E2314 source\BPAINT.C 60: Call of nonfunction in function HB_FUN_SBTNPAINT
Error E2193 source\BPAINT.C 61: Too few parameters in call to 'hb_parvni' in function HB_FUN_SBTNPAINT
Error E2314 source\BPAINT.C 61: Call of nonfunction in function HB_FUN_SBTNPAINT
Error E2193 source\BPAINT.C 62: Too few parameters in call to 'hb_parvni' in function HB_FUN_SBTNPAINT
Error E2314 source\BPAINT.C 62: Call of nonfunction in function HB_FUN_SBTNPAINT
Error E2193 source\BPAINT.C 67: Too few parameters in call to 'hb_parvni' in function HB_FUN_SBTNPAINT
Error E2314 source\BPAINT.C 67: Call of nonfunction in function HB_FUN_SBTNPAINT
Error E2193 source\BPAINT.C 68: Too few parameters in call to 'hb_parvni' in function HB_FUN_SBTNPAINT
Error E2314 source\BPAINT.C 68: Call of nonfunction in function HB_FUN_SBTNPAINT
Error E2193 source\BPAINT.C 70: Too few parameters in call to 'hb_parvni' in function HB_FUN_SBTNPAINT
Error E2314 source\BPAINT.C 70: Call of nonfunction in function HB_FUN_SBTNPAINT
Error E2193 source\BPAINT.C 77: Too few parameters in call to 'hb_parvni' in function HB_FUN_SBTNPAINT
Error E2314 source\BPAINT.C 77: Call of nonfunction in function HB_FUN_SBTNPAINT
Error E2193 source\BPAINT.C 78: Too few parameters in call to 'hb_parvni' in function HB_FUN_SBTNPAINT
Error E2314 source\BPAINT.C 78: Call of nonfunction in function HB_FUN_SBTNPAINT
Error E2193 source\BPAINT.C 80: Too few parameters in call to 'hb_parvni' in function HB_FUN_SBTNPAINT
Error E2314 source\BPAINT.C 80: Call of nonfunction in function HB_FUN_SBTNPAINT
Error E2193 source\BPAINT.C 83: Too few parameters in call to 'hb_parvni' in function HB_FUN_SBTNPAINT
Error E2314 source\BPAINT.C 83: Call of nonfunction in function HB_FUN_SBTNPAINT
Error E2193 source\BPAINT.C 84: Too few parameters in call to 'hb_parvni' in function HB_FUN_SBTNPAINT
Error E2314 source\BPAINT.C 84: Call of nonfunction in function HB_FUN_SBTNPAINT
Error E2193 source\BPAINT.C 818: Too few parameters in call to 'hb_parvni' in function HB_FUN_MAKESEPARATOR
Error E2228 source\BPAINT.C 818: Too many error or warning messages in function HB_FUN_MAKESEPARATOR
*** 26 errors in Compile ***
Error E2193 source\BPAINT.C 55: Too few parameters in call to 'hb_parvni' in function HB_FUN_SBTNPAINT
int nPos = _parni( 6 ) ;
/* TSButton Class, paint routines
Author: Manuel Mercado
Last update: Sept 11th, 2009
*/
#ifdef __HARBOUR__
#ifndef __XHARBOUR__
#define _HB_API_INTERNAL_
#define HB_LEGACY_TYPES_ON
#endif
#endif
#include <windows.h>
#include <hbdefs.h>
#include <hbapiitm.h>
#include <hbvm.h>
#ifdef __XHARBOUR__
int hb_parvni( int iParam, int iIndex );
long hb_parvnl( int iParam, int iIndex );
void hb_storvni( int iValue, int iParam, int iIndex );
void hb_storvnl( LONG lValue, int iParam, int iIndex );
#endif
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: Google [Bot] and 17 guests