by hua » Thu Sep 15, 2016 3:58 am
While migrating some module to Harbour this issue crop up again. This time I was attempting to compile TSBrowse 9 with Harbour.
Any pointers?
- Code: Select all Expand view
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
..\source\function\TSBFUNCS.C:
Error E2238 \harbour\harbour\include\clipdefs.h 80: Multiple declaration for 'WORD'
Error E2344 \harbour\bcc55\include\windef.h 155: Earlier declaration of 'WORD'
Error E2238 \harbour\harbour\include\clipdefs.h 82: Multiple declaration for 'PWORD'
Error E2344 \harbour\bcc55\include\windef.h 164: Earlier declaration of 'PWORD'
Error E2238 \harbour\harbour\include\clipdefs.h 102: Multiple declaration for 'BOOL'
Error E2344 \harbour\bcc55\include\windef.h 153: Earlier declaration of 'BOOL'
Error E2238 \harbour\harbour\include\clipdefs.h 105: Multiple declaration for 'PBOOL'
Error E2344 \harbour\bcc55\include\windef.h 158: Earlier declaration of 'PBOOL'
Error E2238 \harbour\harbour\include\clipdefs.h 114: Multiple declaration for 'HANDLE'
Error E2344 \harbour\bcc55\include\winnt.h 335: Earlier declaration of 'HANDLE'
Error E2293 ..\source\function\TSBFUNCS.C 19: ) expected
Error E2293 ..\source\function\TSBFUNCS.C 20: ) expected
Error E2314 ..\source\function\TSBFUNCS.C 72: Call of nonfunction in function HB_FUN_TSDRAWCELL
Error E2314 ..\source\function\TSBFUNCS.C 73: Call of nonfunction in function HB_FUN_TSDRAWCELL
Error E2314 ..\source\function\TSBFUNCS.C 74: Call of nonfunction in function HB_FUN_TSDRAWCELL
Warning W8065 ..\source\function\TSBFUNCS.C 182: Call to function 'DrawBitmap' with no prototype in function HB_FUN_TSDRAWCELL
Warning W8065 ..\source\function\TSBFUNCS.C 190: Call to function 'DrawBitmap' with no prototype in function HB_FUN_TSDRAWCELL
Warning W8065 ..\source\function\TSBFUNCS.C 192: Call to function 'DrawMasked' with no prototype in function HB_FUN_TSDRAWCELL
Warning W8065 ..\source\function\TSBFUNCS.C 199: Call to function 'DrawBitmap' with no prototype in function HB_FUN_TSDRAWCELL
Warning W8065 ..\source\function\TSBFUNCS.C 207: Call to function 'DrawBitmap' with no prototype in function HB_FUN_TSDRAWCELL
Warning W8065 ..\source\function\TSBFUNCS.C 209: Call to function 'DrawMasked' with no prototype in function HB_FUN_TSDRAWCELL
Warning W8004 ..\source\function\TSBFUNCS.C 306: 'nAlign' is assigned a value that is never used in function HB_FUN_TSDRAWCELL
Warning W8019 ..\source\function\TSBFUNCS.C 408: Code has no effect in function HB_FUN_TSBRWHSCROLL
Error E2379 ..\source\function\TSBFUNCS.C 408: Statement missing ; in function HB_FUN_TSBRWHSCROLL
Error E2140 ..\source\function\TSBFUNCS.C 409: Declaration is not allowed here in function HB_FUN_TSBRWHSCROLL
Error E2140 ..\source\function\TSBFUNCS.C 410: Declaration is not allowed here in function HB_FUN_TSBRWHSCROLL
Error E2140 ..\source\function\TSBFUNCS.C 412: Declaration is not allowed here in function HB_FUN_TSBRWHSCROLL
Error E2140 ..\source\function\TSBFUNCS.C 413: Declaration is not allowed here in function HB_FUN_TSBRWHSCROLL
Error E2451 ..\source\function\TSBFUNCS.C 423: Undefined symbol 'wCols' in function HB_FUN_TSBRWHSCROLL
Error E2314 ..\source\function\TSBFUNCS.C 569: Call of nonfunction in function DrawCheck
Error E2314 ..\source\function\TSBFUNCS.C 570: Call of nonfunction in function DrawCheck
Error E2314 ..\source\function\TSBFUNCS.C 571: Call of nonfunction in function DrawCheck
Error E2314 ..\source\function\TSBFUNCS.C 572: Call of nonfunction in function DrawCheck
Error E2228 ..\source\function\TSBFUNCS.C 572: Too many error or warning messages in function DrawCheck
*** 26 errors in Compile ***
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour