FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Wbrowse de Hernan modificado xHarbour BCC
Posts: 17
Joined: Wed Nov 08, 2023 02:58 PM
Wbrowse de Hernan modificado xHarbour BCC
Posted: Mon Jun 23, 2025 10:48 PM

Olá!!!

MAKE Version 5.43 Copyright (c) 1987, 2019 Embarcadero Technologies, Inc.

Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.

source\WBRWLINE.C:

Warning W8071 source\WBRWLINE.C 216: Conversion may lose significant digits in function PaintTheLine

Warning W8084 source\WBRWLINE.C 266: Suggest parentheses to clarify precedence in function PaintTheLine

Warning W8071 source\WBRWLINE.C 273: Conversion may lose significant digits in function PaintTheLine

Warning W8071 source\WBRWLINE.C 325: Conversion may lose significant digits in function PaintTheLine

Warning W8071 source\WBRWLINE.C 331: Conversion may lose significant digits in function PaintTheLine

Warning W8071 source\WBRWLINE.C 338: Conversion may lose significant digits in function PaintTheLine

Warning W8071 source\WBRWLINE.C 373: Conversion may lose significant digits in function PaintTheLine

Warning W8080 source\WBRWLINE.C 713: 'pEvalOld' is declared but never used in function PaintTheLine

Warning W8080 source\WBRWLINE.C 713: 'lColor' is declared but never used in function PaintTheLine

Warning W8080 source\WBRWLINE.C 713: 'wCol' is declared but never used in function PaintTheLine

Warning W8080 source\WBRWLINE.C 713: 'wRow' is declared but never used in function PaintTheLine

Warning W8080 source\WBRWLINE.C 713: 'bmp' is declared but never used in function PaintTheLine

Warning W8071 source\WBRWLINE.C 725: Conversion may lose significant digits in function HB_FUN_WBRWSELBOX

Warning W8071 source\WBRWLINE.C 726: Conversion may lose significant digits in function HB_FUN_WBRWSELBOX

Warning W8071 source\WBRWLINE.C 727: Conversion may lose significant digits in function HB_FUN_WBRWSELBOX

Warning W8071 source\WBRWLINE.C 788: Conversion may lose significant digits in function HB_FUN_WBRWLINE

Warning W8071 source\WBRWLINE.C 843: Conversion may lose significant digits in function HB_FUN_WBRWLINE

Warning W8071 source\WBRWLINE.C 886: Conversion may lose significant digits in function HB_FUN_WBRWLINE

Warning W8071 source\WBRWLINE.C 886: Conversion may lose significant digits in function HB_FUN_WBRWLINE

Warning W8071 source\WBRWLINE.C 886: Conversion may lose significant digits in function HB_FUN_WBRWLINE

Warning W8071 source\WBRWLINE.C 886: Conversion may lose significant digits in function HB_FUN_WBRWLINE

Warning W8080 source\WBRWLINE.C 901: 'box' is declared but never used in function HB_FUN_WBRWLINE

Warning W8071 source\WBRWLINE.C 960: Conversion may lose significant digits in function HB_FUN_WBRWRECT

Warning W8071 source\WBRWLINE.C 972: Conversion may lose significant digits in function HB_FUN_WBRWRECT

Warning W8071 source\WBRWLINE.C 978: Conversion may lose significant digits in function HB_FUN_WBRWRECT

Warning W8071 source\WBRWLINE.C 979: Conversion may lose significant digits in function HB_FUN_WBRWRECT

Warning W8071 source\WBRWLINE.C 1076: Conversion may lose significant digits in function HB_FUN_WBRWPANE

Warning W8071 source\WBRWLINE.C 1090: Conversion may lose significant digits in function HB_FUN_WBRWPANE

Warning W8071 source\WBRWLINE.C 1144: Conversion may lose significant digits in function HB_FUN_WBRWPANE

Warning W8071 source\WBRWLINE.C 1151: Conversion may lose significant digits in function HB_FUN_WBRWPANE

Warning W8071 source\WBRWLINE.C 1242: Conversion may lose significant digits in function HB_FUN_WBRWPANE

Warning W8071 source\WBRWLINE.C 1242: Conversion may lose significant digits in function HB_FUN_WBRWPANE

Warning W8071 source\WBRWLINE.C 1256: Conversion may lose significant digits in function HB_FUN_WBRWPANE

Warning W8071 source\WBRWLINE.C 1257: Conversion may lose significant digits in function HB_FUN_WBRWPANE

Warning W8080 source\WBRWLINE.C 1306: 'box' is declared but never used in function HB_FUN_WBRWPANE

Warning W8071 source\WBRWLINE.C 1322: Conversion may lose significant digits in function HB_FUN_WBRWSET

Warning W8071 source\WBRWLINE.C 1323: Conversion may lose significant digits in function HB_FUN_WBRWSET

Warning W8071 source\WBRWLINE.C 1324: Conversion may lose significant digits in function HB_FUN_WBRWSET

Warning W8071 source\WBRWLINE.C 1350: Conversion may lose significant digits in function WBrwRowsC

Warning W8071 source\WBRWLINE.C 1388: Conversion may lose significant digits in function HB_FUN_WBRWSCRL

Warning W8071 source\WBRWLINE.C 1545: Conversion may lose significant digits in function FW_DrawBitmapCenter

Warning W8071 source\WBRWLINE.C 1552: Conversion may lose significant digits in function FW_DrawBitmapCenter

Warning W8071 source\WBRWLINE.C 1561: Conversion may lose significant digits in function FW_DrawBitmapCenter

Warning W8071 source\WBRWLINE.C 1564: Conversion may lose significant digits in function FW_DrawBitmapCenter

Warning W8080 source\WBRWLINE.C 1836: 'rctReal' is declared but never used in function HB_FUN_TWRESTSCREEN

Warning W8075 source\WBRWLINE.C 1869: Suspicious pointer conversion in function HB_FUN_TWHEADERACTION

I'm having this error when trying to compile Browse Hernan.

Can you help me?

estou tendo esse erro ao tentar compilar Browse Hernan.

Consegue me ajudar

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Wbrowse de Hernan modificado xHarbour BCC
Posted: Tue Jun 24, 2025 10:56 AM

They are all warnings, you can safely ignore them. Otherwise, you would have to fix those warnings in wbrwline.c.

Continue the discussion