FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Primeros pasos en harbour
Posts: 28
Joined: Mon Nov 07, 2005 08:30 PM
Primeros pasos en harbour
Posted: Sat Apr 08, 2006 09:42 PM

Hola amigos
No consigo realizar la primera compilaci贸n en harbour. Utilizo VeRCE, y cuando intento compilar una aplicaci贸n sencillita que tengo me da el siguiente error


Compilado y Enlazado de: [C:\fuentes\fuentesf\envio\envio.Exe]
Ejecuci贸n No. 2
Ejecutada a las: 23:32:03
============================================================
Harbour Compiler Alpha build 45.0 (Flex)
Copyright 1999-2005, http://www.harbour-project.org/
Compiling 'C:\fuentes\fuentesf\envio\envio.prg'...
C:\fuentes\fuentesf\envio\envio.prg(39) Warning W0001 Ambiguous reference: 'CCODU'
C:\fuentes\fuentesf\envio\envio.prg(40) Warning W0001 Ambiguous reference: 'DFETRA'
C:\fuentes\fuentesf\envio\envio.prg(41) Warning W0001 Ambiguous reference: 'CTITULO'
C:\fuentes\fuentesf\envio\envio.prg(42) Warning W0001 Ambiguous reference: 'CUNIDAD'
C:\fuentes\fuentesf\envio\envio.prg(61) Warning W0001 Ambiguous reference: 'CTITULO'

No code generated.
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
** error 1 ** deleting C:\fuentes\fuentesf\envio\envio.hrb
Ha habido ERRORES al intentar Generar la Aplicacion
============================================================
VERCE v4.3 -> Ver Resultados de Compilaci贸n y Enlazado v4.3
Juan Carlos Salinas Ojeda

jcso@hotmail.com, jcso@esm.com.mx
Minatitl谩n, Veracruz. MEXICO
Y Solo Veracruz es bello !!!
FiveWin for Harbour!!


Los warning son variables declaradas private al comienzo de la aplicaci贸n, 茅sta aplicaci贸n me la compila sin problemas fivewin + clipper.

Un saludo

Jose Luis

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Primeros pasos en harbour
Posted: Sun Apr 09, 2006 05:14 AM

Jose Luis,

Prueba a poner al principio de tu PRG lo siguiente:

memvar CCODU, DFETRA, CTITULO, CUNIDAD, CTITULO

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion