Prezados, estou com uma certa dificuldade em compilar um aplicativo feito para xHarbour chamado HarbourBoleto.
Ao executar o comando "hbmake /f demobol.bc" ocorre o seguinte erro:
Error BASE/1132 Bound error: array access Arguments: ( [ 1] = Type: A Val: { Array of 0 Items } [ 2] = Type: N Val: 2)
Error at ...: COMPILEFILES(1167) in Module: hbmake.prg
Called from : MAIN(422) in Module: hbmake.prg
Diretamente com o harbour, bcc32 e iLink32 estou conseguindo gerar o aplicativo, mas gostaria de usar o 'hbmake'.
Agradeço qualquer ajuda.
Obrigado,
ps: estou usando: xHarbour: build 0.99.70; HarbourBoleto: 2007-08-01 21:30 UTC-0300; C++Builder 5.0
Compilando HarbourBoleto
Moderador: Moderadores
Gente tambem no to conseguiindo complilar, algume pode me ajudar.
Building object module for 'obj\XHBRUN.c'
using C compiler 'BCC32' as defined in 'C:\xharbour\bin\harbour.cfg'...
Exec: BCC32 -c -D__EXPORT__ -IC:\xharbour\include -d -LC:\xharbour\lib -oobj\XHBRUN.obj obj\XHBRUN.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\XHBRUN.c:
Error E2141 C:\xharbour\include\wincon.h 217: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 226: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 241: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 250: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 265: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 274: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 289: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 299: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 315: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 325: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 341: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 351: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 367: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 378: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 388: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 404: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 415: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 425: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 441: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 452: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 460: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 468: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 476: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 483: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 491: Declaration syntax error
Error E2228 C:\xharbour\include\wincon.h 491: Too many error or warning messages
*** 26 errors in Compile ***
Done.
Deleting: "obj\XHBRUN.c"
Done.
e tambem queria saber de ja tem usando e funcionando o hbboleto.
Building object module for 'obj\XHBRUN.c'
using C compiler 'BCC32' as defined in 'C:\xharbour\bin\harbour.cfg'...
Exec: BCC32 -c -D__EXPORT__ -IC:\xharbour\include -d -LC:\xharbour\lib -oobj\XHBRUN.obj obj\XHBRUN.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\XHBRUN.c:
Error E2141 C:\xharbour\include\wincon.h 217: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 226: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 241: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 250: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 265: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 274: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 289: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 299: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 315: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 325: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 341: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 351: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 367: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 378: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 388: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 404: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 415: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 425: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 441: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 452: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 460: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 468: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 476: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 483: Declaration syntax error
Error E2141 C:\xharbour\include\wincon.h 491: Declaration syntax error
Error E2228 C:\xharbour\include\wincon.h 491: Too many error or warning messages
*** 26 errors in Compile ***
Done.
Deleting: "obj\XHBRUN.c"
Done.
e tambem queria saber de ja tem usando e funcionando o hbboleto.


