Having difficulty re-compiling Hernan's TwBrowse class using the FWH 908 with the same batch file I have always used
- Code: Select all Expand view
@ECHO OFF
CLS
c:\xharbour\bin\harbour SOURCE\WBROWSE.PRG /n /i\fwh908\include;c:\xharbour\include /oOBJ\WBROWSE.C
c:\xharbour\bin\harbour SOURCE\TMULTISE.PRG /n /i\fwh908\include;c:\xharbour\include /oOBJ\TMULTISE.C
c:\borland\bcc55\bin\bcc32 -M -c -D__HARBOUR__ -Ic:\xharbour\include -oOBJ\WBROWSE.OBJ OBJ\WBROWSE.C
@del OBJ\WBROWSE.c
c:\borland\bcc55\bin\bcc32 -M -c -D__HARBOUR__ -Ic:\xharbour\include -oOBJ\TMULTISE.OBJ OBJ\TMULTISE.C
@del OBJ\TMULTISE.c
c:\borland\bcc55\bin\bcc32 -M -c -D__HARBOUR__ -Ic:\xharbour\include;c:\fwh908\include -oOBJ\WBRWLINE.OBJ SOURCE\WBRWLINE.C
@del LIB\TWBRW32.LIB
c:\borland\bcc55\bin\tlib c:\twbNOADS\lib\TWBRW32.LIB + OBJ\WBROWSE.OBJ
c:\borland\bcc55\bin\tlib c:\twbNOADS\lib\TWBRW32.LIB + OBJ\WBRWLINE.OBJ
c:\borland\bcc55\bin\tlib c:\twbNOADS\lib\TWBRW32.LIB + OBJ\TMULTISE.OBJ
Here are the errors :
- Code: Select all Expand view
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Copyright 1999-2009, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'SOURCE\WBROWSE.PRG'...
Lines 4113, Functions/Procedures 72
Generating C source output to 'OBJ\WBROWSE.C'...
Done.
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Copyright 1999-2009, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'SOURCE\TMULTISE.PRG'...
Lines 198, Functions/Procedures 6
Generating C source output to 'OBJ\TMULTISE.C'...
Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
OBJ\WBROWSE.C:
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
OBJ\TMULTISE.C:
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
SOURCE\WBRWLINE.C:
Warning W8065 SOURCE\WBRWLINE.C 677: Call to function '_param' with no prototype in function HB_FUN_WBRWSELBOX
Warning W8069 SOURCE\WBRWLINE.C 677: Nonportable pointer conversion in function HB_FUN_WBRWSELBOX
Warning W8065 SOURCE\WBRWLINE.C 760: Call to function '_param' with no prototype in function HB_FUN_WBRWLINE
Warning W8069 SOURCE\WBRWLINE.C 760: Nonportable pointer conversion in function HB_FUN_WBRWLINE
Warning W8065 SOURCE\WBRWLINE.C 772: Call to function '_param' with no prototype in function HB_FUN_WBRWLINE
Warning W8069 SOURCE\WBRWLINE.C 772: Nonportable pointer conversion in function HB_FUN_WBRWLINE
Warning W8065 SOURCE\WBRWLINE.C 820: Call to function '_param' with no prototype in function HB_FUN_WBRWLINE
Warning W8065 SOURCE\WBRWLINE.C 820: Call to function '_param' with no prototype in function HB_FUN_WBRWLINE
Warning W8065 SOURCE\WBRWLINE.C 822: Call to function '_param' with no prototype in function HB_FUN_WBRWLINE
Warning W8065 SOURCE\WBRWLINE.C 825: Call to function '_param' with no prototype in function HB_FUN_WBRWLINE
Warning W8065 SOURCE\WBRWLINE.C 826: Call to function '_param' with no prototype in function HB_FUN_WBRWLINE
Warning W8065 SOURCE\WBRWLINE.C 831: Call to function '_param' with no prototype in function HB_FUN_WBRWLINE
Error E2342 SOURCE\WBRWLINE.C 832: Type mismatch in parameter 'pAtext' (wanted '_HB_ITEM *', got 'int') in function HB_FUN_WBRWLINE
Error E2342 SOURCE\WBRWLINE.C 832: Type mismatch in parameter 'pAsizes' (wanted '_HB_ITEM *', got 'int') in function HB_FUN_WBRWLINE
Error E2342 SOURCE\WBRWLINE.C 832: Type mismatch in parameter 'pAJustify' (wanted '_HB_ITEM *', got 'int') in function HB_FUN_WBRWLINE
Error E2342 SOURCE\WBRWLINE.C 832: Type mismatch in parameter 'pTextColor' (wanted '_HB_ITEM *', got 'int') in function HB_FUN_WBRWLINE
Error E2342 SOURCE\WBRWLINE.C 832: Type mismatch in parameter 'pBkColor' (wanted '_HB_ITEM *', got 'int') in function HB_FUN_WBRWLINE
Error E2342 SOURCE\WBRWLINE.C 832: Type mismatch in parameter 'pFont' (wanted '_HB_ITEM *', got 'int') in function HB_FUN_WBRWLINE
Warning W8065 SOURCE\WBRWLINE.C 843: Call to function '_reta' with no prototype in function HB_FUN_WBRWLINE
Warning W8065 SOURCE\WBRWLINE.C 875: Call to function '_reta' with no prototype in function HB_FUN_AWBRWROWDIM
Warning W8065 SOURCE\WBRWLINE.C 977: Call to function '_reta' with no prototype in function HB_FUN_WBRWRECT
Warning W8065 SOURCE\WBRWLINE.C 1013: Call to function '_param' with no prototype in function HB_FUN_WBRWPANE
Warning W8069 SOURCE\WBRWLINE.C 1013: Nonportable pointer conversion in function HB_FUN_WBRWPANE
Warning W8065 SOURCE\WBRWLINE.C 1014: Call to function '_param' with no prototype in function HB_FUN_WBRWPANE
Warning W8069 SOURCE\WBRWLINE.C 1014: Nonportable pointer conversion in function HB_FUN_WBRWPANE
Warning W8065 SOURCE\WBRWLINE.C 1015: Call to function '_param' with no prototype in function HB_FUN_WBRWPANE
Warning W8069 SOURCE\WBRWLINE.C 1015: Nonportable pointer conversion in function HB_FUN_WBRWPANE
Warning W8065 SOURCE\WBRWLINE.C 1033: Call to function '_param' with no prototype in function HB_FUN_WBRWPANE
Warning W8069 SOURCE\WBRWLINE.C 1033: Nonportable pointer conversion in function HB_FUN_WBRWPANE
Warning W8065 SOURCE\WBRWLINE.C 1042: Call to function '_param' with no prototype in function HB_FUN_WBRWPANE
Warning W8069 SOURCE\WBRWLINE.C 1042: Nonportable pointer conversion in function HB_FUN_WBRWPANE
Warning W8065 SOURCE\WBRWLINE.C 1051: Call to function '_param' with no prototype in function HB_FUN_WBRWPANE
Warning W8069 SOURCE\WBRWLINE.C 1051: Nonportable pointer conversion in function HB_FUN_WBRWPANE
Warning W8065 SOURCE\WBRWLINE.C 1181: Call to function '_param' with no prototype in function HB_FUN_WBRWPANE
Warning W8065 SOURCE\WBRWLINE.C 1182: Call to function '_param' with no prototype in function HB_FUN_WBRWPANE
Warning W8065 SOURCE\WBRWLINE.C 1186: Call to function '_param' with no prototype in function HB_FUN_WBRWPANE
Error E2342 SOURCE\WBRWLINE.C 1187: Type mismatch in parameter 'pTextColor' (wanted '_HB_ITEM *', got 'int') in function HB_FUN_WBRWPANE
Error E2342 SOURCE\WBRWLINE.C 1187: Type mismatch in parameter 'pBkColor' (wanted '_HB_ITEM *', got 'int') in function HB_FUN_WBRWPANE
Error E2342 SOURCE\WBRWLINE.C 1187: Type mismatch in parameter 'pFont' (wanted '_HB_ITEM *', got 'int') in function HB_FUN_WBRWPANE
Warning W8065 SOURCE\WBRWLINE.C 1662: Call to function '_reta' with no prototype in function HB_FUN_FWDISPBEGIN
*** 9 errors in Compile ***
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation
Warning: 'OBJ\WBRWLINE.OBJ' file not found
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation
I am at a loss here
Rick Lipkin