Compilar com Harbour
Moderador: Moderadores
Re: Compilar com Harbour
Amigos,
Uma outra pergunta, qual pasta do harbour depois que baixa da svn eu gero os binarios e libs? Na pasta trunk não tem o make_b32.bat
Eu sei que no xharbour tem no qual estou acostumado a gerar.
[]´s
Uma outra pergunta, qual pasta do harbour depois que baixa da svn eu gero os binarios e libs? Na pasta trunk não tem o make_b32.bat
Eu sei que no xharbour tem no qual estou acostumado a gerar.
[]´s
►Harbour 3.x | Minigui xx-x | HwGui◄
Pense nas possibilidades abstraia as dificuldades.
Não corrigir nossas falhas é o mesmo que cometer novos erros.
A imaginação é mais importante que o conhecimento. (Albert Einstein)
Pense nas possibilidades abstraia as dificuldades.
Não corrigir nossas falhas é o mesmo que cometer novos erros.
A imaginação é mais importante que o conhecimento. (Albert Einstein)
- Itamar M. Lins Jr.
- Administrador

- Mensagens: 7929
- Registrado em: 30 Mai 2007 11:31
- Localização: Ilheus Bahia
- Curtiu: 1 vez
Re: Compilar com Harbour
É na pasta trunk mesmo.
Favor ler o arquivo INSTALL na pasta /harbour/trunk/harbour.
Segue meu Bat que eu coloco dentro da pasta /harbour/trunk/harbour.
Apenas essas duas linhas mesmo.
Saudações,
Itamar M. Lins Jr.
Favor ler o arquivo INSTALL na pasta /harbour/trunk/harbour.
Segue meu Bat que eu coloco dentro da pasta /harbour/trunk/harbour.
Código: Selecionar todos
call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
rem
mingw32-make %1 %2 > log.txt 2>&1
Saudações,
Itamar M. Lins Jr.
Saudações,
Itamar M. Lins Jr.
Itamar M. Lins Jr.
Re: Compilar com Harbour
Itamar,
Valeu, mas eu to usando o borlanc c++ 5.51, não tenho visual studio, como faço?
E a hwgui? como compila para harbour.
[]´s
Valeu, mas eu to usando o borlanc c++ 5.51, não tenho visual studio, como faço?
E a hwgui? como compila para harbour.
[]´s
Itamar M. Lins Jr. escreveu:É na pasta trunk mesmo.
Favor ler o arquivo INSTALL na pasta /harbour/trunk/harbour.
Segue meu Bat que eu coloco dentro da pasta /harbour/trunk/harbour.Apenas essas duas linhas mesmo.Código: Selecionar todos
call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" rem mingw32-make %1 %2 > log.txt 2>&1
Saudações,
Itamar M. Lins Jr.
►Harbour 3.x | Minigui xx-x | HwGui◄
Pense nas possibilidades abstraia as dificuldades.
Não corrigir nossas falhas é o mesmo que cometer novos erros.
A imaginação é mais importante que o conhecimento. (Albert Einstein)
Pense nas possibilidades abstraia as dificuldades.
Não corrigir nossas falhas é o mesmo que cometer novos erros.
A imaginação é mais importante que o conhecimento. (Albert Einstein)
- Itamar M. Lins Jr.
- Administrador

- Mensagens: 7929
- Registrado em: 30 Mai 2007 11:31
- Localização: Ilheus Bahia
- Curtiu: 1 vez
Re: Compilar com Harbour
Ola!
Leu o arquivo INSTALL ? Tem umas linhas lá que diz o seguinte:
É só isso mesmo.
E mais essas linhas, para os arquivos da pasta contrib.
Faltou a Hwgui.
Tem lá:
Saudações,
Itamar M. Lins Jr.
Leu o arquivo INSTALL ? Tem umas linhas lá que diz o seguinte:
Código: Selecionar todos
--- Borland C++ 5.5.1
set PATH=C:\Borland\BCC55\Bin;%PATH%
mingw32-make
---
E mais essas linhas, para os arquivos da pasta contrib.
Código: Selecionar todos
--8<--
rem ; Add these *before* above sample scripts to configure 3rd party dependencies
rem for implib generation. These environment variables must point to the *root
rem directory* of given projects.
set HB_DIR_ADS=C:\ads\acesdk
set HB_DIR_ALLEGRO=C:\allegro
set HB_DIR_APOLLO=C:\Apollo
set HB_DIR_BLAT=C:\blat
set HB_DIR_CURL=C:\curl
set HB_DIR_FIREBIRD=C:\Firebird
set HB_DIR_FREEIMAGE=C:\FreeImage
set HB_DIR_GD=C:\gd
set HB_DIR_MYSQL=C:\mysql
set HB_DIR_OPENSSL=C:\openssl
set HB_DIR_PGSQL=C:\pgsql
set HB_DIR_QT=C:\Qt
set HB_BUILD_IMPLIB=yes
-->8--
Tem lá:
Código: Selecionar todos
make_vc.bat
Itamar M. Lins Jr.
Saudações,
Itamar M. Lins Jr.
Itamar M. Lins Jr.
Re: Compilar com Harbour
Itamar,
Não funcionou.
Segui a risca o que você me indicou mas na hora de compilar dá um monte de erros, não gera nenhum executável na pasta bin etc...
Pode ser um problema do mingw32-make
, coloquei os paths, as minhas variáveis de ambiente estão assim:
Em painel de controle->sistema->variáveis de ambiente
HB_ARCHITECTURE = win
INCLUDE=C:\Borland\bcc55\Include;C:\HARBOUR\INCLUDE
LIB=C:\Borland\bcc55\Lib;c:\HARBOUR\LIB
HB_PATH=C:\HARBOUR
HB_MT=mt
HB_LEX=SIMPLEX
HB_COMPILER=bcc
Bison_Simple=c:\djgpp\share\bison\bison.simple
PATH=C:\xHgtk;C:\xharbour\bin;c:\borland\bcc55\bin;c:\bison\bin;c:\tasm\bin;c:\mysql\bin;c:\djgpp\bin
O bison que eu tenho é a versão 2.1
Continuando com as tentativas.
Baixei do sourceforge.net
harbour-2.0.0beta1-win.exe
Instalei em c:\harbour, beleza.
Compilei a hwgui pelo make_b32, gerou blz.
Copiei as libs para c:\harbour\lib e os includes para c:\harbour\include
Fui a pasta da hwgui\samples\all
executei a bat bld:
bld a
Me apresentou os seguinte:
C:\Projetos\hwgui\samples\all>bld a
C:\Projetos\hwgui\samples\all>set HWGUI_INSTALL=..\..
C:\Projetos\hwgui\samples\all>call ..\bld a
Harbour 2.0.0beta1 (Rev. 11287)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'a.prg'...
Lines 3900, Functions/Procedures 18
Generating C source output to 'a.c'... Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
a.c:
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_storvni' referenced from C:\PROJETOS\HWGUI\LIB\H
WGUI.LIB|draw
C:\Projetos\hwgui\samples\all>
Ta melhorando.
o log do make_b32.log da hwgui [parte]
Obs.: com xharbour não dá o erro.
[]´s
Não funcionou.
Segui a risca o que você me indicou mas na hora de compilar dá um monte de erros, não gera nenhum executável na pasta bin etc...
Pode ser um problema do mingw32-make
Em painel de controle->sistema->variáveis de ambiente
HB_ARCHITECTURE = win
INCLUDE=C:\Borland\bcc55\Include;C:\HARBOUR\INCLUDE
LIB=C:\Borland\bcc55\Lib;c:\HARBOUR\LIB
HB_PATH=C:\HARBOUR
HB_MT=mt
HB_LEX=SIMPLEX
HB_COMPILER=bcc
Bison_Simple=c:\djgpp\share\bison\bison.simple
PATH=C:\xHgtk;C:\xharbour\bin;c:\borland\bcc55\bin;c:\bison\bin;c:\tasm\bin;c:\mysql\bin;c:\djgpp\bin
O bison que eu tenho é a versão 2.1
Continuando com as tentativas.
Baixei do sourceforge.net
harbour-2.0.0beta1-win.exe
Instalei em c:\harbour, beleza.
Compilei a hwgui pelo make_b32, gerou blz.
Copiei as libs para c:\harbour\lib e os includes para c:\harbour\include
Fui a pasta da hwgui\samples\all
executei a bat bld:
bld a
Me apresentou os seguinte:
C:\Projetos\hwgui\samples\all>bld a
C:\Projetos\hwgui\samples\all>set HWGUI_INSTALL=..\..
C:\Projetos\hwgui\samples\all>call ..\bld a
Harbour 2.0.0beta1 (Rev. 11287)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'a.prg'...
Lines 3900, Functions/Procedures 18
Generating C source output to 'a.c'... Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
a.c:
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_storvni' referenced from C:\PROJETOS\HWGUI\LIB\H
WGUI.LIB|draw
C:\Projetos\hwgui\samples\all>
Ta melhorando.
o log do make_b32.log da hwgui [parte]
Obs.: com xharbour não dá o erro.
Código: Selecionar todos
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\draw.obj source\draw.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\draw.c:
Warning W8065 source\draw.c 1004: Call to function 'hb_storvni' with no prototype in function HB_FUN_INFLATERECT
Warning W8065 source\draw.c 1005: Call to function 'hb_storvni' with no prototype in function HB_FUN_INFLATERECT
Warning W8065 source\draw.c 1006: Call to function 'hb_storvni' with no prototype in function HB_FUN_INFLATERECT
Warning W8065 source\draw.c 1007: Call to function 'hb_storvni' with no prototype in function HB_FUN_INFLATERECT
Warning W8065 source\draw.c 1045: Call to function 'hb_storvni' with no prototype in function HB_FUN_OFFSETRECT
Warning W8065 source\draw.c 1046: Call to function 'hb_storvni' with no prototype in function HB_FUN_OFFSETRECT
Warning W8065 source\draw.c 1047: Call to function 'hb_storvni' with no prototype in function HB_FUN_OFFSETRECT
Warning W8065 source\draw.c 1048: Call to function 'hb_storvni' with no prototype in function HB_FUN_OFFSETRECT
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\winreg.obj source\winreg.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\winreg.c:
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\drawtext.obj source\drawtext.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\drawtext.c:
Warning W8065 source\drawtext.c 93: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTEXT
Warning W8065 source\drawtext.c 94: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTEXT
Warning W8065 source\drawtext.c 95: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTEXT
Warning W8065 source\drawtext.c 96: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTEXT
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\freeimg.obj source\freeimg.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\freeimg.c:
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\grid.obj source\grid.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\grid.c:
Warning W8065 source\grid.c 168: Call to function 'hb_storvni' with no prototype in function HB_FUN_LISTVIEW_GETDISPINFO
Warning W8065 source\grid.c 169: Call to function 'hb_storvni' with no prototype in function HB_FUN_LISTVIEW_GETDISPINFO
Warning W8065 source\grid.c 237: Call to function 'hb_storvni' with no prototype in function HB_FUN_LISTVIEW_HITTEST
Warning W8065 source\grid.c 238: Call to function 'hb_storvni' with no prototype in function HB_FUN_LISTVIEW_HITTEST
Warning W8065 source\grid.c 243: Call to function 'hb_storvni' with no prototype in function HB_FUN_LISTVIEW_HITTEST
Warning W8065 source\grid.c 244: Call to function 'hb_storvni' with no prototype in function HB_FUN_LISTVIEW_HITTEST
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\media_c.obj source\media_c.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\media_c.c:
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\menu_c.obj source\menu_c.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\menu_c.c:
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\message.obj source\message.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\message.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 source\errorsys.prg -oobj\b32\errorsys.c
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\errorsys.obj obj\b32\errorsys.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\errorsys.c:
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\misc.obj source\misc.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\misc.c:
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\nice.obj source\nice.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\nice.c:
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\resource.obj source\resource.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\resource.c:
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\richedit.obj source\richedit.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\richedit.c:
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\shellapi.obj source\shellapi.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\shellapi.c:
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\theme.obj source\theme.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\theme.c:
Warning W8065 source\theme.c 1848: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1849: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1850: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1851: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1852: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1853: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1854: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1855: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1896: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
Warning W8065 source\theme.c 1897: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
Warning W8065 source\theme.c 1898: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
Warning W8065 source\theme.c 1899: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
Warning W8065 source\theme.c 1900: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
Warning W8065 source\theme.c 1901: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
Warning W8065 source\theme.c 1902: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
Warning W8065 source\theme.c 1903: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\window.obj source\window.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\c_ipaddr.c:
Warning W8065 source\c_ipaddr.c 110: Call to function 'hb_storvni' with no prototype in function HB_FUN_GETIPADDRESS
Warning W8065 source\c_ipaddr.c 111: Call to function 'hb_storvni' with no prototype in function HB_FUN_GETIPADDRESS
Warning W8065 source\c_ipaddr.c 112: Call to function 'hb_storvni' with no prototype in function HB_FUN_GETIPADDRESS
Warning W8065 source\c_ipaddr.c 113: Call to function 'hb_storvni' with no prototype in function HB_FUN_GETIPADDRESS
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\listbox.obj source\listbox.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
IF EXIST "lib\hwgui.lib" del "lib\hwgui.lib" > NUL
TLIB "lib\hwgui.lib" /0 @MAKE0000.@@@
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation
+obj\b32\hipedit.obj &
+obj\b32\animat.obj &
+obj\b32\commond.obj &
+obj\b32\control.obj &
+obj\b32\cxshade.obj &
+obj\b32\dialog.obj &
+obj\b32\draw.obj &
+obj\b32\winreg.obj &
+obj\b32\drawtext.obj &
+obj\b32\freeimg.obj &
+obj\b32\grid.obj &
+obj\b32\media_c.obj &
+obj\b32\menu_c.obj &
+obj\b32\message.obj &
+obj\b32\errorsys.obj &
+obj\b32\misc.obj &
+obj\b32\nice.obj &
+obj\b32\resource.obj &
+obj\b32\richedit.obj &
+obj\b32\shellapi.obj &
+obj\b32\theme.obj &
+obj\b32\window.obj &
+obj\b32\wprint.obj &
+obj\b32\drawwidg.obj &
+obj\b32\guimain.obj &
+obj\b32\barcode.obj &
+obj\b32\hbrowse.obj &
+obj\b32\hcheck.obj &
+obj\b32\hcombo.obj &
+obj\b32\hcontrol.obj &
+obj\b32\hcwindow.obj &
+obj\b32\hdatepic.obj &
+obj\b32\hdialog.obj &
+obj\b32\hedit.obj &
+obj\b32\hfreeimg.obj &
+obj\b32\hfrmtmpl.obj &
+obj\b32\hgraph.obj &
+obj\b32\hgrid.obj &
+obj\b32\hgridex.obj &
+obj\b32\hlistbox.obj &
+obj\b32\htool.obj &
+obj\b32\hmonthc.obj &
+obj\b32\htrackbr.obj &
+obj\b32\hanimat.obj &
+obj\b32\hnice.obj &
+obj\b32\hownbtn.obj &
+obj\b32\hpanel.obj &
+obj\b32\hprinter.obj &
+obj\b32\hprogres.obj &
+obj\b32\hradio.obj &
+obj\b32\hpager.obj &
+obj\b32\hrebar.obj &
+obj\b32\hriched.obj &
+obj\b32\hsayimg.obj &
+obj\b32\hshbtn.obj &
+obj\b32\hsplash.obj &
+obj\b32\hsplit.obj &
+obj\b32\htab.obj &
+obj\b32\htimer.obj &
+obj\b32\htree.obj &
+obj\b32\hrect.obj &
+obj\b32\hupdown.obj &
+obj\b32\hwindow.obj &
+obj\b32\hwinprn.obj &
+obj\b32\menu.obj &
+obj\b32\c_ipaddr.obj &
+obj\b32\listbox.obj &
+obj\b32\repexec.obj &
+obj\b32\printdos.obj &
+obj\b32\hdc.obj &
+obj\b32\pager.obj &
+obj\b32\hhyper.obj &
+obj\b32\richtext.obj &
+
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\arr2str.obj source\procmisc\arr2str.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\procmisc\arr2str.c:
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\blowfish.obj source\procmisc\blowfish.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\procmisc\blowfish.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 source\procmisc\procini.prg -oobj\b32\procini.c
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\procini.obj obj\b32\procini.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\procini.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 source\procmisc\procs7.prg -oobj\b32\procs7.c
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\procs7.obj obj\b32\procs7.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\procs7.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 source\procmisc\saymoney.prg -oobj\b32\saymoney.c
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\saymoney.obj obj\b32\saymoney.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\saymoney.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 source\procmisc\procscri.prg -oobj\b32\procscri.c
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\procscri.obj obj\b32\procscri.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\procscri.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 source\procmisc\scrdebug.prg -oobj\b32\scrdebug.c
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\scrdebug.obj obj\b32\scrdebug.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\scrdebug.c:
IF EXIST "lib\procmisc.lib" del "lib\procmisc.lib" > NUL
TLIB "lib\procmisc.lib" /0 @MAKE0001.@@@
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation
+obj\b32\arr2str.obj &
+obj\b32\blowfish.obj &
+obj\b32\procini.obj &
+obj\b32\procs7.obj &
+obj\b32\saymoney.obj &
+obj\b32\procscri.obj &
+obj\b32\scrdebug.obj &
+
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 source\xml\hxmldoc.prg -oobj\b32\hxmldoc.c
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\hxmldoc.obj obj\b32\hxmldoc.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\hxmldoc.c:
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\xmlparse.obj source\xml\xmlparse.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\xml\xmlparse.c:
IF EXIST "lib\hbxml.lib" del "lib\hbxml.lib" > NUL
TLIB "lib\hbxml.lib" /0 @MAKE0002.@@@
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation
+obj\b32\hxmldoc.obj &
+obj\b32\xmlparse.obj &
+
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\hwg_qhtm.obj source\qhtm\hwg_qhtm.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\qhtm\hwg_qhtm.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 source\qhtm\hqhtm.prg -oobj\b32\hqhtm.c
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\hqhtm.obj obj\b32\hqhtm.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\hqhtm.c:
IF EXIST "lib\hwg_qhtm.lib" del "lib\hwg_qhtm.lib" > NUL
TLIB "lib\hwg_qhtm.lib" /0 @MAKE0003.@@@
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation
+obj\b32\hwg_qhtm.obj &
+obj\b32\hqhtm.obj &
+
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\htmlcore.obj source\activex\htmlcore.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\activex\htmlcore.c:
Warning W8075 source\activex\htmlcore.c 1386: Suspicious pointer conversion in function Dispatch_AddRef
Warning W8075 source\activex\htmlcore.c 1391: Suspicious pointer conversion in function Dispatch_Release
Warning W8075 source\activex\htmlcore.c 1676: Suspicious pointer conversion in function CreateWebEvtHandler
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\htmlfunc.obj source\activex\htmlfunc.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\activex\htmlfunc.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 source\activex\hhtml.prg -oobj\b32\hhtml.c
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\hhtml.obj obj\b32\hhtml.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\hhtml.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 source\activex\h_activex.prg -oobj\b32\h_activex.c
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\h_activex.obj obj\b32\h_activex.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\h_activex.c:
bcc32 -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\c_activex.obj source\activex\c_activex.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\activex\c_activex.c:
IF EXIST "lib\hbactivex.lib" del "lib\hbactivex.lib" > NUL
TLIB "lib\hbactivex.lib" /0 @MAKE0004.@@@
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation
+obj\b32\htmlcore.obj &
+obj\b32\htmlfunc.obj &
+obj\b32\hhtml.obj &
+obj\b32\h_activex.obj &
+obj\b32\c_activex.obj &
+
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hipedit.prg -oobj\b32\mt\hipedit.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hipedit.obj obj\b32\mt\hipedit.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hipedit.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\animat.obj source\animat.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\animat.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\commond.obj source\commond.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\commond.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\control.obj source\control.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\control.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\cxshade.obj source\cxshade.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\cxshade.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\dialog.obj source\dialog.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\dialog.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\draw.obj source\draw.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\draw.c:
Warning W8065 source\draw.c 1004: Call to function 'hb_storvni' with no prototype in function HB_FUN_INFLATERECT
Warning W8065 source\draw.c 1005: Call to function 'hb_storvni' with no prototype in function HB_FUN_INFLATERECT
Warning W8065 source\draw.c 1006: Call to function 'hb_storvni' with no prototype in function HB_FUN_INFLATERECT
Warning W8065 source\draw.c 1007: Call to function 'hb_storvni' with no prototype in function HB_FUN_INFLATERECT
Warning W8065 source\draw.c 1045: Call to function 'hb_storvni' with no prototype in function HB_FUN_OFFSETRECT
Warning W8065 source\draw.c 1046: Call to function 'hb_storvni' with no prototype in function HB_FUN_OFFSETRECT
Warning W8065 source\draw.c 1047: Call to function 'hb_storvni' with no prototype in function HB_FUN_OFFSETRECT
Warning W8065 source\draw.c 1048: Call to function 'hb_storvni' with no prototype in function HB_FUN_OFFSETRECT
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\winreg.obj source\winreg.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\winreg.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\drawtext.obj source\drawtext.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\drawtext.c:
Warning W8065 source\drawtext.c 93: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTEXT
Warning W8065 source\drawtext.c 94: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTEXT
Warning W8065 source\drawtext.c 95: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTEXT
Warning W8065 source\drawtext.c 96: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTEXT
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\freeimg.obj source\freeimg.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\freeimg.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\grid.obj source\grid.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\grid.c:
Warning W8065 source\grid.c 168: Call to function 'hb_storvni' with no prototype in function HB_FUN_LISTVIEW_GETDISPINFO
Warning W8065 source\grid.c 169: Call to function 'hb_storvni' with no prototype in function HB_FUN_LISTVIEW_GETDISPINFO
Warning W8065 source\grid.c 237: Call to function 'hb_storvni' with no prototype in function HB_FUN_LISTVIEW_HITTEST
Warning W8065 source\grid.c 238: Call to function 'hb_storvni' with no prototype in function HB_FUN_LISTVIEW_HITTEST
Warning W8065 source\grid.c 243: Call to function 'hb_storvni' with no prototype in function HB_FUN_LISTVIEW_HITTEST
Warning W8065 source\grid.c 244: Call to function 'hb_storvni' with no prototype in function HB_FUN_LISTVIEW_HITTEST
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\media_c.obj source\media_c.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\media_c.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\menu_c.obj source\menu_c.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\menu_c.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\message.obj source\message.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\message.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\errorsys.prg -oobj\b32\mt\errorsys.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\errorsys.obj obj\b32\mt\errorsys.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\errorsys.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\misc.obj source\misc.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\misc.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\nice.obj source\nice.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\nice.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\resource.obj source\resource.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\resource.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\richedit.obj source\richedit.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\richedit.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\shellapi.obj source\shellapi.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\shellapi.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\theme.obj source\theme.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\theme.c:
Warning W8065 source\theme.c 1848: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1849: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1850: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1851: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1852: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1853: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1854: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1855: Call to function 'hb_storvni' with no prototype in function HB_FUN_DRAWTHEICON
Warning W8065 source\theme.c 1896: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
Warning W8065 source\theme.c 1897: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
Warning W8065 source\theme.c 1898: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
Warning W8065 source\theme.c 1899: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
Warning W8065 source\theme.c 1900: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
Warning W8065 source\theme.c 1901: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
Warning W8065 source\theme.c 1902: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
Warning W8065 source\theme.c 1903: Call to function 'hb_storvni' with no prototype in function HB_FUN_PREPAREIMAGERECT
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\window.obj source\window.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\window.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\wprint.obj source\wprint.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\wprint.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\drawwidg.prg -oobj\b32\mt\drawwidg.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\drawwidg.obj obj\b32\mt\drawwidg.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\drawwidg.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\guimain.prg -oobj\b32\mt\guimain.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\guimain.obj obj\b32\mt\guimain.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\guimain.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\barcode.prg -oobj\b32\mt\barcode.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\barcode.obj obj\b32\mt\barcode.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\barcode.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hbrowse.prg -oobj\b32\mt\hbrowse.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hbrowse.obj obj\b32\mt\hbrowse.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hbrowse.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hcheck.prg -oobj\b32\mt\hcheck.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hcheck.obj obj\b32\mt\hcheck.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hcheck.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hcombo.prg -oobj\b32\mt\hcombo.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hcombo.obj obj\b32\mt\hcombo.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hcombo.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hcontrol.prg -oobj\b32\mt\hcontrol.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hcontrol.obj obj\b32\mt\hcontrol.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hcontrol.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hcwindow.prg -oobj\b32\mt\hcwindow.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hcwindow.obj obj\b32\mt\hcwindow.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hcwindow.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hdatepic.prg -oobj\b32\mt\hdatepic.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hdatepic.obj obj\b32\mt\hdatepic.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hdatepic.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hdialog.prg -oobj\b32\mt\hdialog.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hdialog.obj obj\b32\mt\hdialog.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hdialog.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hedit.prg -oobj\b32\mt\hedit.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hedit.obj obj\b32\mt\hedit.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hedit.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hfreeimg.prg -oobj\b32\mt\hfreeimg.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hfreeimg.obj obj\b32\mt\hfreeimg.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hfreeimg.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hfrmtmpl.prg -oobj\b32\mt\hfrmtmpl.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hfrmtmpl.obj obj\b32\mt\hfrmtmpl.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hfrmtmpl.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hgraph.prg -oobj\b32\mt\hgraph.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hgraph.obj obj\b32\mt\hgraph.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hgraph.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hgrid.prg -oobj\b32\mt\hgrid.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hgrid.obj obj\b32\mt\hgrid.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hgrid.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hgridex.prg -oobj\b32\mt\hgridex.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hgridex.obj obj\b32\mt\hgridex.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hgridex.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hlistbox.prg -oobj\b32\mt\hlistbox.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hlistbox.obj obj\b32\mt\hlistbox.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hlistbox.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\htool.prg -oobj\b32\mt\htool.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\htool.obj obj\b32\mt\htool.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\htool.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hmonthc.prg -oobj\b32\mt\hmonthc.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hmonthc.obj obj\b32\mt\hmonthc.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hmonthc.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\htrackbr.prg -oobj\b32\mt\htrackbr.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\htrackbr.obj obj\b32\mt\htrackbr.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\htrackbr.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hanimat.prg -oobj\b32\mt\hanimat.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hanimat.obj obj\b32\mt\hanimat.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hanimat.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hnice.prg -oobj\b32\mt\hnice.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hnice.obj obj\b32\mt\hnice.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hnice.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hownbtn.prg -oobj\b32\mt\hownbtn.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hownbtn.obj obj\b32\mt\hownbtn.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hownbtn.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hpanel.prg -oobj\b32\mt\hpanel.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hpanel.obj obj\b32\mt\hpanel.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hpanel.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hprinter.prg -oobj\b32\mt\hprinter.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hprinter.obj obj\b32\mt\hprinter.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hprinter.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hprogres.prg -oobj\b32\mt\hprogres.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hprogres.obj obj\b32\mt\hprogres.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hprogres.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hradio.prg -oobj\b32\mt\hradio.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hradio.obj obj\b32\mt\hradio.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hradio.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hpager.prg -oobj\b32\mt\hpager.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hpager.obj obj\b32\mt\hpager.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hpager.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hrebar.prg -oobj\b32\mt\hrebar.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hrebar.obj obj\b32\mt\hrebar.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hrebar.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hriched.prg -oobj\b32\mt\hriched.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hriched.obj obj\b32\mt\hriched.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hriched.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hsayimg.prg -oobj\b32\mt\hsayimg.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hsayimg.obj obj\b32\mt\hsayimg.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hsayimg.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hshbtn.prg -oobj\b32\mt\hshbtn.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hshbtn.obj obj\b32\mt\hshbtn.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hshbtn.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hsplash.prg -oobj\b32\mt\hsplash.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hsplash.obj obj\b32\mt\hsplash.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hsplash.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hsplit.prg -oobj\b32\mt\hsplit.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hsplit.obj obj\b32\mt\hsplit.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hsplit.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\htab.prg -oobj\b32\mt\htab.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\htab.obj obj\b32\mt\htab.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\htab.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\htimer.prg -oobj\b32\mt\htimer.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\htimer.obj obj\b32\mt\htimer.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\htimer.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\htree.prg -oobj\b32\mt\htree.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\htree.obj obj\b32\mt\htree.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\htree.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hrect.prg -oobj\b32\mt\hrect.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hrect.obj obj\b32\mt\hrect.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hrect.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hupdown.prg -oobj\b32\mt\hupdown.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hupdown.obj obj\b32\mt\hupdown.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hupdown.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hwindow.prg -oobj\b32\mt\hwindow.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hwindow.obj obj\b32\mt\hwindow.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hwindow.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hwinprn.prg -oobj\b32\mt\hwinprn.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hwinprn.obj obj\b32\mt\hwinprn.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hwinprn.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\menu.prg -oobj\b32\mt\menu.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\menu.obj obj\b32\mt\menu.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\menu.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\c_ipaddr.obj source\c_ipaddr.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\c_ipaddr.c:
Warning W8065 source\c_ipaddr.c 110: Call to function 'hb_storvni' with no prototype in function HB_FUN_GETIPADDRESS
Warning W8065 source\c_ipaddr.c 111: Call to function 'hb_storvni' with no prototype in function HB_FUN_GETIPADDRESS
Warning W8065 source\c_ipaddr.c 112: Call to function 'hb_storvni' with no prototype in function HB_FUN_GETIPADDRESS
Warning W8065 source\c_ipaddr.c 113: Call to function 'hb_storvni' with no prototype in function HB_FUN_GETIPADDRESS
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\listbox.obj source\listbox.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\listbox.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\repexec.prg -oobj\b32\mt\repexec.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\repexec.obj obj\b32\mt\repexec.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\repexec.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\printdos.prg -oobj\b32\mt\printdos.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\printdos.obj obj\b32\mt\printdos.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\printdos.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hdc.prg -oobj\b32\mt\hdc.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hdc.obj obj\b32\mt\hdc.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hdc.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\pager.obj source\pager.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\pager.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\hhyper.prg -oobj\b32\mt\hhyper.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hhyper.obj obj\b32\mt\hhyper.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hhyper.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\richtext.prg -oobj\b32\mt\richtext.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\richtext.obj obj\b32\mt\richtext.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\richtext.c:
IF EXIST "lib\hwgui.lib" del "lib\hwgui.lib" > NUL
TLIB "lib\hwgui.lib" /0 @MAKE0000.@@@
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation
+obj\b32\mt\hipedit.obj &
+obj\b32\mt\animat.obj &
+obj\b32\mt\commond.obj &
+obj\b32\mt\control.obj &
+obj\b32\mt\cxshade.obj &
+obj\b32\mt\dialog.obj &
+obj\b32\mt\draw.obj &
+obj\b32\mt\winreg.obj &
+obj\b32\mt\drawtext.obj &
+obj\b32\mt\freeimg.obj &
+obj\b32\mt\grid.obj &
+obj\b32\mt\media_c.obj &
+obj\b32\mt\menu_c.obj &
+obj\b32\mt\message.obj &
+obj\b32\mt\errorsys.obj &
+obj\b32\mt\misc.obj &
+obj\b32\mt\nice.obj &
+obj\b32\mt\resource.obj &
+obj\b32\mt\richedit.obj &
+obj\b32\mt\shellapi.obj &
+obj\b32\mt\theme.obj &
+obj\b32\mt\window.obj &
+obj\b32\mt\wprint.obj &
+obj\b32\mt\drawwidg.obj &
+obj\b32\mt\guimain.obj &
+obj\b32\mt\barcode.obj &
+obj\b32\mt\hbrowse.obj &
+obj\b32\mt\hcheck.obj &
+obj\b32\mt\hcombo.obj &
+obj\b32\mt\hcontrol.obj &
+obj\b32\mt\hcwindow.obj &
+obj\b32\mt\hdatepic.obj &
+obj\b32\mt\hdialog.obj &
+obj\b32\mt\hedit.obj &
+obj\b32\mt\hfreeimg.obj &
+obj\b32\mt\hfrmtmpl.obj &
+obj\b32\mt\hgraph.obj &
+obj\b32\mt\hgrid.obj &
+obj\b32\mt\hgridex.obj &
+obj\b32\mt\hlistbox.obj &
+obj\b32\mt\htool.obj &
+obj\b32\mt\hmonthc.obj &
+obj\b32\mt\htrackbr.obj &
+obj\b32\mt\hanimat.obj &
+obj\b32\mt\hnice.obj &
+obj\b32\mt\hownbtn.obj &
+obj\b32\mt\hpanel.obj &
+obj\b32\mt\hprinter.obj &
+obj\b32\mt\hprogres.obj &
+obj\b32\mt\hradio.obj &
+obj\b32\mt\hpager.obj &
+obj\b32\mt\hrebar.obj &
+obj\b32\mt\hriched.obj &
+obj\b32\mt\hsayimg.obj &
+obj\b32\mt\hshbtn.obj &
+obj\b32\mt\hsplash.obj &
+obj\b32\mt\hsplit.obj &
+obj\b32\mt\htab.obj &
+obj\b32\mt\htimer.obj &
+obj\b32\mt\htree.obj &
+obj\b32\mt\hrect.obj &
+obj\b32\mt\hupdown.obj &
+obj\b32\mt\hwindow.obj &
+obj\b32\mt\hwinprn.obj &
+obj\b32\mt\menu.obj &
+obj\b32\mt\c_ipaddr.obj &
+obj\b32\mt\listbox.obj &
+obj\b32\mt\repexec.obj &
+obj\b32\mt\printdos.obj &
+obj\b32\mt\hdc.obj &
+obj\b32\mt\pager.obj &
+obj\b32\mt\hhyper.obj &
+obj\b32\mt\richtext.obj &
+
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\htmlcore.obj source\activex\htmlcore.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\activex\htmlcore.c:
Warning W8075 source\activex\htmlcore.c 1386: Suspicious pointer conversion in function Dispatch_AddRef
Warning W8075 source\activex\htmlcore.c 1391: Suspicious pointer conversion in function Dispatch_Release
Warning W8075 source\activex\htmlcore.c 1676: Suspicious pointer conversion in function CreateWebEvtHandler
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\htmlfunc.obj source\activex\htmlfunc.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\activex\htmlfunc.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\activex\hhtml.prg -oobj\b32\mt\hhtml.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\hhtml.obj obj\b32\mt\hhtml.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\hhtml.c:
C:\HARBOUR\bin\harbour.exe -iinclude;C:\HARBOUR\include -n -q0 -w -es2 -gc0 -DHB_THREAD_SUPPORT source\activex\h_activex.prg -oobj\b32\mt\h_activex.c
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\h_activex.obj obj\b32\mt\h_activex.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\b32\mt\h_activex.c:
bcc32 -tWM -DHB_THREAD_SUPPORT -c -Iinclude;C:\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\mt\c_activex.obj source\activex\c_activex.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\activex\c_activex.c:
IF EXIST "lib\hbactivex.lib" del "lib\hbactivex.lib" > NUL
TLIB "lib\hbactivex.lib" /0 @MAKE0004.@@@
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation
+obj\b32\mt\htmlcore.obj &
+obj\b32\mt\htmlfunc.obj &
+obj\b32\mt\hhtml.obj &
+obj\b32\mt\h_activex.obj &
+obj\b32\mt\c_activex.obj &
+ i
[]´s
►Harbour 3.x | Minigui xx-x | HwGui◄
Pense nas possibilidades abstraia as dificuldades.
Não corrigir nossas falhas é o mesmo que cometer novos erros.
A imaginação é mais importante que o conhecimento. (Albert Einstein)
Pense nas possibilidades abstraia as dificuldades.
Não corrigir nossas falhas é o mesmo que cometer novos erros.
A imaginação é mais importante que o conhecimento. (Albert Einstein)
- Itamar M. Lins Jr.
- Administrador

- Mensagens: 7929
- Registrado em: 30 Mai 2007 11:31
- Localização: Ilheus Bahia
- Curtiu: 1 vez
Re: Compilar com Harbour
Ola!
Veja se não está misturando com o xHarbour, os includes também.
Saudações,
Itamar M. Lins Jr.
Veja se não está misturando com o xHarbour, os includes também.
PATH=C:\xHgtk;C:\xharbour\bin;c:\borland\bcc55\bin;c:\bison\bin;c:\tasm\bin;c:\mysql\bin;c:\djgpp\bin
Saudações,
Itamar M. Lins Jr.
Saudações,
Itamar M. Lins Jr.
Itamar M. Lins Jr.
Re: Compilar com Harbour
Itamar, desculpe o path era para xharbour, mas com o path para harbour dá aquele erro na compilação da hwgui.Itamar M. Lins Jr. escreveu:Ola!
Veja se não está misturando com o xHarbour, os includes também.
O que eu acho interessante é que com xharbour a compilação vai tranquilo.
►Harbour 3.x | Minigui xx-x | HwGui◄
Pense nas possibilidades abstraia as dificuldades.
Não corrigir nossas falhas é o mesmo que cometer novos erros.
A imaginação é mais importante que o conhecimento. (Albert Einstein)
Pense nas possibilidades abstraia as dificuldades.
Não corrigir nossas falhas é o mesmo que cometer novos erros.
A imaginação é mais importante que o conhecimento. (Albert Einstein)
-
Hasse
- Usuário Nível 4

- Mensagens: 820
- Registrado em: 19 Out 2004 10:30
- Localização: Jaraguá do Sul - SC
Re: Compilar com Harbour
Amigos, voltando ao meu problema, pergunto:
É possível que o meu problema seja porque o processador do Notebook é 64 x 2, e não 32 como no Desktop ?
É possível que o meu problema seja porque o processador do Notebook é 64 x 2, e não 32 como no Desktop ?
Hasse
CP200 / CP500 / Basic / dBase III / dBase IV / Clipper Summer / RTlink / Exospace.
Clipper 5.3b / Blinker 7.0 / CDX com TAG
xHarbour 1.2.1-6604 / Borland C++ (5.5.1) 32 bit / HBmake.
Harbour 3.2.0dev (r1412121623) / MINGW / HBM2 / MiniGui HMG 3.1.4 / IDE (Roberto Lopez).
"Conheça todas as teorias, domine todas as técnicas, mas, quando tocares uma alma humana, seja apenas outra alma humana." (C.G.Jung)
CP200 / CP500 / Basic / dBase III / dBase IV / Clipper Summer / RTlink / Exospace.
Clipper 5.3b / Blinker 7.0 / CDX com TAG
xHarbour 1.2.1-6604 / Borland C++ (5.5.1) 32 bit / HBmake.
Harbour 3.2.0dev (r1412121623) / MINGW / HBM2 / MiniGui HMG 3.1.4 / IDE (Roberto Lopez).
"Conheça todas as teorias, domine todas as técnicas, mas, quando tocares uma alma humana, seja apenas outra alma humana." (C.G.Jung)
- sygecom
- Administrador

- Mensagens: 7131
- Registrado em: 21 Jul 2006 10:12
- Localização: Alvorada-RS
- Contato:
Re: Compilar com Harbour
Olá Hasse,
É possivel sim ! Inclusive se não me engano tem que mudar alguma coisa para poder compilar como por exemplo:
@echo off
cd msvc\VC
call vcvarsall.bat" x86_ia64
cd\devel\harbour_svn
set HB_COMPILER=msvc
set HB_INSTALL_PREFIX=d:\devel\hb-%HB_COMPILER%
set HB_BUILD_IMPLIB=yes
É possivel sim ! Inclusive se não me engano tem que mudar alguma coisa para poder compilar como por exemplo:
@echo off
cd msvc\VC
call vcvarsall.bat" x86_ia64
cd\devel\harbour_svn
set HB_COMPILER=msvc
set HB_INSTALL_PREFIX=d:\devel\hb-%HB_COMPILER%
set HB_BUILD_IMPLIB=yes
Leonardo Machado
xHarbour.org + Hwgui + PostgreSql
xHarbour.org + Hwgui + PostgreSql
