Search found 100 matches: unused

Return to advanced search

FiveWin 64 Bit Environment Settings

... c:\fwh64\samples\buildh.bat i have modify Settings for my Environment but do not understand Error when compile / link bcc64.exe: warning: argument unused during compilation: '-e 32or64.exe' ... Fatal: Unable to open file '32OR64.OBJ' * Linking errors * need some Help please @ECHO OFFCLSECHO ┌────────────────────────────────────────────────────────────────────────────┐ECHO ...
by Jimmy
Thu Jul 21, 2022 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin 64 Bit Environment Settings
Replies: 7
Views: 486

Re: Harbour warnings

What Antonio suggests here actually works: ACTIVATE DIALOG oDlg;           ON INIT ( Self := Self, MSGINFO() ) ;           CENTER  But this does not, primarily because hb_symbol_unused() is defined in fivewin.ch after "dialog.ch" is included in fivewin.ch ACTIVATE DIALOG oD...
by rhlawek
Sat Jun 25, 2022 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2316

Re: Harbour warnings

Yes, unfortunately. I know inserting this throughout any code base could be a hassle but, yes, this is exactly what I have done. If I cant' fix something just via code (always my preference) I may hide the error using an HB_SYMBOL_UNUSED() call at the end of a func/proc and only use the pragma as a...
by Enrico Maria Giordano
Fri Jun 24, 2022 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2316

Re: Harbour warnings

Yes, unfortunately. I know inserting this throughout any code base could be a hassle but, yes, this is exactly what I have done. If I cant' fix something just via code (always my preference) I may hide the error using an HB_SYMBOL_UNUSED() call at the end of a func/proc and only use the pragma as a ...
by rhlawek
Fri Jun 24, 2022 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2316

Re: compilacion en harbour

muchas gracias por responder le pongo := y me da el mismo error , es mas le inclui
HB_SYMBOL_UNUSED( LL_DVERR2 )
y me sigue dando el mismo error
que hago ?
gracias
by wilsongamboa
Mon May 03, 2021 5:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: compilacion en harbour
Replies: 9
Views: 1105

New FTDN August/Agosto 2020 (FWH 20.08)

... a View also and returns SQL to create the view. - Enhanced method SaveToDBF( cTable/cSql, cDbf/cNewAlias, lForUpdate ) If the 2nd parameter is an unused alias name, a temporary dbf with that alias is created with the data. This can be used for editing, appending and then updating the table with ...
by Antonio Linares
Sun Sep 20, 2020 11:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2299

Re: Procedure FW_GT que no existe en Fivewin.ch

Antonio

Este es el lugar donde se produce la falta del Procedure

Fivewin.ch
=========
.
.
.
80 #ifdef __HARBOUR__
81 #define HB_SYMBOL_UNUSED( symbol ) ( symbol := ( symbol ) )
82 #ifndef __XHARBOUR__
83 REQUEST FW_GT <--- OjO
84 #endif
85 #endif
.
.
.
by Armando_Picon
Tue May 26, 2020 11:19 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Procedure FW_GT que no existe en Fivewin.ch
Replies: 6
Views: 1382

Re: Error al sobrecargar un metodo de una clase.

Hola José, Te paso el contenido del archivo xhbcls.ch: #ifndef XHB_CLS__CH_ #define XHB_CLS__CH_ #ifdef __HARBOUR__ #ifndef __XHARBOUR__ #include "hboo.ch" #xtranslate __xhb_cls_scope( <scope>, .T. ) => <scope> + HB_OO_CLSTP_PERSIST #xtranslate __xhb_cls_scope( <scope>...
by EBM
Fri Nov 01, 2019 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al sobrecargar un metodo de una clase. (Solucionado)
Replies: 6
Views: 722

Re: @Uwe Install program for mod harbour

... on restart. I'm still working on the setup to change colors and other settings. For the moment the dialog is still empty The help-button is still unused. We can add a submenu to collect different useful infos. best regards Uwe :lol:
by ukoenig
Tue Oct 01, 2019 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: @Uwe Install program for mod harbour
Replies: 20
Views: 3697

Re: Rpreview issues - PDF

I think image2pdf do the same think of my code but: without libharu and removing the redundant and unused commands, may be should be interesting compare the PDF result, almost the not binary part... And I think that MSWord convert the EMF in word (lines, text-box) and then ...
by AntoninoP
Wed May 08, 2019 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7328

Fivewin.ch - Fwh8.01

Antonio En un post que escribì, comento que estoy volviendo a programar con Fivewin. Superè el tema de la construccion de una libreria propia, con pequeños programitas que normalmente utilizaba, pero ahora con Harbour (antes utilizaba xHarbour). En el presente, al intentar generar mis aplicaciones, ...
by Armando Picon
Wed Apr 24, 2019 6:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin.ch - Fwh8.01
Replies: 1
Views: 427

Re: printing several pages

... it work correct. First we used nCol and nRow in pixels, but with the new lib it works with lines? Here is the addapted code. I also removed some unused variables. Can you use the same approach for a line or rectangle. The only problem I see now if I use oSay:setBezeled(.t.,.f.). The text does ...
by plantenkennis
Fri Oct 12, 2018 3:25 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing several pages
Replies: 23
Views: 7060

Re: Como cierro las tablas abiertas en MySql

Solucionado!! Del manual de MySql: MySQL closes an unused table and removes it from the table cache under the following circunstances: When the cache is full and a thread tries to open a table that is not in the cache. When the cache contains more ...
by EBM
Fri Jun 22, 2018 8:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como cierro las tablas abiertas en MySql
Replies: 1
Views: 505

Re: access to window via its :hwnd

Here is the "calling program" = babu.prg modified After that is the "dll program" = babudll.prg modified you may want to remove the altd() breaks and the reference to the external debugging libraries. REQUEST HB_GT_WIN REQUEST HB_GT_WIN_DEFAULT ***********************************...
by don lowenstein
Sat Jan 06, 2018 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1776

Re: Bloated EXEs (reprise)

Allright, but note what increase problem is no a fwh problem or harbour problem: it's a C linker problem No, it isn't. If I remove or add an unused lib from the list, the EXE size doesn't change. EMG No, it isn't ?? :shock: Building exe is task of linker. If exe no decrease on remove lib is ...
by hmpaquito
Tue Jul 25, 2017 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs (reprise)
Replies: 33
Views: 5089
Next

Return to advanced search