buT ON XHARBOUR MAKE ERRORS Progetto: TEST, Ambiente: xFiveWin:
[1]:Harbour.Exe TEST.PRG /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /oObj\TEST.c
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Copyright 1999-2009,
http://www.xharbour.org http://www.harbour-project.org/Compiling 'TEST.PRG'...
Lines 13, Functions/Procedures 1
Generating C source output to 'Obj\TEST.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -
nObj Obj\TEST.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\TEST.c:
Warning W8065 TEST.PRG 42: Call to function 'MoveTo' with no prototype in function HB_FUN_DRAWGRID
Warning W8065 TEST.PRG 48: Call to function 'MoveTo' with no prototype in function HB_FUN_DRAWGRID
Warning W8065 TEST.PRG 56: Call to function 'MoveTo' with no prototype in function HB_FUN_DRAWGRID
Warning W8065 TEST.PRG 62: Call to function 'MoveTo' with no prototype in function HB_FUN_DRAWGRID
Error E2121 TEST.PRG 68: Function call missing ) in function HB_FUN_DRAWGRID
Warning W8004 TEST.PRG 71: 'ps' is assigned a value that is never used in function HB_FUN_DRAWGRID
*** 1 errors in Compile ***