Search found 527 matches: warnings

Return to advanced search

Re: How to build Harbour 32 & 64 bits

Enrico Maria Giordano wrote:I confirm the warnings. I fix them in my local copy


If you want the fixed dirread.c just write me an email.
by Enrico Maria Giordano
Thu Nov 23, 2023 6:28 pm
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 32870

Re: How to build Harbour 32 & 64 bits

I confirm the warnings. I fix them in my local copy but now there are others in zutil.h. You can ignore them with

Code: Select all  Expand view
win-make clean install HB_USER_CFLAGS="-w- -w!-"


Or wait for the Harbour developer to fix them. I already have a pull request pending but they seems not to be interested. :-(
by Enrico Maria Giordano
Thu Nov 23, 2023 6:25 pm
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 32870

Re: How to build Harbour 32 & 64 bits

They are warnings, not errors. Can I see the batch you are using to build Harbour, so I can test it here?
by Enrico Maria Giordano
Thu Nov 23, 2023 3:29 pm
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 32870

Re: Testing Harbour -gc3 flag

... is code readble :D Lailton, con xHarbour: %hdir%\bin\harbour %1 -n -m -w -es2 -gc3 /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log ERROR: Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc. LAILTON.c: Error E2380 LAILTON.c 56: Unterminated ...
by karinha
Sat Nov 18, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4318

Re: FWH 3.10 - problem with positioning dialog box

Dear Michel,

glad to know the problem is solved

In FWH 23.10 we have removed many warnings, code has been simplified, thus it is possible this change in the behavior

many thanks for your great feedback
by Antonio Linares
Thu Nov 16, 2023 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 242

Re: xHarbour.org updated!

Then use the first option. The compiler switch to disable that kind of warnings should be

Code: Select all  Expand view
-w-sus
by Enrico Maria Giordano
Thu Oct 26, 2023 8:20 am
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 155
Views: 37220

Re: xHarbour.org updated!

Unfortunately, the code is part of Fastreport and I don't have the knowledge to resolve it, but it seems to me that it may be linked to something that changed between the previous and the current version of xharbour, as the warnings appeared, but never caused a problem.

Thanks
by tiaofw
Thu Oct 26, 2023 12:42 am
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 155
Views: 37220

Re: xHarbour.org updated!

They are warnings not errors. You can:

- disable those warnings using a compiler switch (not recommended)
- fixed those warnings in the code (recommended)
by Enrico Maria Giordano
Wed Oct 25, 2023 3:51 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 155
Views: 37220

Re: xHarbour.org updated!

... Error: Unresolved external 'utime(const char *, utimbuf *)' referenced from C:\ROOT\XHB10274_BCC760\LIB\HBZIP.LIB|zipplatform 0 Files, 0 Warnings, 3 Errors Compile time: 0.00s Link time: 1.29s Total time: 1.35s http://fivewin.com.br/index.php?/topic/37970-bcc760-e-xharbour-pbcc760/ ...
by karinha
Fri Sep 15, 2023 1:05 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 155
Views: 37220

Re: FindReplace Dialog Unicode

hi Antonio,
Antonio Linares wrote:Does it work fine inspite of those warnings ?

have test it and it FAIL when use #define UNICODE :(
it does not find anything any more ...
by Jimmy
Wed Jul 19, 2023 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FindReplace Dialog Unicode
Replies: 2
Views: 147

Re: FindReplace Dialog Unicode

Dear Jimmy,

Does it work fine inspite of those warnings ?
by Antonio Linares
Wed Jul 19, 2023 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FindReplace Dialog Unicode
Replies: 2
Views: 147

Ruta no especificada al compilar

... if exist c:\bcc64 set bcdir=c:\bcc64 %hdir%\bin\win\bcc\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log if errorlevel 1 goto COMPILEERRORS @type comp.log @type warnings.log echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include -I%fwh%\include ...
by EASYSOFT
Wed Jul 12, 2023 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 190

Re: build Import LIB from LibPQ.DLL

... starts with '_' -c Case sensitive symbols -f Force imports by name (with hints) -s Don't convert stdcall names from Microsoft mangling -w No Warnings ! Note : i have LibPQ. DLL (32/64 Bit) and want to build a "Import" LIB to use it with Fivewin
by Jimmy
Mon Jun 19, 2023 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2808

Re: Crear HBSSL.LIB con CMS para firma de Xml

... starts with '_' -c Case sensitive symbols -f Force imports by name (with hints) -s Don't convert stdcall names from Microsoft mangling -w No Warnings Respfile may contain a list of source files to process. Wildcards are ok for .DLL and .DEF file names. Parece que -a Ahora a ver como darle ...
by Antonio Linares
Sat Jun 03, 2023 7:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear HBSSL.LIB con CMS para firma de Xml
Replies: 24
Views: 1179

Re: Crear HBSSL.LIB con CMS para firma de Xml

Al construir Harbour hbssl me aparecen muchos warnings W8080 que finalmente procesa como error He conseguido deshabilitar este warning modificando hbssl.hbm y añadiendo esto: -cflag+=-w-8080 tambien he añadido estas líneas en hbssl.hbp: -depimplibs=openssl:../bin/libcrypto-3.dll ...
by Antonio Linares
Sat Jun 03, 2023 6:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear HBSSL.LIB con CMS para firma de Xml
Replies: 24
Views: 1179
Next

Return to advanced search