Mario,
En vez de hb_parni() usa hb_parvni()
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 ) ;Gente:
Alguien me puede enviar el archivo: Bpaint.obj compilado con Harbour 3.2.0dev (r1406161338)
Mientras espero a ver si Antonio, o quien lo sepa, encuentra solución a lo planteado en este post?
muchas gracias!
Mario,
En la línea 55 se llama a _parni() pero el error que a ti te aparece es relacionado con hb_parvni() ( par v ni ).
Que includes usas en BPAINT.C ?
/* 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 );
#endifAntonio, Carlos
He leido las respuestas. En breve les comento como me fue
gracias
Carlos:
muchas gracias!. Con la compilacion condicional que me pasaste pude compilar bPaint.c
Antonio:
muchas gracias!, por interesarte en ayudarme (como siempre)
Si miras el post de Carlos, si es de tu interes, podrás ver la solución para compilar el fuente c
Carlos;
me interesaría, no obstante haberlo solucionado, que me pases el comprimido que me dejaste en tu post. ya que el link no funciona mas.
nuevamente, muchas gracias
son link con una vida de dos dias, ademas se cayo my server el viernes, hasta hoy que llege al work lo revisare y lo habilitare nuevamente, te aviso cuando este listo.
Mario,
me alegro de que esté solucionado.
La ayuda de Carlos, como siempre, es muy valiosa ![]()
Carlos
ya la he bajado
gracias!
Hi Carlos,
Can I have a download link to the TSButton as well?
TIA