Search found 50 matches: reta

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: 278

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: 278

Re: clipdefs.h 80: Multiple declaration for 'WORD'

/* * $Id: hbundoc.api 14673 2010-06-03 14:48:23Z vszakats $ */ /* * Harbour Project source code: * Compatibility header file for undocumented C API functions * * Copyright 1999-2001 Viktor Szakats (harbour.01 syenar.hu) * www - http://harbour-project.org * * This program is free software; you can re...
by Compuin
Fri Apr 14, 2017 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clipdefs.h 80: Multiple declaration for 'WORD'
Replies: 9
Views: 1967

Modifications on TListView

Hello, In my version of FW I made some modification that I think can be useful to others too. 1) In METHOD Paint() CLASS TListView I substituted: FillRect( ::hDC, GetClientRect( ::hWnd ), ::oBrush:hBrush ) with ::PaintBack( ::hDC ) to allow transparent ListView. In this case ...
by AntoninoP
Mon Jun 15, 2015 10:52 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Modifications on TListView
Replies: 2
Views: 1121

Problem compiling testtool.prg

Hello. I have a problem trying to compile the testtool.prg I'm receiving some errors from the xharbor.com compiler inside the c source. Someone knows how can I make ? Thanks a lot. Massimo // Testing Windows ToolHelp.dll #include "FiveWin.ch" //---------------------------------------------...
by Massimo Linossi
Fri Sep 19, 2014 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem compiling testtool.prg
Replies: 0
Views: 502

Return to Harbour matrix C

Help in Linux with FiveLinux and Harbour t:=fEstructura_Tabla() msgalert(len(t)) <----- Return 2 msgalert(t[1]) <-----Returns NIL instead of "nombre" # pragma BEGINDUMP #include <hbapi.h> HB_FUNC (FESTRUCTURA_TABLA) { const char* cNombreCampo = "nombre"; const char* c...
by jgayoso
Thu Aug 28, 2014 8:50 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Return to Harbour matrix C
Replies: 1
Views: 1026

Retorno de matriz de C a Harbour

Ayuda, en Linux con FiveLinux y Harbour t:=fEstructura_Tabla() msgalert(len(t)) <--------- Retorno 2 msgalert(t[1]) <--------- Retorna NIL en vez de "nombre" # pragma BEGINDUMP #include <hbapi.h> HB_FUNC (FESTRUCTURA_TABLA) { const char* cNombreCampo = "nombre"; const...
by jgayoso
Thu Aug 28, 2014 8:46 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Retorno de matriz de C a Harbour
Replies: 1
Views: 867

Devolver un array de arrays desde c

Hola

Quiero devolver un array desde una función de c qu sea asi:

{{22,33},{44,55},{12,13}}

para un array normal sería:

hb_reta(3);

hb_storvni( n1, -1, 1 );
hb_storvni( n2, -1, 2 );
hb_storvni( n3, -1, 3 );

pero no sé anidarlos.

Alguna ayuda?

Gracias
by pgfdz
Wed Aug 27, 2014 10:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Devolver un array de arrays desde c
Replies: 9
Views: 1992

Re: Unico detalle y listo con fwh13

hb_reta( 4);
by xmanuel
Fri Aug 16, 2013 10:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Unico detalle y listo con fwh13
Replies: 1
Views: 514

Unico detalle y listo con fwh13

Tras buscar intensamente por fin logra descargar el borland 5.82 para desarrollo con fwh 13.07 Solo me queda un detalle con la clase de M.Mercado tsbrowse 9-0, que al compilar me da: Warning W8065 TSBFUNCS.C 868: Call to function '_reta' with no prototype in function HB_FUN_ATSBRWPOSRECT Construyend...
by noe aburto
Thu Aug 15, 2013 7:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Unico detalle y listo con fwh13
Replies: 1
Views: 514

Re: Error: Unresolved external 'std::_String_base::_Xran() const

Para Antonio Linares. Tras convencer a una empresa de actualizarse, tengo un problema con este mismo detalle Enlazando contab.exe... Error: Unresolved external '__reta' referenced from C:\AUTOSYS\PRGS\TSBROWSE\LIB\SBROWSEX.LIB|TSBFuncs Error: Unresolved external 'std::_String_base::_Xran() const' re...
by noe aburto
Thu Aug 15, 2013 6:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: Unresolved external 'std::_String_base::_Xran() const
Replies: 3
Views: 737

Re: Error compilar xH123

De igual forma, tambien me indica:

Warning W8065 TSBFUNCS.C 868: Call to function '_reta' with no prototype in function HB_FUN_ATSBRWPOSRECT

Disculpen las molestias, la verdad muy poco de en cuanto a C++
by noe aburto
Thu Aug 15, 2013 5:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilar xH123
Replies: 2
Views: 576

Problemas al crear la libreria TWBROWSE

Estoy intentado crear la libreria TWBROWSE con Harbour 2.0 y FWH 1104 y me dan los siguientes errores: si alguien pudiera ayudarme.... Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland .\source\function\twbrowse\WBRWLINE.C: Error E2356 .\source\function\twbrowse\WBRWLINE.C 38: Type mismat...
by ander7319
Fri Jan 04, 2013 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al crear la libreria TWBROWSE
Replies: 6
Views: 2842

Re: DLL

Kok,

If you comment out the hb_reta() and hb_stor...() calls and do a hb_retnl( <the function call> ) what value do you get from PRG level ?

A zero would mean success
by Antonio Linares
Fri May 25, 2012 11:45 am
 
Forum: FiveWin for Pocket PC
Topic: DLL
Replies: 59
Views: 96203

Re: DLL

#pragma BEGINDUMP #include <windows.h> #include <hbapi.h> LONG GetReaderInfo( LPWSTR ,LPWSTR ,LPWSTR ,LPWSTR ,LPWSTR ) ; LPWSTR AnsiToWide( LPSTR ); HB_FUNC( GETREADERINFO ) { LPWSTR ComAdr = AnsiToWide( (char *) hb_parc( 1 ) ); LPWSTR VersionInfo = AnsiToWide( (char *) hb_parc( 2 ) ); L...
by Antonio Linares
Thu May 24, 2012 2:55 pm
 
Forum: FiveWin for Pocket PC
Topic: DLL
Replies: 59
Views: 96203
Next

Return to advanced search

cron