PDA

Ver la Versión Completa : Error al compilar proyecto con fastreport


drykea
30-04-2008, 13:58:34
Hola a tod@s.

Estoy empezando a utilizar fastreport y delphi2007. Antes utilizaba QReport y D7.

He instalado fastreport y me aparecen los componentes en el delphi 2007.
He creado una aplicacion con un form y un report, para el que he utilizado frxReport y un frxDBDataset.

Cuando compilo me da error:


Código Delphi [-] (http://www.clubdelphi.com/foros/#)[DCC Error] fs_isysrtti.pas(532): F2039 Could not create output file 'C:\Program Files\FastReports\FastReport 4\LibD11\fs_isysrtti.dcu'



He añadido esa ruta en el 'Library Path' y nada.

¿Alguien sabe lo que puede pasar?

Muchas gracias por su ayuda.

IVAND
03-03-2017, 01:44:33
Vi tu mensaje he instalado fastreport 5 trial en delphi xe8 y es el mismo mensaje , talvez lo has solucionado ya ?

movorack
03-03-2017, 13:17:58
Hola IVAND!.

Verifica los permisos de escritura sobre esa ruta.

IVAND
03-03-2017, 16:29:13
Gracias por tu tiempo

Si ya hice eso efectivamente y sigue sin funcionar , lo instale inclusive en otro directorio y nada

Seguire intentando a ver si logro hacer funcionar eso seguro es algo sencillo de resolver

movorack
03-03-2017, 18:06:32
Ese mensaje de error son problemas de escritura de la ruta o el archivo específico.


The compiler could not create an output file. This can be a compiled unit file (.dcu ), an executable file, a map file or an object file.
Most likely causes are a nonexistent directory or a write protected file or disk.
Reasons why an output file could not be produced:
You don't have the required write permission for the directory.
Check the access privileges of your application.
Make sure your source is not on a read-only drive.
The linker (RLink) has generated an error, possibly due to finding unexpected versions of the .dcu, .bpl, and .dcp files
The process (.exe) is locked by another process. For example, in debug mode, the debugger typically locks the executable.


F2039 Could not create output file '%s' (Delphi) (http://docwiki.embarcadero.com/RADStudio/Seattle/en/F2039_Could_not_create_output_file_'%25s'_(Delphi))

IVAND
05-03-2017, 00:44:22
gracias a todos , efectivamente era permiso sobre ese directorio