Page 1 of 1

Error generar FIVEHX.LIB

PostPosted: Tue Dec 06, 2011 4:56 pm
by noe aburto
Saludos.

Duda en cuanto a la libreria FIVEHC.LIB de fwh: ¿Para que se utiliza?

Tengo las versiones de Fwh 8.11, xH 1.1 y bcc 5.5, y estoy intentando re-generar la libreria de Fwh FIVEHX.LIB
ahora con las versiones de xH 1.20.1 y bcc 5.8.2, con el programa FwhGen.exe de WMORMAR (muy bueno) pero me genera algunos errores:
********
c:\autosys\prgs\fwh\source\function\expbuild.prg
c:\autosys\prgs\xH121\bin\harbour.exe c:\autosys\prgs\fwh\source\function\expbuild.prg -ic:\autosys\prgs\xH121\include;c:\autosys\prgs\fwh\include -n -m -w -es2 -gc0 -o.\temporal\ > .\temporal\comp.tmp
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Copyright 1999-2009, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'c:\autosys\prgs\fwh\source\function\expbuild.prg'...

c:\autosys\prgs\fwh\source\function\expbuild.prg(5) Error F0029 Can't open #include file: 'resource\ExpBuild.ch'


c:\autosys\prgs\fwh\source\classes\field.prg
c:\autosys\prgs\xH121\bin\harbour.exe c:\autosys\prgs\fwh\source\classes\field.prg -ic:\autosys\prgs\xH121\include;c:\autosys\prgs\fwh\include -n -m -w -es2 -gc0 -o.\temporal\ > .\temporal\comp.tmp
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Copyright 1999-2009, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'c:\autosys\prgs\fwh\source\classes\field.prg'...

c:\autosys\prgs\fwh\source\classes\field.prg(35) Error E0030 Syntax error: "syntax error at 'CNAME'"
c:\autosys\prgs\fwh\source\classes\field.prg(36) Error E0030 Syntax error: "syntax error at 'CTYPE'"
c:\autosys\prgs\fwh\source\classes\field.prg(37) Error E0030 Syntax error: "syntax error at 'NLEN'"
c:\autosys\prgs\fwh\source\classes\field.prg(38) Error E0030 Syntax error: "syntax error at 'NDEC'"

4 errors

No code generated


c:\autosys\prgs\fwh\source\winapi\net.c
c:\autosys\prgs\bcc582\bin\bcc32.exe -tWM -c -q -O2 -Ic:\autosys\prgs\xH121\include;c:\autosys\prgs\bcc582\include;c:\autosys\prgs\fwh\include -o.\temporal\net c:\autosys\prgs\fwh\source\winapi\net.c > .\temporal\comp.tmp
c:\autosys\prgs\fwh\source\winapi\net.c:
Warning W8065 c:\autosys\prgs\fwh\source\winapi\net.c 45: Call to function 'hb_parc' with no prototype in function WNETADDCONNECTION2
Warning W8069 c:\autosys\prgs\fwh\source\winapi\net.c 45: Nonportable pointer conversion in function WNETADDCONNECTION2
Warning W8065 c:\autosys\prgs\fwh\source\winapi\net.c 46: Call to function 'hb_parc' with no prototype in function WNETADDCONNECTION2
Warning W8069 c:\autosys\prgs\fwh\source\winapi\net.c 46: Nonportable pointer conversion in function WNETADDCONNECTION2
Warning W8065 c:\autosys\prgs\fwh\source\winapi\net.c 51: Call to function 'hb_parc' with no prototype in function WNETADDCONNECTION2
Warning W8065 c:\autosys\prgs\fwh\source\winapi\net.c 52: Call to function 'hb_parc' with no prototype in function WNETADDCONNECTION2
Error E2342 c:\autosys\prgs\fwh\source\winapi\net.c 52: Type mismatch in parameter 'lpPassword' (wanted 'const signed char *', got 'int') in function WNETADDCONNECTION2
*** 1 errors in Compile ***


c:\autosys\prgs\fwh\source\classes\ttxtedit.prg
c:\autosys\prgs\xH121\bin\harbour.exe c:\autosys\prgs\fwh\source\classes\ttxtedit.prg -ic:\autosys\prgs\xH121\include;c:\autosys\prgs\fwh\include -n -m -w -es2 -gc0 -o.\temporal\ > .\temporal\comp.tmp
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Copyright 1999-2009, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'c:\autosys\prgs\fwh\source\classes\ttxtedit.prg'...

c:\autosys\prgs\fwh\source\classes\ttxtedit.prg(1151) Warning W0007 Function 'TTXTEDIT_SELECTALL' does not end with RETURN statement

0 error

No code generated