Page 1 of 1
Browse de Hernan para FWH 2.7 Febrero y en adelante
Posted: Sat Jun 10, 2006 8:09 am
by Antonio Linares
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
Browse 1.7 de Hernán
Posted: Sat Jun 10, 2006 8:37 am
by jose_murugosa
te dejo el Último que se publicó en el foro.
http://hyperupload.com/download/026cd92 ... r.exe.html
Lo uso con FWH Marzo 2006 y xHarbour 0.99.60 funciona perfecto.
Posted: Sat Jun 10, 2006 3:24 pm
by Patricio Avalos Aguirre
Estimados
He bajado la clase y me esta arrojando error de variable no declarada
nElements, ahora viendo la clase el metodo NEW(..). no existe la variable nElement
ahora que valor deviera tener nElement
Code: Select all
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
Saludos
Patricio
Posted: Sat Jun 10, 2006 4:52 pm
by Patricio Avalos Aguirre
estimado
estoy compilando con el siguiente archivo bat:
Code: Select all
@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
pero al compilar WBRWLINE.C me sale el siguiente error
Code: Select all
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 ***
Alguien sabe como compilar WBRWLINE.C
xHarbour Compiler build 0.99.3, fwH(2.4) , borland C5.5
saludos
Patricio
Posted: Sat Jun 10, 2006 6:29 pm
by Antonio Linares
Jose,
Gracias!