Estoy tratando de crear la libreria y no puedo crearla,
Estoy usando xHarbour 1.2.1 y BCC5.5
setenvx.bat
@CALL CLEANENV.BAT
@SET PRG_COMPILER=XHARBOUR
@SET PRG_COMP_PATH=\xharbour
@SET PRG_COMP_BIN_PATH=%PRG_COMP_PATH%\bin
@SET PRG_COMP_LIB_PATH=%PRG_COMP_PATH%\lib
@SET PRG_COMP_INC_PATH=%PRG_COMP_PATH%\include
@SET C_COMPILER=BCC
@SET C_COMP_PATH=c:\bcc55
@SET C_COMP_BIN_PATH=%C_COMP_PATH%\bin
@SET C_COMP_LIB_PATH=%C_COMP_PATH%\lib;%C_COMP_PATH%\lib\psdk
@SET C_COMP_INC_PATH=%C_COMP_PATH%\include
@SET DOLPHIN_INC=.\include
@CALL win-makeMake.log
# -----------------------------------------------------------------------
# Building dolphin.lib                      Â
# Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
# C COMPILER Â Â :BCC Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
# PRG COMPILER Â :XHARBOUR Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
# -----------------------------------------------------------------------
\xharbour\bin\harbour.exe .\source\prg\tdolpqry.prg -D -D__NODEBUG__ -q0 /N /W /w /es2 /O.\obj\XHARBOUR\BCC\ /I.\include;\xharbour\include;
Compiling .\source\prg\tdolpqry.prg
c:\bcc55\bin\bcc32 -c -D__WIN__ -D__XHARBOUR__ -tWM -I\xharbour\include -I.\include -o.\obj\XHARBOUR\BCC\tdolpqry.obj .\obj\XHARBOUR\BCC\tdolpqry.c
Compiling .\obj\XHARBOUR\BCC\tdolpqry.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
.\obj\XHARBOUR\BCC\tdolpqry.c:
Error E2209 \xharbour\include\hbvmpub.h 65: Unable to open include file 'assert.h'
Error E2209 \xharbour\include\hbdefs.h 58: Unable to open include file 'stdarg.h'
Error E2209 \xharbour\include\hbdefs.h 59: Unable to open include file 'stdio.h'
Error E2209 \xharbour\include\hbdefs.h 60: Unable to open include file 'stdlib.h'
Error E2209 \xharbour\include\hbdefs.h 61: Unable to open include file 'string.h'
Error E2209 \xharbour\include\hbsetup.h 65: Unable to open include file 'limits.h'
Error E2141 \xharbour\include\hbwince.h 183: Declaration syntax error
Error E2293 \xharbour\include\hbwince.h 184: ) expected
Error E2141 \xharbour\include\hbwince.h 185: Declaration syntax error
Error E2293 \xharbour\include\hbwince.h 186: ) expected
Error E2147 \xharbour\include\hbwince.h 187: 'wchar_t' cannot start a parameter declaration
Error E2147 \xharbour\include\hbwince.h 188: 'wchar_t' cannot start a parameter declaration
Error E2293 \xharbour\include\hbwince.h 189: ) expected
Error E2293 \xharbour\include\hbdefs.h 483: ) expected
Error E2188 \xharbour\include\hbdefs.h 489: Expression syntax
Error E2257 \xharbour\include\hbdefs.h 521: , expected
Error E2139 \xharbour\include\hbvmpub.h 288: Declaration missing ;
Error E2141 \xharbour\include\hbapi.h 621: Declaration syntax error
Error E2451 .\obj\XHARBOUR\BCC\tdolpqry.c 128: Undefined symbol 'NULL'
Error E2141 .\obj\XHARBOUR\BCC\tdolpqry.c 128: Declaration syntax error
Error E2190 .\obj\XHARBOUR\BCC\tdolpqry.c 128: Unexpected }
Error E2190 .\obj\XHARBOUR\BCC\tdolpqry.c 128: Unexpected }
Error E2040 .\obj\XHARBOUR\BCC\tdolpqry.c 128: Declaration terminated incorrectly
Error E2190 .\obj\XHARBOUR\BCC\tdolpqry.c 128: Unexpected }
Error E2190 .\obj\XHARBOUR\BCC\tdolpqry.c 128: Unexpected }
Error E2228 .\obj\XHARBOUR\BCC\tdolpqry.c 128: Too many error or warning messages
*** 26 errors in Compile ***Pablo Alberto Vidal
/*
------------------------------------------------------
Harbour 3.2.0, Fivewin 17.02, BCC7
------------------------------------------------------
*/