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 de Hernan para FWH 2.7 Febrero y en adelante
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- jose_murugosa
- Posts: 943
- Joined: Mon Feb 06, 2006 4:28 pm
- Location: Uruguay
- Contact:
Browse 1.7 de Hernán
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.
http://hyperupload.com/download/026cd92 ... r.exe.html
Lo uso con FWH Marzo 2006 y xHarbour 0.99.60 funciona perfecto.
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
José Murugosa
FWH + Harbour + Bcc7. Una seda!
- Patricio Avalos Aguirre
- Posts: 1028
- Joined: Fri Oct 07, 2005 1:56 pm
- Location: La Serena, Chile
- Contact:
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
Saludos
Patricio
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
Patricio
- Patricio Avalos Aguirre
- Posts: 1028
- Joined: Fri Oct 07, 2005 1:56 pm
- Location: La Serena, Chile
- Contact:
estimado
estoy compilando con el siguiente archivo bat:
pero al compilar WBRWLINE.C me sale el siguiente error
Alguien sabe como compilar WBRWLINE.C
xHarbour Compiler build 0.99.3, fwH(2.4) , borland C5.5
saludos
Patricio
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 ***
xHarbour Compiler build 0.99.3, fwH(2.4) , borland C5.5
saludos
Patricio
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: