- Code: Select all Expand view RUN
set xhb=c:\xharbour
set bcc=c:\bcc55
set fwh=c:\fwh
%xhb%\bin\harbour %1 -I%xhb%\include;c:\FWH\INCLUDE /m/n
%bcc%\bin\bcc32.exe -d -P- -c -tW -o%1.OBJ -I%fwh%\INCLUDE;%xhb%\include -DHARBOUR_USE_WIN_GTAPI -DHB_COMPAT_C53 %1.c
%bcc%\bin\tlib %fwh%\lib\fivehx.lib -%1.OBJ
%bcc%\bin\tlib %fwh%\lib\fivehx.lib +%1.OBJ
IF EXIST %1.c ( DEL %1.c )
Erro ao compiler class ttray
- Code: Select all Expand view RUN
C:\FWH\source\classes>set xhb=c:\xharbour
C:\FWH\source\classes>set bcc=c:\bcc55
C:\FWH\source\classes>set fwh=c:\fwh
C:\FWH\source\classes>c:\xharbour\bin\harbour ttray -Ic:\xharbour\include;c:\FWH\INCLUDE /m/n
xHarbour Compiler build 1.1.0 (SimpLex) (Rev. 6095)
Copyright 1999-2008, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'ttray.prg'...
100
100
100
200
300
400
500
600
700
800
900
1000
100
200
100
200
100
200
300
400
500
600
700
800
900
1000
1100
1200
1300
1400
1500
100
Lines 184, Functions/Procedures 5
Generating C source output to 'ttray.c'...
Done.
C:\FWH\source\classes>c:\bcc55\bin\bcc32.exe -d -P- -c -tW -ottray.OBJ -Ic:\fwh\INCLUDE;c:\xharbour\include -DHARBOUR_USE_WIN_GTAPI -DHB_COMPAT_C53 ttray.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
ttray.c:
Error E2451 ttray.prg 171: Undefined symbol 'NIF_INFO' in function HB_FUN_GETNOTIFYICONDATA
Error E2451 ttray.prg 172: Undefined symbol 'dwInfoFlags' in function HB_FUN_GETNOTIFYICONDATA
Error E2451 ttray.prg 172: Undefined symbol 'NIIF_INFO' in function HB_FUN_GETNOTIFYICONDATA
Error E2451 ttray.prg 176: Undefined symbol 'szInfo' in function HB_FUN_GETNOTIFYICONDATA
Error E2451 ttray.prg 177: Undefined symbol 'szInfoTitle' in function HB_FUN_GETNOTIFYICONDATA
*** 5 errors in Compile ***
C:\FWH\source\classes>c:\bcc55\bin\tlib c:\fwh\lib\fivehx.lib -ttray.OBJ
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation
C:\FWH\source\classes>c:\bcc55\bin\tlib c:\fwh\lib\fivehx.lib +ttray.OBJ
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation
C:\FWH\source\classes>IF EXIST ttray.c (DEL ttray.c )