Re-compile Hernans browse ( once again .. sorry )

Re-compile Hernans browse ( once again .. sorry )

Postby Rick Lipkin » Thu Jun 03, 2010 5:46 pm

To All

Please forgive this post .. Again, I have been out of the FWH community for almost a year and am trying to re-compile some of my older programs that use Hernans browse .. using fwh 910 and xharbour 1.2.1, bcc 5.5

Please forgive me .. I did my best to search and could not find a good answer..

Rick Lipkin


Here is the library batch file :
Code: Select all  Expand view

@ECHO OFF
CLS

c:\xharbour\bin\harbour SOURCE\WBROWSE.PRG /n /i\fwh910\include;c:\xharbour\include /oOBJ\WBROWSE.C
c:\xharbour\bin\harbour SOURCE\TMULTISE.PRG /n /i\fwh910\include;c:\xharbour\include /oOBJ\TMULTISE.C

rem INICIO Modulos C Generados por Harbour !!!

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:\fwh910\include -oOBJ\WBRWLINE.OBJ  SOURCE\WBRWLINE.C

@del LIB\TWBRW32.LIB

c:\borland\bcc55\bin\tlib c:\twbrowse\lib\TWBRW32.LIB + OBJ\WBROWSE.OBJ
c:\borland\bcc55\bin\tlib c:\twbrowse\lib\TWBRW32.LIB + OBJ\WBRWLINE.OBJ
c:\borland\bcc55\bin\tlib c:\twbrowse\lib\TWBRW32.LIB + OBJ\TMULTISE.OBJ
 


Here are the errors :

Code: Select all  Expand view

xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6476)
Copyright 1999-2009, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'SOURCE\WBROWSE.PRG'...
Lines 4098, Functions/Procedures 72
Generating C source output to 'OBJ\WBROWSE.C'...
Done.
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6476)
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
 
User avatar
Rick Lipkin
 
Posts: 2665
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Marc Venken and 106 guests