Search found 103 matches: unused

Return to advanced search

Re: Compilar con hmbk2 es complicado, pero...

... Compiling 'test.prg'... Lines 5025, Functions/Procedures 1 Generating C source output to 'test.c'... Done. bcc64.exe: warning: argument unused during compilation: '-Lc:\bcc7764\LIB' [-Wunused-command-line-argument] test.c: hbmk2: Linking... test.exe Turbo Incremental Link64 6.98 Copyright ...
by asesormix
Tue Nov 19, 2024 5:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con hmbk2 es complicado, pero...
Replies: 86
Views: 3770

Re: TSBROWSE - TSBUTTON 64 bits

... Generating C source output to 'TSTSAY.c'... Done. Lines 591, Functions/Procedures 9, pCodes 2729 bcc64.exe: warning: argument unused during compilation: '-Lc:\borland7764\LIB' [-Wunused-command-line-argument] TSBUTTON.c: TSBAR.c: TSGRADIE.c: TSLINES.c: TSRADIO.c: TSTSAY.c: ...
by Cgallegoa
Mon Sep 23, 2024 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSBROWSE - TSBUTTON 64 bits
Replies: 2
Views: 189

Re: What is wrong with 24.07

... output to 'tutor01.c'... Done. Embarcadero C++ 7.70 for Win32 Copyright (c) 2012-2023 Embarcadero Technologies, Inc. bcc32.exe: warning: argument unused during compilation: '-e tutor01.exe' [-Wunused-command-line-argument] tutor01.c: In file included from tutor01.c:7: In file included from c:\harbour64\include\hbvmpub.h:50: ...
by Jimmy
Tue Sep 10, 2024 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is wrong with 24.07
Replies: 13
Views: 884

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

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

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

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

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

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

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

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

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

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

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

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: 9506
Next

Return to advanced search