problemas con la clase Texcels errores al compilar el prg

User avatar
lafug
Posts: 185
Joined: Thu Nov 17, 2005 12:48 am
Location: Santiago, Chile

problemas con la clase Texcels errores al compilar el prg

Post by lafug »

Estimados Amigos:
En Fw Clipper usaba la clase Texcels para generar planillas Excel desde mi programa, pero ahora al incorporar el Texcels.prg Y al compilar con FWH me da los siguientes errores:

Texcels.prg(40) Error E0030 syntax error: "parse error at HIDDEN"
Texcels.prg(131) Error E0030 syntax error: "parse error at Endif"
(la linea 131 es un "EndClass"

Por vuestra ayuda muchas gracias
SALUDOS
Luis Alfonso Fuentes Guerrero
FWH 11.06 xHarbour 1.2.1 BCC55 WorkShop
User avatar
Vikthor
Posts: 271
Joined: Fri Oct 07, 2005 5:20 am
Location: México

Re: problemas con la clase Texcels errores al compilar el pr

Post by Vikthor »

¿A qué cuenta de correo te envío una versión más actualizada de TExcel?
Vikthor
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Vikthor,

Puedes ponerla en http://www.hyperupload.com y poner el enlace aqui para que la descargue quien la necesite ? gracias.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
lafug
Posts: 185
Joined: Thu Nov 17, 2005 12:48 am
Location: Santiago, Chile

Post by lafug »

Muchas Gracias Vikthor, mi correo es luisfuentesg@123mail.cl

Saludos
Luis Alfonso Fuentes Guerrero
FWH 11.06 xHarbour 1.2.1 BCC55 WorkShop
User avatar
Vikthor
Posts: 271
Joined: Fri Oct 07, 2005 5:20 am
Location: México

Post by Vikthor »

La clase ya está disponible en http://vikthor.com.mx/fivewin/
Vikthor
User avatar
lafug
Posts: 185
Joined: Thu Nov 17, 2005 12:48 am
Location: Santiago, Chile

Post by lafug »

gracias vikthor por tu deferencia , ya la bajé
Luis Alfonso Fuentes Guerrero
FWH 11.06 xHarbour 1.2.1 BCC55 WorkShop
User avatar
lafug
Posts: 185
Joined: Thu Nov 17, 2005 12:48 am
Location: Santiago, Chile

Post by lafug »

Vikthor, incluí el "texcels.prg" en mi aplicación pero aún asi me da errores al compilar , que me falta?

de antemano GRACIAS
SALUDOS
Luis Alfonso Fuentes Guerrero
FWH 11.06 xHarbour 1.2.1 BCC55 WorkShop
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Luis,

Que errores son ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
lafug
Posts: 185
Joined: Thu Nov 17, 2005 12:48 am
Location: Santiago, Chile

Post by lafug »

Antonio:
Estos son los errores que me da al incorporar el programa:



TEXCELS.prg(258) Error E0030 Syntax error: "parse error at '<eol>'"

TEXCELS.prg(259) Error E0030 Syntax error: "parse error at '<eol>'"

TEXCELS.prg(263) Error E0030 Syntax error: "parse error at '<eol>'"

TEXCELS.prg(266) Error E0030 Syntax error: "parse error at '<eol>'"

TEXCELS.prg(267) Error E0030 Syntax error: "parse error at '<eol>'"

300
TEXCELS.prg(305) Warning W0001 Ambiguous reference: 'LVRET'

TEXCELS.prg(307) Warning W0001 Ambiguous reference: 'LVRET'

TEXCELS.prg(312) Warning W0001 Ambiguous reference: 'LVRET'

500
600
700
800
900
TEXCELS.prg(912) Warning W0001 Ambiguous reference: 'NVRET'

TEXCELS.prg(923) Warning W0001 Ambiguous reference: 'NVRET'

1000
1100
TEXCELS.prg(1103) Warning W0005 RETURN statement with no return value in function

TEXCELS.prg(1106) Error E0030 Syntax error: "parse error at '<eol>'"

TEXCELS.prg(1109) Error E0030 Syntax error: "parse error at '<eol>'"

TEXCELS.prg(1111) Error E0030 Syntax error: "parse error at '<eol>'"

TEXCELS.prg(1133) Warning W0001 Ambiguous reference: 'NBOOK'

9 errors
Luis Alfonso Fuentes Guerrero
FWH 11.06 xHarbour 1.2.1 BCC55 WorkShop
User avatar
lafug
Posts: 185
Joined: Thu Nov 17, 2005 12:48 am
Location: Santiago, Chile

Post by lafug »

alguna respuestita?
Luis Alfonso Fuentes Guerrero
FWH 11.06 xHarbour 1.2.1 BCC55 WorkShop
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Luis,

Tienes que usar xharbour con esa clase ya que tiene extensiones propias de xharbour.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Luis,

Además hay que corregir unos detalles:

línea 305: local lVret := .F.
línea 912: local nVret := ::oExcel:MailSystem()
línea 1103: return nil
línea 1133: FOR i := 1 TO nBooks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Vikthor
Posts: 271
Joined: Fri Oct 07, 2005 5:20 am
Location: México

Post by Vikthor »

Luis :

Le hice unos _ a la clase para que la puedas compilar usando Harbour.

La clase la puedes bajar de http://vikthor.com.mx/download/test

Avisamé sí funciona correctamente, para incluirla en el zip de descarga de DbWide.
Vikthor
User avatar
lafug
Posts: 185
Joined: Thu Nov 17, 2005 12:48 am
Location: Santiago, Chile

Post by lafug »

vikthor , baje la útlima como me indicaste, pero ahora da los siguientes errores:
Compiling...
Harbour Compiler Alpha build 45.0 (Flex)
Copyright 1999-2005, http://www.harbour-project.org/
Compiling 'texcels.prg' and generating preprocessed output to 'texcels.ppo'...

100
200
texcels.prg(254) Error E0030 Syntax error: "parse error at '<eol>'"

texcels.prg(258) Error E0030 Syntax error: "parse error at '<eol>'"

texcels.prg(259) Error E0030 Syntax error: "parse error at '<eol>'"

texcels.prg(263) Error E0030 Syntax error: "parse error at '<eol>'"

texcels.prg(266) Error E0030 Syntax error: "parse error at '<eol>'"

texcels.prg(267) Error E0030 Syntax error: "parse error at '<eol>'"

300
texcels.prg(305) Warning W0001 Ambiguous reference: 'LVRET'

texcels.prg(307) Warning W0001 Ambiguous reference: 'LVRET'

texcels.prg(312) Warning W0001 Ambiguous reference: 'LVRET'

500
600
700
800
900
texcels.prg(912) Warning W0001 Ambiguous reference: 'NVRET'

texcels.prg(923) Warning W0001 Ambiguous reference: 'NVRET'

1000
1100
texcels.prg(1103) Warning W0005 RETURN statement with no return value in function

texcels.prg(1137) Warning W0001 Ambiguous reference: 'NBOOK'

6 errors

No code generated
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Error E2194: Could not find file 'texcels.c'
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Fatal: Unable to open file 'C0W32.OBJ'
* Application successfully built

SAludos
Luis Alfonso Fuentes Guerrero
FWH 11.06 xHarbour 1.2.1 BCC55 WorkShop
User avatar
lafug
Posts: 185
Joined: Thu Nov 17, 2005 12:48 am
Location: Santiago, Chile

Post by lafug »

alguna novedad?
Luis Alfonso Fuentes Guerrero
FWH 11.06 xHarbour 1.2.1 BCC55 WorkShop
Post Reply