Search found 545 matches: warnings

Return to advanced search

Re: twebview2

... fwhdir=c:\fwh24_09 ECHO Compiling... %xhbdir%\bin\xhb %1 /n /w /p /i%fwhdir%\include;%xhbdir%\include;%xhbdir%\c_include > compiler.log 2> warnings.log IF ERRORLEVEL 1 GOTO COMPILERERROR: @type compiler.log @type warnings.log IF EXIST %1.rc %xhbdir%\bin\xrc -r -d__FLAT__ -i%xhbdir%\c_include ...
by russimicro
Sun Nov 10, 2024 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: twebview2
Replies: 18
Views: 649

Re: España: Normativa sancionadora sistemas informáticos

... usas el command line que puse o quizás lo has tratado de simplificar. Tirando de memoria, creo que alguno de los parámetros es necesario para que warnings en la firma no tiren abajo la comunicacion. Concretamente, creo recordar, que era el parámetro -k, aunque yo te sugiero usar TODOS los parámetros, ...
by paquitohm
Fri Oct 18, 2024 9:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 332
Views: 54900

Re: Compile with FW August 2024

-O2 has nothing to do with warnings. It means "optimized for speed".
by Enrico Maria Giordano
Fri Sep 27, 2024 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 681

Re: Compile with FW August 2024

Antonio,

Remember that they are PRG modules. Anyway, I tried to rename it calldll.prg and compile it with MSC32, MSC64, BCC32 and BCC64: no warnings.
by Enrico Maria Giordano
Thu Sep 26, 2024 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 681

Re: TSBROWSE - TSBUTTON 64 bits

... *') hOldBrush = SelectObject( hDC, hBrush ) ; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ fatal error: too many errors emitted, stopping now [-ferror-limit=] 21 warnings and 20 errors generated. hbmk2[sbutton]: Error: Running C/C++ compiler. 1 bcc64.exe -c -q -Ic:\borland7764\INCLUDE\windows\crtl -Ic:\borland7764\INCLUDE\windows\sdk ...
by Cgallegoa
Mon Sep 23, 2024 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSBROWSE - TSBUTTON 64 bits
Replies: 2
Views: 189

Re: how to Setup FWH 32bit and FWH64 64 Bit right

... line 113: #include c:\bcc770\INCLUDE\windows\sdk\shlobj_core.h *** 1 errors in Compile *** it seems me BCC 7.7 Warnings, but even when SET -w-inl it does not build *.EXE i´m total confused what is going on, is it 32 Bit BCC 7.7, OLD Harbour 32 Bit Version or ...
by Jimmy
Sat Sep 21, 2024 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to Setup FWH 32bit and FWH64 64 Bit right
Replies: 6
Views: 318

Re: GOT 64 Bit Version running

hi, I tried your sample with MSC32, MSC64, BCC32 and BCC64: no errors nor warnings. Can I see your compile batch? showerr.bat    set bcc=bcc770    set path=c:\%bcc%\bin    set HB_USER_CFLAGS=-Ic:\%bcc%\INCLUDE\windows\crtl -Ic:\%bcc%\INCLUDE\windows\sdk -Lc:\%bcc%\LIB  ...
by Jimmy
Sat Sep 21, 2024 3:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GOT 64 Bit Version running
Replies: 20
Views: 1161

Re: GOT 64 Bit Version running

I tried your sample with MSC32, MSC64, BCC32 and BCC64: no errors nor warnings. Can I see your compile batch?
by Enrico Maria Giordano
Fri Sep 20, 2024 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GOT 64 Bit Version running
Replies: 20
Views: 1161

Re: GOT 64 Bit Version running

Sorry, I can't see any errors, only warnings you can safely ignore. YES, only 2 Warning but on End i got hbmk2[testx32]: Error: Running C/C++ compiler. 2 and NO 32 Bit *.EXE are generated i use this *.HBP -gui -mt -w-inl DUALGRID.PRG TGRID.PRG ...
by Jimmy
Wed Sep 18, 2024 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GOT 64 Bit Version running
Replies: 20
Views: 1161

Re: GOT 64 Bit Version running

Sorry, I can't see any errors, only warnings you can safely ignore.
by Enrico Maria Giordano
Wed Sep 18, 2024 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GOT 64 Bit Version running
Replies: 20
Views: 1161

Re: problem with 24.07

... set bcdir=c:\borland\bcc770 set fwh=%FWDIR% %hdir%\bin\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 %1.c > b32.bc ...
by kajot
Fri Aug 16, 2024 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with 24.07
Replies: 12
Views: 1920

Re: Compilar Harbour modo Consola 64bits

Please set harbour warnings to the highest level (-w3). That way, you will find some errors in your code (oServer is not declared nor assigned in DemoMySql() function).
by Enrico Maria Giordano
Sun Jun 02, 2024 6:50 am
 
Forum: FiveWin para CA-Clipper
Topic: Compilar Harbour modo Consola 64bits
Replies: 33
Views: 3736

Re: Silvo .. changes to your xMate environment

... combination. You are the man! %hdir%\bin\harbour %1 /m /n /gc3 /w3 /es0 /i%fwh%\include;%hdir%\include /w0 -wb- /p %2 %3 > comp.log 2> warnings.log This is far from perfect. The recommended switch is /es2, as if it will force you to fix the warnings. /es0 can be a workaround with legacy ...
by Enrico Maria Giordano
Tue Apr 30, 2024 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 2284

Re: Silvo .. changes to your xMate environment

... 'BMPTILED(122)' The sample should be corrected. Replace this: local nRow := 0, nCol := 0, n with: local nRow := 0, nCol And you shold not have any warnings. Fixing the warnings is very important as they can hide serious problem in the code, so I don't recommend to silence them.
by Enrico Maria Giordano
Tue Apr 30, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 2284

Re: Silvo .. changes to your xMate environment

... it and upload it to my Mega Upload. Use XHARBOUR, never HARBOUR. If you are using xHarbour you can just add -wb- compiler switch to suppress those warnings. Enrico, donde pongo el -wb- ? %hdir%\bin\harbour JIMMYSKI -wb- /n /m /w /es2 /gc3  /i%fwhdir%\include;%hdir%\include;%bcdir%\include ...
by karinha
Tue Apr 30, 2024 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 2284
Next

Return to advanced search

cron