Buen dia Señores;
Soy desarrollador, utilizo otra herramienta, estoy con la intencion de
cambiarla, por este motivo baje la versión de prueba pero al tratar de
compilar los ejemplos me lanza estos errores, que copio a continuación,
espero me puedan ayudar a fin de continuar con mi evaluación.
Atte.
Juan Carlos Guerrero
Compilando BrwEdit.prg...
Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
'assert.h'
Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
'stdarg.h'
Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
'stdio.h'
Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
'stdlib.h'
Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
'string.h'
Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
'limits.h'
Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
Error E2451 BrwEdit.c 24: Undefined symbol 'NULL'
Error E2141 BrwEdit.c 24: Declaration syntax error
Error E2190 BrwEdit.c 24: Unexpected }
Error E2190 BrwEdit.c 24: Unexpected }
Error E2040 BrwEdit.c 24: Declaration terminated incorrectly
Error E2190 BrwEdit.c 31: Unexpected }
Error E2190 BrwEdit.c 31: Unexpected }
Error E2109 BrwEdit.c 31: Not an allowed type in function
hb_vm_SymbolInit_BRWEDIT
Compilando Form1.prg...
Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
'assert.h'
Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
'stdarg.h'
Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
'stdio.h'
Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
'stdlib.h'
Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
'string.h'
Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
'limits.h'
Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
Error E2451 Form1.c 50: Undefined symbol 'NULL'
Error E2141 Form1.c 50: Declaration syntax error
Error E2190 Form1.c 50: Unexpected }
Error E2190 Form1.c 50: Unexpected }
Error E2040 Form1.c 50: Declaration terminated incorrectly
Error E2190 Form1.c 157: Unexpected }
Error E2190 Form1.c 157: Unexpected }
Error E2109 Form1.c 157: Not an allowed type in function
hb_vm_SymbolInit_FORM1
2 Files, 0 Warnings, 38 Errors
Tiempo de compilación: 3.92s Tiempo de enlazado: 0.02s Tiempo total:
3.94s
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Evaluando el producto
-
- Mensajes: 2
- Registrado: Lun Nov 22, 2010 3:29 pm
- ignacio
- Site Admin
- Mensajes: 9453
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Evaluando el producto
Juan Carlos,
Le aconsejo que descargue los binarios de xHarbour que se encuentran en
nuestra página Web. Si en su ordenador hay otros bianrios de xHarbour ha de
tener la precaución de que no se están utilizando ellos en vez de los
nuestros (lo más sencillo y a modo de prueba es renombrar el directorio de
xharbour que tuviese anteriormente). En cualquier caso le anticipo de que
Xailer no utiliza en ningún caso las variables de entorno clásicas de
compilación con Clippper o xHarbour.
Por otra parte deberá utilizar como compilador C++ Borland C++ 5.5 que puede
descargar de la Web. Desde el propio IDE de Xailer econtrará un enlace para
su descarga. Este compilador requiere de la existencia de archivos CFG en su
directorio BIN para su correcto funcionamiento. Xailer crea dichos archivos
en caso de que no existan, pero si usted ya tenía alguno con anterioridad lo
respeta. No obstante es muy probable que sus archivos CFG no sean correctos
por lo que puede intentar suprimirlos.
Por último, cerciorese de que ha introducido correctamente la ubicación de
xHarbour y BCC en la configuración de Xailer bajo la opción de menú
Herramientas->Opciones generales.
Un saludo,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
http://www.xailer.com/forum
http://www.xailer.com/dokuwiki
"Juan Carlos Guerrero" escribió en el mensaje de
noticias:4cea7e46$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
Buen dia Señores;
Soy desarrollador, utilizo otra herramienta, estoy con la intencion de
cambiarla, por este motivo baje la versión de prueba pero al tratar de
compilar los ejemplos me lanza estos errores, que copio a continuación,
espero me puedan ayudar a fin de continuar con mi evaluación.
Atte.
Juan Carlos Guerrero
Compilando BrwEdit.prg...
Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
'assert.h'
Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
'stdarg.h'
Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
'stdio.h'
Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
'stdlib.h'
Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
'string.h'
Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
'limits.h'
Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
Error E2451 BrwEdit.c 24: Undefined symbol 'NULL'
Error E2141 BrwEdit.c 24: Declaration syntax error
Error E2190 BrwEdit.c 24: Unexpected }
Error E2190 BrwEdit.c 24: Unexpected }
Error E2040 BrwEdit.c 24: Declaration terminated incorrectly
Error E2190 BrwEdit.c 31: Unexpected }
Error E2190 BrwEdit.c 31: Unexpected }
Error E2109 BrwEdit.c 31: Not an allowed type in function
hb_vm_SymbolInit_BRWEDIT
Compilando Form1.prg...
Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
'assert.h'
Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
'stdarg.h'
Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
'stdio.h'
Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
'stdlib.h'
Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
'string.h'
Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
'limits.h'
Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
Error E2451 Form1.c 50: Undefined symbol 'NULL'
Error E2141 Form1.c 50: Declaration syntax error
Error E2190 Form1.c 50: Unexpected }
Error E2190 Form1.c 50: Unexpected }
Error E2040 Form1.c 50: Declaration terminated incorrectly
Error E2190 Form1.c 157: Unexpected }
Error E2190 Form1.c 157: Unexpected }
Error E2109 Form1.c 157: Not an allowed type in function
hb_vm_SymbolInit_FORM1
2 Files, 0 Warnings, 38 Errors
Tiempo de compilación: 3.92s Tiempo de enlazado: 0.02s Tiempo total:
3.94s
Le aconsejo que descargue los binarios de xHarbour que se encuentran en
nuestra página Web. Si en su ordenador hay otros bianrios de xHarbour ha de
tener la precaución de que no se están utilizando ellos en vez de los
nuestros (lo más sencillo y a modo de prueba es renombrar el directorio de
xharbour que tuviese anteriormente). En cualquier caso le anticipo de que
Xailer no utiliza en ningún caso las variables de entorno clásicas de
compilación con Clippper o xHarbour.
Por otra parte deberá utilizar como compilador C++ Borland C++ 5.5 que puede
descargar de la Web. Desde el propio IDE de Xailer econtrará un enlace para
su descarga. Este compilador requiere de la existencia de archivos CFG en su
directorio BIN para su correcto funcionamiento. Xailer crea dichos archivos
en caso de que no existan, pero si usted ya tenía alguno con anterioridad lo
respeta. No obstante es muy probable que sus archivos CFG no sean correctos
por lo que puede intentar suprimirlos.
Por último, cerciorese de que ha introducido correctamente la ubicación de
xHarbour y BCC en la configuración de Xailer bajo la opción de menú
Herramientas->Opciones generales.
Un saludo,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
http://www.xailer.com/forum
http://www.xailer.com/dokuwiki
"Juan Carlos Guerrero" escribió en el mensaje de
noticias:4cea7e46$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
Buen dia Señores;
Soy desarrollador, utilizo otra herramienta, estoy con la intencion de
cambiarla, por este motivo baje la versión de prueba pero al tratar de
compilar los ejemplos me lanza estos errores, que copio a continuación,
espero me puedan ayudar a fin de continuar con mi evaluación.
Atte.
Juan Carlos Guerrero
Compilando BrwEdit.prg...
Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
'assert.h'
Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
'stdarg.h'
Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
'stdio.h'
Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
'stdlib.h'
Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
'string.h'
Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
'limits.h'
Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
Error E2451 BrwEdit.c 24: Undefined symbol 'NULL'
Error E2141 BrwEdit.c 24: Declaration syntax error
Error E2190 BrwEdit.c 24: Unexpected }
Error E2190 BrwEdit.c 24: Unexpected }
Error E2040 BrwEdit.c 24: Declaration terminated incorrectly
Error E2190 BrwEdit.c 31: Unexpected }
Error E2190 BrwEdit.c 31: Unexpected }
Error E2109 BrwEdit.c 31: Not an allowed type in function
hb_vm_SymbolInit_BRWEDIT
Compilando Form1.prg...
Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
'assert.h'
Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
'stdarg.h'
Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
'stdio.h'
Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
'stdlib.h'
Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
'string.h'
Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
'limits.h'
Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
Error E2451 Form1.c 50: Undefined symbol 'NULL'
Error E2141 Form1.c 50: Declaration syntax error
Error E2190 Form1.c 50: Unexpected }
Error E2190 Form1.c 50: Unexpected }
Error E2040 Form1.c 50: Declaration terminated incorrectly
Error E2190 Form1.c 157: Unexpected }
Error E2190 Form1.c 157: Unexpected }
Error E2109 Form1.c 157: Not an allowed type in function
hb_vm_SymbolInit_FORM1
2 Files, 0 Warnings, 38 Errors
Tiempo de compilación: 3.92s Tiempo de enlazado: 0.02s Tiempo total:
3.94s
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
-
- Mensajes: 2
- Registrado: Lun Nov 22, 2010 3:29 pm
Evaluando el producto
Gracias Ignacio,
Ahora solo tengo el siguiente error, me podrias orientar en identificar la
linea que me genera el error ?.
Atte.
Juan Carlos
Compilando primer.prg...
Error: El sistema no puede hallar la ruta especificada.
Compilando Form1.prg...
Error: El sistema no puede hallar la ruta especificada.
2 Files, 0 Warnings, 2 Errors
Tiempo de compilación: 0.98s Tiempo de enlazado: 0.00s Tiempo total:
0.98s
"Juan Carlos Guerrero" <jc.guerrero@cipe.com.py> escribió en el mensaje
news:4cea7e46$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Buen dia Señores;
>
> Soy desarrollador, utilizo otra herramienta, estoy con la intencion de
> cambiarla, por este motivo baje la versión de prueba pero al tratar de
> compilar los ejemplos me lanza estos errores, que copio a continuación,
> espero me puedan ayudar a fin de continuar con mi evaluación.
>
> Atte.
> Juan Carlos Guerrero
>
> Compilando BrwEdit.prg...
> Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
> 'assert.h'
> Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
> 'stdarg.h'
> Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
> 'stdio.h'
> Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
> 'stdlib.h'
> Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
> 'string.h'
> Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
> 'limits.h'
> Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
> Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
> Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
> Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
> Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
> Error E2451 BrwEdit.c 24: Undefined symbol 'NULL'
> Error E2141 BrwEdit.c 24: Declaration syntax error
> Error E2190 BrwEdit.c 24: Unexpected }
> Error E2190 BrwEdit.c 24: Unexpected }
> Error E2040 BrwEdit.c 24: Declaration terminated incorrectly
> Error E2190 BrwEdit.c 31: Unexpected }
> Error E2190 BrwEdit.c 31: Unexpected }
> Error E2109 BrwEdit.c 31: Not an allowed type in function
> hb_vm_SymbolInit_BRWEDIT
> Compilando Form1.prg...
> Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
> 'assert.h'
> Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
> 'stdarg.h'
> Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
> 'stdio.h'
> Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
> 'stdlib.h'
> Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
> 'string.h'
> Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
> 'limits.h'
> Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
> Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
> Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
> Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
> Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
> Error E2451 Form1.c 50: Undefined symbol 'NULL'
> Error E2141 Form1.c 50: Declaration syntax error
> Error E2190 Form1.c 50: Unexpected }
> Error E2190 Form1.c 50: Unexpected }
> Error E2040 Form1.c 50: Declaration terminated incorrectly
> Error E2190 Form1.c 157: Unexpected }
> Error E2190 Form1.c 157: Unexpected }
> Error E2109 Form1.c 157: Not an allowed type in function
> hb_vm_SymbolInit_FORM1
> 2 Files, 0 Warnings, 38 Errors
> Tiempo de compilación: 3.92s Tiempo de enlazado: 0.02s Tiempo total:
> 3.94s
>
>
>
Ahora solo tengo el siguiente error, me podrias orientar en identificar la
linea que me genera el error ?.
Atte.
Juan Carlos
Compilando primer.prg...
Error: El sistema no puede hallar la ruta especificada.
Compilando Form1.prg...
Error: El sistema no puede hallar la ruta especificada.
2 Files, 0 Warnings, 2 Errors
Tiempo de compilación: 0.98s Tiempo de enlazado: 0.00s Tiempo total:
0.98s
"Juan Carlos Guerrero" <jc.guerrero@cipe.com.py> escribió en el mensaje
news:4cea7e46$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Buen dia Señores;
>
> Soy desarrollador, utilizo otra herramienta, estoy con la intencion de
> cambiarla, por este motivo baje la versión de prueba pero al tratar de
> compilar los ejemplos me lanza estos errores, que copio a continuación,
> espero me puedan ayudar a fin de continuar con mi evaluación.
>
> Atte.
> Juan Carlos Guerrero
>
> Compilando BrwEdit.prg...
> Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
> 'assert.h'
> Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
> 'stdarg.h'
> Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
> 'stdio.h'
> Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
> 'stdlib.h'
> Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
> 'string.h'
> Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
> 'limits.h'
> Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
> Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
> Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
> Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
> Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
> Error E2451 BrwEdit.c 24: Undefined symbol 'NULL'
> Error E2141 BrwEdit.c 24: Declaration syntax error
> Error E2190 BrwEdit.c 24: Unexpected }
> Error E2190 BrwEdit.c 24: Unexpected }
> Error E2040 BrwEdit.c 24: Declaration terminated incorrectly
> Error E2190 BrwEdit.c 31: Unexpected }
> Error E2190 BrwEdit.c 31: Unexpected }
> Error E2109 BrwEdit.c 31: Not an allowed type in function
> hb_vm_SymbolInit_BRWEDIT
> Compilando Form1.prg...
> Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
> 'assert.h'
> Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
> 'stdarg.h'
> Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
> 'stdio.h'
> Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
> 'stdlib.h'
> Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
> 'string.h'
> Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
> 'limits.h'
> Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
> Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
> Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
> Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
> Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
> Error E2451 Form1.c 50: Undefined symbol 'NULL'
> Error E2141 Form1.c 50: Declaration syntax error
> Error E2190 Form1.c 50: Unexpected }
> Error E2190 Form1.c 50: Unexpected }
> Error E2040 Form1.c 50: Declaration terminated incorrectly
> Error E2190 Form1.c 157: Unexpected }
> Error E2190 Form1.c 157: Unexpected }
> Error E2109 Form1.c 157: Not an allowed type in function
> hb_vm_SymbolInit_FORM1
> 2 Files, 0 Warnings, 38 Errors
> Tiempo de compilación: 3.92s Tiempo de enlazado: 0.02s Tiempo total:
> 3.94s
>
>
>
Evaluando el producto
Juan Carlos,
revisa las rutas donde tienes xHarbour y Borland
en Herramientas -> Opciones Generales
solo es eso.
Un Saludo,
Xevi.
"Juan Carlos Guerrero" <jc.guerrero@cipe.com.py> ha escrit al
missatge:[email=4cea9ea9@svctag-j7w3v3j....]4cea9ea9@svctag-j7w3v3j....[/email]
> Gracias Ignacio,
> Ahora solo tengo el siguiente error, me podrias orientar en identificar la
> linea que me genera el error ?.
>
> Atte.
> Juan Carlos
>
> Compilando primer.prg...
> Error: El sistema no puede hallar la ruta especificada.
> Compilando Form1.prg...
> Error: El sistema no puede hallar la ruta especificada.
> 2 Files, 0 Warnings, 2 Errors
> Tiempo de compilación: 0.98s Tiempo de enlazado: 0.00s Tiempo total:
> 0.98s
>
> "Juan Carlos Guerrero" <jc.guerrero@cipe.com.py> escribió en el mensaje
> news:4cea7e46$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Buen dia Señores;
>>
>> Soy desarrollador, utilizo otra herramienta, estoy con la intencion de
>> cambiarla, por este motivo baje la versión de prueba pero al tratar de
>> compilar los ejemplos me lanza estos errores, que copio a continuación,
>> espero me puedan ayudar a fin de continuar con mi evaluación.
>>
>> Atte.
>> Juan Carlos Guerrero
>>
>> Compilando BrwEdit.prg...
>> Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
>> 'assert.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
>> 'stdarg.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
>> 'stdio.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
>> 'stdlib.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
>> 'string.h'
>> Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
>> 'limits.h'
>> Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
>> Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
>> Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
>> Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
>> Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
>> Error E2451 BrwEdit.c 24: Undefined symbol 'NULL'
>> Error E2141 BrwEdit.c 24: Declaration syntax error
>> Error E2190 BrwEdit.c 24: Unexpected }
>> Error E2190 BrwEdit.c 24: Unexpected }
>> Error E2040 BrwEdit.c 24: Declaration terminated incorrectly
>> Error E2190 BrwEdit.c 31: Unexpected }
>> Error E2190 BrwEdit.c 31: Unexpected }
>> Error E2109 BrwEdit.c 31: Not an allowed type in function
>> hb_vm_SymbolInit_BRWEDIT
>> Compilando Form1.prg...
>> Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
>> 'assert.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
>> 'stdarg.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
>> 'stdio.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
>> 'stdlib.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
>> 'string.h'
>> Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
>> 'limits.h'
>> Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
>> Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
>> Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
>> Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
>> Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
>> Error E2451 Form1.c 50: Undefined symbol 'NULL'
>> Error E2141 Form1.c 50: Declaration syntax error
>> Error E2190 Form1.c 50: Unexpected }
>> Error E2190 Form1.c 50: Unexpected }
>> Error E2040 Form1.c 50: Declaration terminated incorrectly
>> Error E2190 Form1.c 157: Unexpected }
>> Error E2190 Form1.c 157: Unexpected }
>> Error E2109 Form1.c 157: Not an allowed type in function
>> hb_vm_SymbolInit_FORM1
>> 2 Files, 0 Warnings, 38 Errors
>> Tiempo de compilación: 3.92s Tiempo de enlazado: 0.02s Tiempo total:
>> 3.94s
>>
>>
>>
>
>
>
> __________ Información de ESET NOD32 Antivirus, versión de la base de
> firmas de virus 5639 (20101122) __________
>
> ESET NOD32 Antivirus ha comprobado este mensaje.
>
> http://www.eset.com
>
>
>
__________ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 5639 (20101122) __________
ESET NOD32 Antivirus ha comprobado este mensaje.
http://www.eset.com
revisa las rutas donde tienes xHarbour y Borland
en Herramientas -> Opciones Generales
solo es eso.
Un Saludo,
Xevi.
"Juan Carlos Guerrero" <jc.guerrero@cipe.com.py> ha escrit al
missatge:[email=4cea9ea9@svctag-j7w3v3j....]4cea9ea9@svctag-j7w3v3j....[/email]
> Gracias Ignacio,
> Ahora solo tengo el siguiente error, me podrias orientar en identificar la
> linea que me genera el error ?.
>
> Atte.
> Juan Carlos
>
> Compilando primer.prg...
> Error: El sistema no puede hallar la ruta especificada.
> Compilando Form1.prg...
> Error: El sistema no puede hallar la ruta especificada.
> 2 Files, 0 Warnings, 2 Errors
> Tiempo de compilación: 0.98s Tiempo de enlazado: 0.00s Tiempo total:
> 0.98s
>
> "Juan Carlos Guerrero" <jc.guerrero@cipe.com.py> escribió en el mensaje
> news:4cea7e46$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Buen dia Señores;
>>
>> Soy desarrollador, utilizo otra herramienta, estoy con la intencion de
>> cambiarla, por este motivo baje la versión de prueba pero al tratar de
>> compilar los ejemplos me lanza estos errores, que copio a continuación,
>> espero me puedan ayudar a fin de continuar con mi evaluación.
>>
>> Atte.
>> Juan Carlos Guerrero
>>
>> Compilando BrwEdit.prg...
>> Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
>> 'assert.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
>> 'stdarg.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
>> 'stdio.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
>> 'stdlib.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
>> 'string.h'
>> Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
>> 'limits.h'
>> Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
>> Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
>> Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
>> Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
>> Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
>> Error E2451 BrwEdit.c 24: Undefined symbol 'NULL'
>> Error E2141 BrwEdit.c 24: Declaration syntax error
>> Error E2190 BrwEdit.c 24: Unexpected }
>> Error E2190 BrwEdit.c 24: Unexpected }
>> Error E2040 BrwEdit.c 24: Declaration terminated incorrectly
>> Error E2190 BrwEdit.c 31: Unexpected }
>> Error E2190 BrwEdit.c 31: Unexpected }
>> Error E2109 BrwEdit.c 31: Not an allowed type in function
>> hb_vm_SymbolInit_BRWEDIT
>> Compilando Form1.prg...
>> Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
>> 'assert.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
>> 'stdarg.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
>> 'stdio.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
>> 'stdlib.h'
>> Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
>> 'string.h'
>> Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
>> 'limits.h'
>> Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
>> Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
>> Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
>> Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
>> Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
>> Error E2451 Form1.c 50: Undefined symbol 'NULL'
>> Error E2141 Form1.c 50: Declaration syntax error
>> Error E2190 Form1.c 50: Unexpected }
>> Error E2190 Form1.c 50: Unexpected }
>> Error E2040 Form1.c 50: Declaration terminated incorrectly
>> Error E2190 Form1.c 157: Unexpected }
>> Error E2190 Form1.c 157: Unexpected }
>> Error E2109 Form1.c 157: Not an allowed type in function
>> hb_vm_SymbolInit_FORM1
>> 2 Files, 0 Warnings, 38 Errors
>> Tiempo de compilación: 3.92s Tiempo de enlazado: 0.02s Tiempo total:
>> 3.94s
>>
>>
>>
>
>
>
> __________ Información de ESET NOD32 Antivirus, versión de la base de
> firmas de virus 5639 (20101122) __________
>
> ESET NOD32 Antivirus ha comprobado este mensaje.
>
> http://www.eset.com
>
>
>
__________ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 5639 (20101122) __________
ESET NOD32 Antivirus ha comprobado este mensaje.
http://www.eset.com
Evaluando el producto
Hola, yo tambien empece a tener el mismo error cuando baje la nueva version de Xailer. Alguien puede saber si es un error nuestro o falta actualizar el compilador.....o que error podemos tener porque anduvo incluso sin tener el compilador Borland.....es decir bajamos los archivos que estan en la pagina de Xailer. Muchas gracias.
- ignacio
- Site Admin
- Mensajes: 9453
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Evaluando el producto
Mauricio,
>>o que error podemos tener porque anduvo incluso sin tener el compilador
>>Borland
Anduvo el error??
Disculpe que no entienda su pregunta. En cualquier caso, obviamente si no
tiene instalado Borland C++ es imposible que le fucione. Lo mismo ocurre si
no ha instalado los binarios de xHarbour que suministramos en nuestra página
Web.
Un saludo
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
http://www.xailer.com/forum
http://www.xailer.com/dokuwiki
"Mauricio" escribió en el mensaje de noticias:4d088274$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
Hola, yo tambien empece a tener el mismo error cuando baje
la nueva version de Xailer. Alguien puede saber si es un
error nuestro o falta actualizar el compilador.....o que
error podemos tener porque anduvo incluso sin tener el
compilador Borland.....es decir bajamos los archivos que
estan en la pagina de Xailer. Muchas gracias.
>>o que error podemos tener porque anduvo incluso sin tener el compilador
>>Borland
Anduvo el error??
Disculpe que no entienda su pregunta. En cualquier caso, obviamente si no
tiene instalado Borland C++ es imposible que le fucione. Lo mismo ocurre si
no ha instalado los binarios de xHarbour que suministramos en nuestra página
Web.
Un saludo
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
http://www.xailer.com/forum
http://www.xailer.com/dokuwiki
"Mauricio" escribió en el mensaje de noticias:4d088274$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
Hola, yo tambien empece a tener el mismo error cuando baje
la nueva version de Xailer. Alguien puede saber si es un
error nuestro o falta actualizar el compilador.....o que
error podemos tener porque anduvo incluso sin tener el
compilador Borland.....es decir bajamos los archivos que
estan en la pagina de Xailer. Muchas gracias.
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
- ignacio
- Site Admin
- Mensajes: 9453
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Evaluando el producto
Juan Carlos,
Sigue siendo el mismo tipo de error. Seguramente ahora no ecuentra xHarbour.
Revise mi anterior Email.
Compile con May+F9 para que le de más información sobre el proceso de
compilado-enlazado.
Un saludo
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
http://www.xailer.com/forum
http://www.xailer.com/dokuwiki
"Juan Carlos Guerrero" escribió en el mensaje de
noticias:[email=4cea9ea9@svctag-j7w3v3j....]4cea9ea9@svctag-j7w3v3j....[/email]
Gracias Ignacio,
Ahora solo tengo el siguiente error, me podrias orientar en identificar la
linea que me genera el error ?.
Atte.
Juan Carlos
Compilando primer.prg...
Error: El sistema no puede hallar la ruta especificada.
Compilando Form1.prg...
Error: El sistema no puede hallar la ruta especificada.
2 Files, 0 Warnings, 2 Errors
Tiempo de compilación: 0.98s Tiempo de enlazado: 0.00s Tiempo total:
0.98s
"Juan Carlos Guerrero" <jc.guerrero@cipe.com.py> escribió en el mensaje
news:4cea7e46$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Buen dia Señores;
>
> Soy desarrollador, utilizo otra herramienta, estoy con la intencion de
> cambiarla, por este motivo baje la versión de prueba pero al tratar de
> compilar los ejemplos me lanza estos errores, que copio a continuación,
> espero me puedan ayudar a fin de continuar con mi evaluación.
>
> Atte.
> Juan Carlos Guerrero
>
> Compilando BrwEdit.prg...
> Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
> 'assert.h'
> Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
> 'stdarg.h'
> Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
> 'stdio.h'
> Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
> 'stdlib.h'
> Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
> 'string.h'
> Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
> 'limits.h'
> Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
> Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
> Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
> Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
> Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
> Error E2451 BrwEdit.c 24: Undefined symbol 'NULL'
> Error E2141 BrwEdit.c 24: Declaration syntax error
> Error E2190 BrwEdit.c 24: Unexpected }
> Error E2190 BrwEdit.c 24: Unexpected }
> Error E2040 BrwEdit.c 24: Declaration terminated incorrectly
> Error E2190 BrwEdit.c 31: Unexpected }
> Error E2190 BrwEdit.c 31: Unexpected }
> Error E2109 BrwEdit.c 31: Not an allowed type in function
> hb_vm_SymbolInit_BRWEDIT
> Compilando Form1.prg...
> Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
> 'assert.h'
> Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
> 'stdarg.h'
> Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
> 'stdio.h'
> Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
> 'stdlib.h'
> Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
> 'string.h'
> Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
> 'limits.h'
> Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
> Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
> Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
> Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
> Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
> Error E2451 Form1.c 50: Undefined symbol 'NULL'
> Error E2141 Form1.c 50: Declaration syntax error
> Error E2190 Form1.c 50: Unexpected }
> Error E2190 Form1.c 50: Unexpected }
> Error E2040 Form1.c 50: Declaration terminated incorrectly
> Error E2190 Form1.c 157: Unexpected }
> Error E2190 Form1.c 157: Unexpected }
> Error E2109 Form1.c 157: Not an allowed type in function
> hb_vm_SymbolInit_FORM1
> 2 Files, 0 Warnings, 38 Errors
> Tiempo de compilación: 3.92s Tiempo de enlazado: 0.02s Tiempo total:
> 3.94s
>
>
>
Sigue siendo el mismo tipo de error. Seguramente ahora no ecuentra xHarbour.
Revise mi anterior Email.
Compile con May+F9 para que le de más información sobre el proceso de
compilado-enlazado.
Un saludo
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
http://www.xailer.com/forum
http://www.xailer.com/dokuwiki
"Juan Carlos Guerrero" escribió en el mensaje de
noticias:[email=4cea9ea9@svctag-j7w3v3j....]4cea9ea9@svctag-j7w3v3j....[/email]
Gracias Ignacio,
Ahora solo tengo el siguiente error, me podrias orientar en identificar la
linea que me genera el error ?.
Atte.
Juan Carlos
Compilando primer.prg...
Error: El sistema no puede hallar la ruta especificada.
Compilando Form1.prg...
Error: El sistema no puede hallar la ruta especificada.
2 Files, 0 Warnings, 2 Errors
Tiempo de compilación: 0.98s Tiempo de enlazado: 0.00s Tiempo total:
0.98s
"Juan Carlos Guerrero" <jc.guerrero@cipe.com.py> escribió en el mensaje
news:4cea7e46$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Buen dia Señores;
>
> Soy desarrollador, utilizo otra herramienta, estoy con la intencion de
> cambiarla, por este motivo baje la versión de prueba pero al tratar de
> compilar los ejemplos me lanza estos errores, que copio a continuación,
> espero me puedan ayudar a fin de continuar con mi evaluación.
>
> Atte.
> Juan Carlos Guerrero
>
> Compilando BrwEdit.prg...
> Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
> 'assert.h'
> Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
> 'stdarg.h'
> Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
> 'stdio.h'
> Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
> 'stdlib.h'
> Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
> 'string.h'
> Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
> 'limits.h'
> Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
> Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
> Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
> Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
> Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
> Error E2451 BrwEdit.c 24: Undefined symbol 'NULL'
> Error E2141 BrwEdit.c 24: Declaration syntax error
> Error E2190 BrwEdit.c 24: Unexpected }
> Error E2190 BrwEdit.c 24: Unexpected }
> Error E2040 BrwEdit.c 24: Declaration terminated incorrectly
> Error E2190 BrwEdit.c 31: Unexpected }
> Error E2190 BrwEdit.c 31: Unexpected }
> Error E2109 BrwEdit.c 31: Not an allowed type in function
> hb_vm_SymbolInit_BRWEDIT
> Compilando Form1.prg...
> Error E2209 C:xHarbourIncludehbvmpub.h 63: Unable to open include file
> 'assert.h'
> Error E2209 C:xHarbourIncludehbdefs.h 58: Unable to open include file
> 'stdarg.h'
> Error E2209 C:xHarbourIncludehbdefs.h 59: Unable to open include file
> 'stdio.h'
> Error E2209 C:xHarbourIncludehbdefs.h 60: Unable to open include file
> 'stdlib.h'
> Error E2209 C:xHarbourIncludehbdefs.h 61: Unable to open include file
> 'string.h'
> Error E2209 C:xHarbourIncludehbsetup.h 61: Unable to open include file
> 'limits.h'
> Error E2188 C:xHarbourIncludehbdefs.h 454: Expression syntax
> Error E2257 C:xHarbourIncludehbdefs.h 476: , expected
> Error E2139 C:xHarbourIncludehbvmpub.h 268: Declaration missing ;
> Error E2141 C:xHarbourIncludehbapiitm.h 147: Declaration syntax error
> Error E2141 C:xHarbourIncludehbapi.h 596: Declaration syntax error
> Error E2451 Form1.c 50: Undefined symbol 'NULL'
> Error E2141 Form1.c 50: Declaration syntax error
> Error E2190 Form1.c 50: Unexpected }
> Error E2190 Form1.c 50: Unexpected }
> Error E2040 Form1.c 50: Declaration terminated incorrectly
> Error E2190 Form1.c 157: Unexpected }
> Error E2190 Form1.c 157: Unexpected }
> Error E2109 Form1.c 157: Not an allowed type in function
> hb_vm_SymbolInit_FORM1
> 2 Files, 0 Warnings, 38 Errors
> Tiempo de compilación: 3.92s Tiempo de enlazado: 0.02s Tiempo total:
> 3.94s
>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com