Instalei o Harbour 2.0 que peguei no sourceforge.net:
m
Nenhuma variável de ambiente foi configurada ainda pois o "Hello world" compilou sem problemas. Apenas descompactei o Harbour 2 na pasta HB20.
Antes de iniciar a conversão do meu programa para Fivewin quero converter os bancos de dados para ...
Search found 19 matches
- Sat Sep 18, 2010 2:56 pm
- Forum: All products support
- Topic: undefined reference to HB_FUN_LOADLIBRARY
- Replies: 1
- Views: 2256
- Tue Jan 19, 2010 12:56 pm
- Forum: All products support
- Topic: Que Lib devo usar?
- Replies: 9
- Views: 6018
Re: Que Lib devo usar?
Compilou!!!
Obrigado (Gracias) Antônio!
Obrigado (Gracias) Antônio!
- Tue Jan 19, 2010 12:35 am
- Forum: All products support
- Topic: Que Lib devo usar?
- Replies: 9
- Views: 6018
Re: Que Lib devo usar?
Estou usando o Harbour que você indicou mas o erro continua.
Ficou melhor usando esta sequência de links:
Rochinha,
Obrigado pela dica. Melhorou pois aqueles unresolved external não aparecem mais. Agora aparecem estes:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
'_hb ...
Ficou melhor usando esta sequência de links:
Rochinha,
Obrigado pela dica. Melhorou pois aqueles unresolved external não aparecem mais. Agora aparecem estes:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
'_hb ...
- Fri Jan 15, 2010 3:12 am
- Forum: All products support
- Topic: Que Lib devo usar?
- Replies: 9
- Views: 6018
Re: Que Lib devo usar?
Já descobri que estes "unresolved external" são causados por chamadas de funções dentro dos arquivos Fivewin.ch e Dll.ch.
Imagino que falta incluir alguma lib para que estas funções sejam reconhecidas
pelo Borland Turbo Incremental Link 5.0
Se for isso mesmo que LIB é esta?
Já tentei com o ...
Imagino que falta incluir alguma lib para que estas funções sejam reconhecidas
pelo Borland Turbo Incremental Link 5.0
Se for isso mesmo que LIB é esta?
Já tentei com o ...
- Thu Jan 14, 2010 8:29 pm
- Forum: All products support
- Topic: Que Lib devo usar?
- Replies: 9
- Views: 6018
Re: Que Lib devo usar?
Antônio, você é o máximo!
E para estes outros unresolved external?
_HB_FUN_LOADLIBRARY
_HB_FUN_GETRESOURCES
_HB_FUN_STEHANDLECOUNT
_HB_FUN_FREELIBRARY
_HB_FUN_TSAY
_HB_FUN_GETPROCADRESS
_HB_FUN_CALLDLL
_HB_FUN_MSGALERT
E para estes outros unresolved external?
_HB_FUN_LOADLIBRARY
_HB_FUN_GETRESOURCES
_HB_FUN_STEHANDLECOUNT
_HB_FUN_FREELIBRARY
_HB_FUN_TSAY
_HB_FUN_GETPROCADRESS
_HB_FUN_CALLDLL
_HB_FUN_MSGALERT
- Wed Dec 16, 2009 1:11 pm
- Forum: All products support
- Topic: Que Lib devo usar?
- Replies: 9
- Views: 6018
Re: Que Lib devo usar?
Ótimo, Antonio!
Incluindo o arquivo Dll.ch e as libs fivehc e fivehx os erros agora são só 3:
CUPOM4.prg(6) Warning W0001 Ambiguous reference: 'HBOR'
CUPOM4.prg(13) Warning W0001 Ambiguous reference: 'HBOR'
Generating C source output to 'CUPOM4.c'... Done.
Borland C++ 5.5.1 for Win32 Copyright (c ...
Incluindo o arquivo Dll.ch e as libs fivehc e fivehx os erros agora são só 3:
CUPOM4.prg(6) Warning W0001 Ambiguous reference: 'HBOR'
CUPOM4.prg(13) Warning W0001 Ambiguous reference: 'HBOR'
Generating C source output to 'CUPOM4.c'... Done.
Borland C++ 5.5.1 for Win32 Copyright (c ...
- Tue Dec 15, 2009 5:59 am
- Forum: All products support
- Topic: Que Lib devo usar?
- Replies: 9
- Views: 6018
Que Lib devo usar?
Olá colegas
O Harbour dispõe das funções
LoadLibrary()
dllcall()
Em qual lib elas estão?
Sei que em versões mais novas elas estão na Hbwin.lib
Porém eu uso o Harbour 1.0 para testar o Fivewin 6.12
O Harbour dispõe das funções
LoadLibrary()
dllcall()
Em qual lib elas estão?
Sei que em versões mais novas elas estão na Hbwin.lib
Porém eu uso o Harbour 1.0 para testar o Fivewin 6.12
- Thu Nov 05, 2009 9:07 am
- Forum: All products support
- Topic: Como gerar o exe apesar de um "unresolved external"
- Replies: 1
- Views: 1201
Como gerar o exe apesar de um "unresolved external"
Olá colegas
Existiria no Harbour uma cláusula semelhante ao
BLINKER EXECUTABLE NODELETE
que gera o exe apesar de um "unresolved external" como, por exemplo, na falta de um dos módulos compilados com /m no programa abaixo?
Calc.prg:
---------
Function Main()
Cliente := "JOAO"
If Cliente = "JOAO ...
Existiria no Harbour uma cláusula semelhante ao
BLINKER EXECUTABLE NODELETE
que gera o exe apesar de um "unresolved external" como, por exemplo, na falta de um dos módulos compilados com /m no programa abaixo?
Calc.prg:
---------
Function Main()
Cliente := "JOAO"
If Cliente = "JOAO ...
- Wed Oct 28, 2009 7:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
- Replies: 15
- Views: 4398
Re: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
Antonio, you solved the problem!
The new Build.bat works fine. Now I undestand. The problem was the libs that I used. Linking these alternative libs
I finaly created the exe.
PS. following the this way I changed \Harbour\bin\BrMake\BrMake.ini to use the same libs but not with that great result ...
The new Build.bat works fine. Now I undestand. The problem was the libs that I used. Linking these alternative libs
I finaly created the exe.
PS. following the this way I changed \Harbour\bin\BrMake\BrMake.ini to use the same libs but not with that great result ...
- Fri Oct 23, 2009 12:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
- Replies: 15
- Views: 4398
Re: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
Here is the link, Antonio
http://www.mediafire.com/?yzj42mnhmyu
I have edited build.bat
There is another linker In the folder \Harbour\Bin\Brmake
I'd like to use it but i fails too
Thank you again
http://www.mediafire.com/?yzj42mnhmyu
I have edited build.bat
There is another linker In the folder \Harbour\Bin\Brmake
I'd like to use it but i fails too
Thank you again
- Thu Oct 22, 2009 1:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
- Replies: 15
- Views: 4398
Re: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
I linked again:
vm.lib
rtl.lib
gtwin.lib
and this is the result:
Generating C source output to 'hello.c'... Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
hello.c:
*
Linking...
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_gt ...
vm.lib
rtl.lib
gtwin.lib
and this is the result:
Generating C source output to 'hello.c'... Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
hello.c:
*
Linking...
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_gt ...
- Wed Oct 21, 2009 7:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
- Replies: 15
- Views: 4398
Re: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
Well, I think I don't need these libs but Harbour does.
Because I remarked them in the link script (c:\harbour\tests\build.bat) and then these errors occured:
Error: Unresolved external 'WinMain' referenced from C:\HARBOUR\BCC\LIB\C0W32.OBJ
Error: Unresolved external '_hb_vmProcessSymbolsEx ...
Because I remarked them in the link script (c:\harbour\tests\build.bat) and then these errors occured:
Error: Unresolved external 'WinMain' referenced from C:\HARBOUR\BCC\LIB\C0W32.OBJ
Error: Unresolved external '_hb_vmProcessSymbolsEx ...
- Wed Oct 21, 2009 5:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
- Replies: 15
- Views: 4398
Re: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
Buildx.bat works when using Fivewin directly. But I realy need to:
1. convert my system from Clipper to Harbour console
2. convert its database from Dbf to Mysql
(at this point my clients will use a console version)
3. rewrite it using fivewin
As a begining I'm trying to compile this exemple in ...
1. convert my system from Clipper to Harbour console
2. convert its database from Dbf to Mysql
(at this point my clients will use a console version)
3. rewrite it using fivewin
As a begining I'm trying to compile this exemple in ...
- Wed Oct 21, 2009 12:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
- Replies: 15
- Views: 4398
Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
Do someone know how to solve this error?
Linking...
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_gt_winapi_tone' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin
Error: Unresolved external '_hb_cdpID' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin
Error ...
Linking...
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_gt_winapi_tone' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin
Error: Unresolved external '_hb_cdpID' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin
Error ...
- Tue Oct 20, 2009 10:32 pm
- Forum: All products support
- Topic: Erro na GTWIN.LIB ao compilar programas
- Replies: 1
- Views: 1436
Erro na GTWIN.LIB ao compilar programas
Olá turma.
Alguém sabe como resolver este erro? / Do someone know how to solve this error?
Linking...
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_gt_winapi_tone' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin
Error: Unresolved external '_hb_cdpID ...
Alguém sabe como resolver este erro? / Do someone know how to solve this error?
Linking...
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_gt_winapi_tone' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin
Error: Unresolved external '_hb_cdpID ...