Search found 25 matches: sbtnpaint

Return to advanced search

Compilando tsbrowse.lib, tsbutton.lib con Harbour 3.2

Hola, alguien ha logrado compilar las libs de tsbrowse 9.0 y tsbutton 7.0 con Hrbour 3.2 al compilar me errores en los archivos de C incluidos: Tsbrowse Embarcadero C++ 7.40 for Win32 Copyright (c) 1993-2018 Embarcadero Technologies, Inc. \tsbrowse\source\function\TSBFUNCS.C: Error E2238 \Harbour\in...
by noe aburto
Wed Aug 26, 2020 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando tsbrowse.lib, tsbutton.lib con Harbour 3.2
Replies: 1
Views: 310

Re: Program hang after 1505, *TSButton-Disable (nil)* *Fixed*

Dear Diemer, Have you add 2 new parameter as my previous posted. DrawGray( hDC, hBitMap1, nTop, nLeft ,0 ,0 ) Could you show me that line in BPAINT.C? Which FWH version do you use? Hello Dutch i changed it and get --------------------Konfiguration: Optowin - Release-------------------- Borla...
by dutch
Tue Jun 11, 2019 2:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program hang after 1505, *TSButton-Disable (nil)* *Fixed*
Replies: 17
Views: 4022

Re: Program hang after 1505, *TSButton-Disable (nil)* *Fixed*

Hello Dutch i changed it and get --------------------Konfiguration: Optowin - Release-------------------- Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland C:\Dev\Optowin\Tsbutton\SOURCE\FUNCTION\BPAINT.C: Error E2227 C:\Dev\Optowin\Tsbutton\SOURCE\FUNCTION\BPAINT.C 494: Extra parameter in...
by Uwe.Diemer
Mon Jun 10, 2019 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program hang after 1505, *TSButton-Disable (nil)* *Fixed*
Replies: 17
Views: 4022

Error de Compilacion pasando a Harbour

Hola a todos: Borre todo y recompile la nueva lib , pero ahora sale: Al crea la LIB de la nueva TSButton7 compilada con Harbour32 me arroja estos errores : Turbo Incremental Link 6.70 Copyright (c) Warning W8065 SOURCE\bpaint.c 85: Call to function '_ISLOG' with no prototype in function HB_FUN_SBTNP...
by jcaro
Wed May 25, 2016 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de Compilacion pasando a Harbour
Replies: 2
Views: 500

Re: Compilando con Harbour (intentando :-()

Mario,

Error E2193 source\BPAINT.C 55: Too few parameters in call to 'hb_parvni' in function HB_FUN_SBTNPAINT


Puedes mostrarme el código que hay en la línea 55 ? gracias
by Antonio Linares
Mon Nov 17, 2014 4:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour (intentando :-() - SOLUCIONADO!
Replies: 30
Views: 7616

Re: Compilando con Harbour (intentando :-()

Cristobal; gracias por la guia... pero no tengo ni idea que otro parámetro debería agregarle Antonio; me temo que no le gusta :-( le falta otro parámetro, segun la respuesta de errores?, es tal como dice Cristobal? obj\temp.c: obj\BPaint.obj does not exist source\BPaint.prg does not exist source\BPa...
by MarioG
Mon Nov 17, 2014 12:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour (intentando :-() - SOLUCIONADO!
Replies: 30
Views: 7616

Re: Compilando con Harbour (intentando :-()

Ahora vamos por algo mas difícil, para mi, el error de compilación es en el fuente bpaint.c Y de "c", solo conozco su nombre :-( Este es el error al compilarlo: Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland source\BPAINT.C: Error E2238 \Harbour\include\clipdefs.h 80: Multiple...
by MarioG
Mon Nov 10, 2014 9:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour (intentando :-() - SOLUCIONADO!
Replies: 30
Views: 7616

TSButton - Harbour Parameters

I'm converting an application from xHarbour to Harbour (following advice on this forum :) ), I get warnings when compiling bpaint.c and the library is created. However, the application fails to link. The following warnings occur. Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland source\fun...
by David Williams
Fri Aug 29, 2014 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSButton - Harbour Parameters
Replies: 3
Views: 604

Re: Como crear una libreria?

... Declaration syntax error No se si esos dos .h habra que incluirlos y la lina 33 es la segunda del siguiente bloque. #ifndef __HARBOUR__ CLIPPER SBtnPaint( PARAMS ) // ( hWnd, hBitmaP, lPressed, // hFont, cText, nPos, nClrText, ClrBack, // lMouseOver, lOpaque, hBrush, nRows, lW97, // lAdjust, ...
by Jorge Jaurena
Sat Mar 02, 2013 11:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como crear una libreria?
Replies: 6
Views: 952

TsButton, con xHarbour 1.21 y BCC 5.82

Hola FiveWinners. Estoy tratando de compilar Tsbutton de manuel Mercado con xHarbour 1.21, Fivewin 12-04 y BCC 5.82 y genera los siguientes errores : S:\TSBUTTON\SOURCE\FUNCTION\BPAINT.C: Warning W8075 S:\TSBUTTON\SOURCE\FUNCTION\BPAINT.C 40: Suspicious pointer conversion in function HB_FUN_SBTNPAIN...
by devtuxtla
Sat Oct 13, 2012 4:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsButton, con xHarbour 1.21 y BCC 5.82
Replies: 0
Views: 402

Error E2349

with sbutton 7 i got this error Warning W8075 C:\dev\C\BPAINT.C 43: Suspicious pointer conversion in function HB_FUN_SBTNPAINT Error E2349 C:\dev\C\BPAINT.C 104: Nonportable pointer conversion in function HB_FUN_SBTNPAINT Error E2349 C:\dev\C\BPAINT.C 157: Nonportable pointer conversion in function ...
by The Real Fasi
Sun Jul 04, 2010 6:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error E2349
Replies: 0
Views: 306

Ahora Errores en FWH 10.5 SOLO en TSButton SOLUCIONADO

No estaba usando la lib TSBUTTON... Disculpen!!!!!!!!!!!!! Amigos: Alguien me puede ayudar con los siguientes errores: Este es de Fivewin Error: Unresolved external '_HB_FUN_CHARREM' referenced from C:\FWH\LIB\FIVEH.LIB|XBROWSE Se soluciono añadiendo hbct.lib y Este de TSButton Error: Unresolved ext...
by Ruben Fernandez
Mon May 31, 2010 6:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ahora Errores en FWH 10.5 SOLO en TSButton SOLUCIONADO
Replies: 0
Views: 325

TO MANUEL : COMPILING A TEST SAMPLE (revolved)

Progetto: NEWSHAPE, Ambiente: xFiveWin: [1]:Harbour.Exe NEWSHAPE.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /oObj\NEWSHAPE.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, http://www.xharbour.org ht...
by Silvio
Tue Sep 22, 2009 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO MANUEL : COMPILING A TEST SAMPLE (revolved)
Replies: 6
Views: 1433

Sr, Mercado Tsbutton y Fwh Agosto/09

Hola amigos: He perdido el archivo .env de compilacion con xMate y me esta dando error Tsbutton.lib Errores _HB_FUN_GETFONTHEIGHT FROM TSBUTTON.OBJ _HB_FUN_SBTNPAINT FROM TSBUTTON.OBJ _HB_FUN_SBARLNEW FROM TSBAR.OBJ _HB_FUN_MAKESEPARATOR FROM TSBAR.OBJ Alguien me podria mandar la libreria ya constru...
by Ruben Fernandez
Fri Sep 04, 2009 6:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sr, Mercado Tsbutton y Fwh Agosto/09
Replies: 3
Views: 433

Error en la librerias TSBUTTON y TSBROWSE8

Hola a Todos He compilado las librerias TSBUTTON Y TSBROWSE8 con la nueva version de Fivewin 9.04 y xHarbour 1.2.1 Cuando compilo mi aplicacion me da estos errores --------------------Configuración: ORDENES - Release-------------------- Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Er...
by acuellar
Mon Apr 13, 2009 12:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en la librerias TSBUTTON y TSBROWSE8
Replies: 3
Views: 683
Next

Return to advanced search