He bajado un demo de Uestudio. Lo he configurado segun indicaciones del señor Linares y ok. Al compilar y ejecutar mi primer proyecto "hola mundo" me aparece el sigte error en la ejecucion:
'PROGRAM WITH 1ST FUN : TBAR ' was compiled by older version, PCODE version 0 is no longer supported- Please Recompile.
primera compilacion y ejecucion con UEstudio.Ayuda
primera compilacion y ejecucion con UEstudio.Ayuda
principiante
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
error en uso de UEstudio
Gracias señor Linares, si se debe al la diferencia de version en las librerias compiladas.
Gracias señor Baxajaun por su interes.
Gracias señor Baxajaun por su interes.
principiante
Parece que no estoy dando con las variables; esta es mi configuración
[Variables]
BPATH = D:\BCC55
CPATH = D:\xHARBOUR
COPT = /m /n /o$In $(Warnings) $(Compiler Options)
LOPT = $(Linker Options)
FWH = D:\xHARBOUR\FWH
LINKER = $(BPATH)\BIN\ILINK32
[Environment]
PATH = $(CPATH)\BIN;%PATH%;$(BPATH)\BIN
INCLUDE = $(CPATH)\INCLUDE;$(FWH)\INCLUDE
LIB = $(CPATH)\LIB
OBJ = $(CPATH)\OBJ
No obstante al pulsar sobre el botón Generar me aroja el siguiente error
--------------------Configuración: Prueba - Debug--------------------
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Prueba.c:
Error E2209 Prueba.c 8: Unable to open include file 'hbvmpub.h'
Error E2209 Prueba.c 9: Unable to open include file 'hbpcode.h'
Error E2209 Prueba.c 10: Unable to open include file 'hbinit.h'
Error E2258 Prueba.c 14: Declaration was expected in function HB_FUNC
Error E2258 Prueba.c 15: Declaration was expected in function HB_FUNC
Error E2258 Prueba.c 16: Declaration was expected in function HB_FUNC
Error E2258 Prueba.c 17: Declaration was expected in function HB_FUNC
Error E2258 Prueba.c 22: Declaration was expected in function HB_FUNC
Error E2451 Prueba.c 23: Undefined symbol 'HB_FS_PUBLIC' in function
....
[Variables]
BPATH = D:\BCC55
CPATH = D:\xHARBOUR
COPT = /m /n /o$In $(Warnings) $(Compiler Options)
LOPT = $(Linker Options)
FWH = D:\xHARBOUR\FWH
LINKER = $(BPATH)\BIN\ILINK32
[Environment]
PATH = $(CPATH)\BIN;%PATH%;$(BPATH)\BIN
INCLUDE = $(CPATH)\INCLUDE;$(FWH)\INCLUDE
LIB = $(CPATH)\LIB
OBJ = $(CPATH)\OBJ
No obstante al pulsar sobre el botón Generar me aroja el siguiente error
--------------------Configuración: Prueba - Debug--------------------
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Prueba.c:
Error E2209 Prueba.c 8: Unable to open include file 'hbvmpub.h'
Error E2209 Prueba.c 9: Unable to open include file 'hbpcode.h'
Error E2209 Prueba.c 10: Unable to open include file 'hbinit.h'
Error E2258 Prueba.c 14: Declaration was expected in function HB_FUNC
Error E2258 Prueba.c 15: Declaration was expected in function HB_FUNC
Error E2258 Prueba.c 16: Declaration was expected in function HB_FUNC
Error E2258 Prueba.c 17: Declaration was expected in function HB_FUNC
Error E2258 Prueba.c 22: Declaration was expected in function HB_FUNC
Error E2451 Prueba.c 23: Undefined symbol 'HB_FS_PUBLIC' in function
....
Resistencia - "Ciudad de las Esculturas"
Chaco - Argentina
Chaco - Argentina
-
- Posts: 9
- Joined: Fri Oct 07, 2005 7:01 pm
- Contact:
Configuracion
Mario fijate si es por aqui:
[.C]
Out = $In.obj
Cmd0 = bcc32 -c -ID:\XHARBOUR\INCLUDE $In.c
Saludos.
Antonio F. Ortega
[.C]
Out = $In.obj
Cmd0 = bcc32 -c -ID:\XHARBOUR\INCLUDE $In.c
Saludos.
Antonio F. Ortega