Parece que los enlaces que publicamos en:
http://fivetechsoft.com/forums/viewtopic.php?t=2502
han dejado de funcionar. Alguien tiene esos ficheros, y que pueda volver a alojarlos en www.hyperupload.com ? gracias
if Len( ::aHeaders ) < nElements
if ::Cargo == nil
::aHeaders = Array( nElements )
for n = 1 to nElements
if ! Empty( cAlias ) .and. Upper( cAlias ) != "ARRAY"
::aHeaders[ n ] = ( cAlias )->( FieldName( n ) )
else
::aHeaders[ n ] = AllTrim( Str( n ) )
endif
next
else
::aHeaders = { "" }
endif
endif
@ECHO OFF
CLS
set include=.\INCLUDE;c:\fwh\include
set hdir=c:\harbour
set bcdir=c:\borland\bcc55\bin
goto inicio
:error
cls
type error.log
goto end
:inicio
%hdir%\bin\harbour SOURCE\CLASSES\WBROWSE.PRG /p /n /a /w /es1 /i\fwh\include;%hdir%\include /oOBJ\WBROWSE.C >error.log
if errorlevel 1 goto error
%hdir%\bin\harbour SOURCE\CLASSES\TMULTISE.PRG /n /i\fwh\include;%hdir%\include /oOBJ\TMULTISE.C >>error.log
if errorlevel 1 goto error
rem INICIO Modulos C Generados por Harbour !!!
%bcdir%\bcc32 -M -c -D__HARBOUR__ -I%hdir%\include;c:\fwh\include -oOBJ\WBRWLINE.OBJ SOURCE\FUNCTION\WBRWLINE.C
%bcdir%\bcc32 -M -c -D__HARBOUR__ -I%hdir%\include -oOBJ\WBROWSE.OBJ OBJ\WBROWSE.C
@del OBJ\WBROWSE.c
%bcdir%\bcc32 -M -c -D__HARBOUR__ -I%hdir%\include -oOBJ\TMULTISE.OBJ OBJ\TMULTISE.C
@del OBJ\TMULTISE.c
IF exist LIB\TWBRW32.LIB @del LIB\TWBRW32.LIB
%bcdir%\tlib lib\TWBRW32.LIB +OBJ\WBROWSE.OBJ + OBJ\WBRWLINE.OBJ + OBJ\TMULTISE.OBJ
:end
pause
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
SOURCE\FUNCTION\WBRWLINE.C:
Warning W8065 SOURCE\FUNCTION\WBRWLINE.C 1183: Call to function 'hb_dynsymSymbol' with no prototype in function HB_FUN_WBRWPANE
Error E2342 SOURCE\FUNCTION\WBRWLINE.C 1183: Type mismatch in parameter 'pSym' (wanted 'HB_SYMB *', got 'int') in function HB_FUN_WBRWPANE
*** 1 errors in Compile ***
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: Google [Bot] and 99 guests