Search found 44 matches: suppress

Return to advanced search

Re: De xHarbour a Harbour error en TWord

... y asegurarme de que el error esté en otro lugar. Elimine /L de la BANDERA(Flag) de compilación para que sepamos dónde está el ERROR correcto. /l suppress line number information Called from: .\socios.PRG => FUSIONWORD( 0 ) // Quiero la línea correcta aquí. SOCIOS.PRG Called from: .\socios.PRG ...
by karinha
Sat Jul 15, 2023 1:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour error en TWord (Resuelto...casi)
Replies: 12
Views: 395

Re: error al personalizar hoja de excel despues de toexcel()

... Ó: .prg.obj:$(HBDIR)\bin\harbour $< /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include >log-prg.txt  /l suppress line number information Regards, saludos.
by karinha
Thu Nov 24, 2022 12:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al personalizar hoja de excel despues de toexcel()
Replies: 9
Views: 1158

Xbase++ :lockUpdate() -> Fivewin ?

...     // for all Controls   NEXT   oSelf:lockUpdate(.F.)   oSelf:invalidateRect()RETURN Question : a.) how can i suppress Screen "Output" while resize Control under Fivewin :?: b.) under Xbase++ all Controls are "repaint" using invalidateRect() ...
by Jimmy
Sat Nov 12, 2022 2:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbase++ :lockUpdate() -> Fivewin ?
Replies: 10
Views: 759

Re: Harbour warnings

cnavarro wrote:Enrico, I can't reproduce what you say. I use buildh.bat from the fivewin folder, in which this line appears
%hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include; /w /p %2 %3 > comp.log 2> warnings.log


Please remove /w switch. I don't want to suppress all the /w3 warnings.

EMG
by Enrico Maria Giordano
Sat Jun 25, 2022 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2316

Re: Harbour warnings

... #include file search path /j[<file>] output i18n support [to <file>] to .hil /k compilation mode (type -k? for more data) /l suppress line number information /m compile module only /n[<type>] no implicit starting procedure (default) <type>: 0=no implicit starting ...
by hmpaquito
Fri Jun 24, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2316

Re: Harbour warnings

Thank you, but I don't want to suppress all the compiler warnings, only this one:

Code: Select all  Expand view
Warning W0004  Codeblock parameter 'SELF' declared but not used in function 'MAIN'


Please note that there is nothing visible in the source code that can cause that warning.

EMG
by Enrico Maria Giordano
Fri Jun 24, 2022 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2316

Harbour warnings

Hi all! How to suppress this unuseful warning without suppress all the warnings using Harbour? With xHarbour we have -wb- compiler switch. #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oDlg    ...
by Enrico Maria Giordano
Thu Jun 23, 2022 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2316

Re: Rowset failure

Please try oCn:lSilent := .t.  But we advise it is not desirable to suppress such messages. If the user sees this message, he will check his internet and cables. If he does not see this message, he will not know why the program is not functioning or malfunctioning. ...
by nageswaragunupudi
Thu Mar 18, 2021 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset failure
Replies: 2
Views: 498

Re: Número de Línea en errsys

Como muy bien dice el compañero, fíjate si en la linea de compilación con Harbour, tienes
-l suppress line number information

si es así, quitalo
by cnavarro
Wed Dec 30, 2020 1:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Número de Línea en errsys (SOLUCIONADO)
Replies: 4
Views: 482

Re: mod_harbour what to install

... Could not reliably determine the server's fully qualified domain name, using fe80::2c75:11f9:8ec:d9f0. Set the 'ServerName' directive globally t o suppress this message (OS 10048)Normalmente Ú permitida apenas uma utilizaþÒo de cada endereþo de soqu ete (protocolo/endereþo de rede/porta). : AH00072: ...
by wartiaga
Tue Jul 02, 2019 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7043

Re: Redirected Printers

Anybody know how to suppress this dialog when calling a printer in fivewin?
If the printer you call out doesn't exist, it will popup.
It behaves differently on Windows 10, then on Windows 7.

Image
by byron.hopp
Wed Apr 04, 2018 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Redirected Printers
Replies: 1
Views: 451

Redirected Printers

... Laserjet 400DNE (redirected1)' When utilizing printers within RDP if it has the (redirected1) this Printer Setup dialog always pop's up. Anyway to suppress this from happening? Thanks, Byron ...
by byron.hopp
Tue Apr 03, 2018 11:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Redirected Printers
Replies: 1
Views: 451

Re: Harbour 3.2 Borland 7 32bits 2018/01/27

Enrico, I don't think that is a bug as it is reported as a warning Still I think it's a bug. Anyway, is there a way to suppress it? Anyhow the right place to report it is in the Harbour developers group at: https://groups.google.com/forum/#!forum/harbour-devel thanks It ...
by Enrico Maria Giordano
Sun Jan 28, 2018 8:13 am
 
Forum: WhatsNew / Novedades
Topic: Harbour 3.2 Borland 7 32bits 2018/01/27
Replies: 9
Views: 2900

Re: A problem with warnings

I don't know how to do it with a command line switch either, but with the pragmas I noted this will suppress the message for the specific section of effected code. Depending on code organization this can be a hassle to add, but does this not do what you want? #pragma WARNINGLEVEL ...
by rhlawek
Wed Jun 21, 2017 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with warnings
Replies: 15
Views: 2581
Next

Return to advanced search