Buenas Tardes Antonio (y al Foro ):
Ya nos hemos actualizado a la versión y para tener mejor organizado la estructura de mis proyectos estoy empezando desde cero en una máquina. Ha instalado fwh.exe y xharbour. Lo único que he copiado del ordenador de los proyectos es la carpeta bcc55, pero al compilar me salen los siguientes errores:
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ FiveWin for xHarbour 2.8 - October 2006 xHarbour development power ³Ü
³ (c) FiveTech, 1993-2006 for Microsoft Windows 95/98/NT/2000/ME and XP ³Û
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙÛ
ÿ ßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßß
Compiling...
xHarbour Compiler build 0.99.61 (SimpLex)
Copyright 1999-2006, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'tutor01.prg' and generating preprocessed output to 'tutor01.ppo'...
Lines 24, Functions/Procedures 2
Generating C source output to 'tutor01.c'...
Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
tutor01.c:
Error E2209 c:\xharbour\include\hbdefs.h 58: Unable to open include file 'stdarg.h'
Error E2209 c:\xharbour\include\hbdefs.h 59: Unable to open include file 'stdio.h'
Error E2209 c:\xharbour\include\hbdefs.h 60: Unable to open include file 'stdlib.h'
Error E2209 c:\xharbour\include\hbdefs.h 61: Unable to open include file 'string.h'
Error E2209 c:\xharbour\include\hbsetup.h 61: Unable to open include file 'limits.h'
Error E2188 c:\xharbour\include\hbdefs.h 411: Expression syntax
Error E2257 c:\xharbour\include\hbdefs.h 436: , expected
Error E2139 c:\xharbour\include\hbvmpub.h 227: Declaration missing ;
Error E2451 tutor01.c 25: Undefined symbol 'NULL'
Error E2141 tutor01.c 25: Declaration syntax error
Error E2190 tutor01.c 25: Unexpected }
Error E2190 tutor01.c 25: Unexpected }
Error E2040 tutor01.c 25: Declaration terminated incorrectly
Error E2190 tutor01.c 31: Unexpected }
Error E2190 tutor01.c 31: Unexpected }
Error E2109 tutor01.c 31: Not an allowed type in function hb_vm_SymbolInit_TUTOR01
*** 16 errors in Compile ***
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Fatal: Unable to open file 'C0W32.OBJ'
* There are errors
Pense que la carpeta bcc55 sería a lo mejor antigua (yo tenía fw 2.4) pero me he bajado la actual de la Web y sigue igual.
GRACIAS