Club Delphi  
    FTP   CCD     Buscar   Trucos   Trabajo   Foros

Retroceder   Foros Club Delphi > Principal > Varios
Registrarse FAQ Miembros Calendario Guía de estilo Temas de Hoy

Grupo de Teaming del ClubDelphi

Respuesta
 
Herramientas Buscar en Tema Desplegado
  #1  
Antiguo 21-12-2012
ASUNCION ASUNCION is offline
Miembro
 
Registrado: nov 2010
Posts: 34
Poder: 0
ASUNCION Va por buen camino
Instalacion Componente jvcl

Saludos a Todos!

Necesito instalar los componete JVCL pero me da un error

pasos:
1- Descargo el paquete comprimido JVCL347CompleteJCL241-Build4571
2- Creo una Carpeta Nueva
3- Descomprimo el paquete, me salen 2 carpetas, JVCL Y JCL
4- Ejecuto install.bat de la carpeta JCL y todo se instala perfecto
5- Ejecuto Install.bat de la carpeta JVCL y sale el siguiente Error:

c:\jedi30\jvcl\devtools\packagesGenerator\generatedefines.pas(46) fatal: file not
found: 'System.types.dcu'

failed to compile JVCL installer

press any key to continue...

Agradeceria si me pueden ayudar...
Responder Con Cita
  #2  
Antiguo 21-12-2012
Avatar de movorack
[movorack] movorack is offline
Miguel A. Valero
 
Registrado: feb 2007
Ubicación: Bogotá - Colombia
Posts: 1.346
Poder: 20
movorack Va camino a la famamovorack Va camino a la fama
Hola asunción.

Revisa en el instalador de la JVCL. Se te pide unas rutas. Creo que ese podría ser el error.

Saludos,
__________________
Buena caza y buen remar... http://mivaler.blogspot.com
Responder Con Cita
  #3  
Antiguo 22-12-2012
beginner01 beginner01 is offline
Miembro
NULL
 
Registrado: mar 2011
Ubicación: República Dominicana
Posts: 181
Poder: 14
beginner01 Va por buen camino
Hola.

Ese error es un bug de las JEDI .te dejo la cita que copie y almacene en un archivo, pero que no recuerdo la fuente.

Cita:
On 2012-09-10 12:23:59, Jean-Fabien Connault wrote:

> It looks like Install.bat is throwing the following error with Delphi
> 2010...
>
> <...>\JVCL\jvcl\devtools\PackagesGenerator\GenerateDefines.pas(46)
> Fatal: F1026 File not found: 'System.Types.dcu' Failed to compile
> JVCL installer Press any key to continue . . .

I'm seeing the same error on a system with Delphi 2007 and XE installed
with the SourceForce release.

Fixing the error in the referenced unit fixed the problem though and
the installer works fine afterward.

I just replaced that Line 46 in GenerateDefines.pas with the following
block:


{$IFDEF HAS_UNITSCOPE}
System.Types,
{$ELSE HAS_UNITSCOPE}
Types,
{$ENDIF HAS_UNITSCOPE}


That should make it safe for all Delphi versions.

--
Pax,

Anthony Frazier
Victor Printing, Inc.

Re: ANN: JVCL 3.46 Released!
La parte en negrita la debes reemplzar en el archivo GenerateDefines.pas en la linea 46

Cita:
I just replaced that Line 46 in GenerateDefines.pas with the following
block:
La unidad se encuentra en jvcl\devtools\PackagesGenerator\GenerateDefines.pas
Responder Con Cita
Respuesta



Normas de Publicación
no Puedes crear nuevos temas
no Puedes responder a temas
no Puedes adjuntar archivos
no Puedes editar tus mensajes

El código vB está habilitado
Las caritas están habilitado
Código [IMG] está habilitado
Código HTML está deshabilitado
Saltar a Foro

Temas Similares
Tema Autor Foro Respuestas Último mensaje
Instalación de JVCL jafera Varios 3 18-12-2008 10:29:21
El componente JvThumbView de la JVCL enecumene OOP 1 03-10-2008 18:19:51
Instalación JCL y JVCL Delphi7 Magician^ OOP 2 02-04-2007 23:41:35
JVCL sigue el problema de instalacion.... JULIOCTORRESG Varios 5 23-03-2007 18:15:24
Duda con instalacion de JVCL JVCL300CompleteJCL195-Build1848 bustio Varios 1 13-08-2005 11:07:02


La franja horaria es GMT +2. Ahora son las 14:48:31.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi
Copyright 1996-2007 Club Delphi