Search found 33 matches: storni

Return to advanced search

Re: Al compiliar sbrowse TSBFUNCS.C me marca errores

Gracias, asunto arreglado.

Solo cambie las funciones

__parni > hb_parni
__reta > hb_reta
__storni > hb_srtovni
by noe aburto
Thu Aug 27, 2020 8:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Al compiliar sbrowse TSBFUNCS.C me marca errores
Replies: 1
Views: 287

Al compiliar sbrowse TSBFUNCS.C me marca errores

En contacto. Compilando la libreria de tsbrwose 9.0 me marca TSBFUNCS.C los errores siguientes: harbour 3.2 //---------------------------------------------------------------------------// #ifndef __HARBOUR__ CLIPPER aTSBrwPosR() // ect( hWnd, nRow, nCol, nWidth, hFont, nHeightCell, // nHeightHead, n...
by noe aburto
Thu Aug 27, 2020 6:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Al compiliar sbrowse TSBFUNCS.C me marca errores
Replies: 1
Views: 287

Re: ON RESIZE "automatic" -> Layout Manager ?

hi, http://forums.fivetechsupport.com/viewtopic.php?f=6&t=19298&p=164219&hilit=display3#p164219 thx for Tip. i have Problem with download Display3.RAR while it need a Account to Twitter/Facebook or Google which i don't use i got Source now from http://fivewin.com.br/index....
by Jimmy
Sat Jan 04, 2020 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ON RESIZE "automatic" -> Layout Manager ?
Replies: 6
Views: 1141

Actualizar el programa desde FTP.

Hola a todos, Estoy intentando usar una rutina de Biel Maimó (muchas gracias Biel !!) para actualizar el programa que he desarrollado a través de una conexión FTP. El caso es que la rutina de Biel me da estos errores al compilar: c:\desarrol\treball\Ampa1507\obj\UPDATE00.c: Warning W8075 c:\\desarro...
by FiveWiDi
Fri Feb 23, 2018 10:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar el programa desde FTP.
Replies: 3
Views: 1045

Re: Alternative Gif Control

hb_storni() is inside harbour.prg that should be included in fiveh.lib. Anyway, this is a stand alone version that you can add to your PRG: #pragma BEGINDUMP#include <hbapi.h>void hb_storvni( int iValue, int iParam, int iIndex ){   hb_storni( iValue, iParam, iIndex ); ...
by marca
Wed Jan 24, 2018 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alternative Gif Control
Replies: 22
Views: 4563

Re: Alternative Gif Control

hb_storni() is inside harbour.prg that should be included in fiveh.lib. Anyway, this is a stand alone version that you can add to your PRG: #pragma BEGINDUMP#include <hbapi.h>void hb_storvni( int iValue, int iParam, int iIndex ){   hb_storni( iValue, iParam, iIndex );}...
by Enrico Maria Giordano
Wed Jan 24, 2018 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alternative Gif Control
Replies: 22
Views: 4563

construcción de easyPreview

He bajado el repositorio e intentado reconstruir easyPreview con el archivo de xMate que trae .... De momento faltan un archivo llamado "davinci.ch" ... lo he comentado y he seguido ... aqui pongo los errores que lanza para ir resolviéndolos .... Warning W8065 epmeta.prg 445: Call to funct...
by mastintin
Thu Aug 14, 2014 4:15 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: construcción de easyPreview
Replies: 4
Views: 1469

Re: Embedding a 3rd party .dll

Jeanette, Hinweis seems to be an array of ints; int Hinweis[30]; not sure if you have to fill there several values (please review your docs about it) but if you want to fill just the first element of the array then do: aStruct.Hinweis[ 0 ] = hb_parni( 1, 23 ); hb_storni( aStruct.Hinweis[ 0 ], -1, 23...
by Antonio Linares
Thu Oct 24, 2013 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embedding a 3rd party .dll
Replies: 34
Views: 8287

Re: Embedding a 3rd party .dll

Antonio,

the sourcecode in line 101 and 132 should retrieve and store the array of integer "Hinweis".

line 101: aStruct.Hinweis = hb_parni( 1, 23 );
line 132: hb_storni( aStruct.Hinweis, -1, 23 );
by Jeanette Panitz
Thu Oct 24, 2013 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embedding a 3rd party .dll
Replies: 34
Views: 8287

Problemas al crear la libreria TWBROWSE

... 1; // ya no pintamos m s rct.right = wMaxRight; } else wIndex++; } ReleaseDC( hWnd, hDC ); hb_reta( 4 ); #ifdef __XPP__ #define _storni( x, y, z ) STORNI( x, params, y, z ) #endif // Si es un estilo sin separadores horizontales, pintar uno mas arriba //CeSoTech para que que bien completa el area ...
by ander7319
Fri Jan 04, 2013 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al crear la libreria TWBROWSE
Replies: 6
Views: 2855

Re: Compile tbfuncs.c

I've managed to compile it with Pelles C with following messages: C:\fw21\WINH32\WINH32 xbset08\tcbfuncs.c(127): warning #1063: Single-line comment contains escaped new-line. C:\fw21\WINH32\WINH32 xbset08\tcbfuncs.c(130): warning #1063: Single-line comment contains escaped new-line. C:\fw21\FWH_8\in...
by AHF
Fri Feb 10, 2012 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile tbfuncs.c
Replies: 9
Views: 2683

Re: How can recompile FW libraries?

... in function GETFIRSTIN Error E2451 unzip.c 63: Undefined symbol 'params' in function GETFIRSTIN Warning W8065 unzip.c 63: Call to function 'STORNI' with no prototype in function GETFIRSTIN Warning W8065 unzip.c 64: Call to function 'STORC' with no prototype in function GETFIRSTIN Warning ...
by mosh1
Mon Oct 10, 2011 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can recompile FW libraries?
Replies: 23
Views: 5599

Re: Prototype missing?

from the harbour doc, harbour vs xharbour ### C LEVEL COMPATIBILITY ### =================================== The main difference between Harbour and xHarbour in public C API is in value quantifiers. Harbour fully respect 'const' variable attribute and does not remove it from returned values. It helps...
by carlos vargas
Sun Oct 02, 2011 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prototype missing?
Replies: 35
Views: 8068

Re: Prototype missing?

Enrico, this api no exist in xharbour. int hb_parvni( int iParam, int n ) { return hb_parni( iParam, n ); } LONG hb_parvnl( int iParam, int n ) { return hb_parnl( iParam, n ); } const char * hb_parvc( int iParam, int n ) { return hb_parc( iParam, n ); } void hb_storvnl( LONG lValue, int iParam, int ...
by carlos vargas
Sun Oct 02, 2011 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prototype missing?
Replies: 35
Views: 8068

Re: Canal5 y FWH 11.05

José,

Cambia hb_storni(...) por hb_storvni(...), y hb_parnl(...) por hb_parvnl(...)
by Antonio Linares
Fri Jul 22, 2011 1:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Canal5 y FWH 11.05
Replies: 14
Views: 4968
Next

Return to advanced search