FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Redefinition of procedure or function 'BROWSE'
Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
Redefinition of procedure or function 'BROWSE'
Posted: Sun Dec 06, 2015 07:48 PM
estimados

como compilar la funcion browse de c:\fwh15\source\function\browse.prg sin cambiarle el nombre a la funcion

sale esto al compilar, no se de donde saca que esta redefinida la funcion, sera de harbour palabra reservada?


C:\fwh15\source\function>c:\hb32\bin\harbour.exe BROWSE /n/a/v/w /ic:\fwh15\include;c:\hb32\include
Harbour 3.2.0dev (r1506171039)
Copyright (c) 1999-2015, http://harbour-project.org/
Compiling 'BROWSE.prg'...
BROWSE.prg(11) Error E0002 Redefinition of procedure or function 'BROWSE'
1 error

No code generated.

C:\fwh15\source\function>
Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Posts: 555
Joined: Wed Jul 31, 2013 01:14 PM
Re: Redefinition of procedure or function 'BROWSE'
Posted: Mon Dec 07, 2015 12:10 AM

Hola: quizás cambiándole el nombre al prg

Saludos

Ruben Dario Fernandez

Dario Fernandez

FWH 2501, Harbour, MVS2022 Community, MySql & MariaDB, Dbf/Cdx VSCode.

Maldonado - Uruguay
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Redefinition of procedure or function 'BROWSE'
Posted: Mon Dec 07, 2015 10:17 AM

Patricio,

Aqui funciona bien asi:

c:\harbour\bin\harbour /n /ic:\fwh\include /ic:\harbour\include c:\fwh\source\function\browse
Harbour 3.2.0dev (r1506171039)
Copyright (c) 1999-2015, http://harbour-project.org/
Compiling 'c:\fwteam\source\function\browse.prg'...
Lines 5186, Functions/Procedures 9
Generating C source output to 'browse.c'... Done.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion