Please,
Where can I download:
DbfFpt.lib
Dll.lib
Socket.lib
For Harbour 1.1.0?
Please,
Where can I download:
DbfFpt.lib
Dll.lib
Socket.lib
For Harbour 1.1.0?
Antonio,
That LIBs aren´t there. I downloaded all the zip files of the Harbour project site and carefuly saw inside of them seeking for the LIBs. Then surfing the web again I found an installer for Harbour. That´s great but it don´t have that LIBs too.
I can compile the classic exemple "? Hello World" in Harbour console mode. But I have FHW 6.12 and can´t compile Tutor01. See bellow:
c:\Fwh\Samples>Buildh Tutor01
Fatal: Unable to open file ´dbfftp.lib´
I know this file isn´t necessary to show Hello World. But I´ll need it in my other databases projects.
Could you send DbfFpt.lib, Dll.lib and Socket.lib via email to me? The adress is armario@omeu.com.br
Thank you very much.
Coiote wrote:Please,
Where can I download:
DbfFpt.lib
Dll.lib
Socket.lib
For Harbour 1.1.0?
Sorry, my email armario@omeu.com.br is inactive.
Please send the LIBs to ricardobarros@orolix.com.br
Thank you.
Ricardo,
When you install Harbour (for FWH 6.12) from here:
http://www.fivetechsoft.com/files/6.12/harbour.exe
Then you get dbffpt.lib in c:\harbour\lib\dbffpt.lib
Hello Antonio,
The installer provided by you solved the problem with the LIBs. Now the new missing files are listed in the error below:
Compiling 'tutor01.prg' and generating preprocessed output to 'tutor01.ppo'...
Lines 3564, Functions/Procedures 2
Generating C source output to 'tutor01.c'... Done.
Borland C++ 5.5 for Win32 Copyright (c) 1993, 2000 Borland
tutor01.c:
Error E2209 c:\harbour\include\hbdefs.h 56: Unable to open include file 'stdarg.h'
Error E2209 c:\harbour\include\hbdefs.h 57: Unable to open include file 'stdio.h'
Error E2209 c:\harbour\include\hbdefs.h 58: Unable to open include file 'stdlib.h'
Error E2209 c:\harbour\include\hbdefs.h 59: Unable to open include file 'string.h'
Error E2209 c:\harbour\include\hbsetup.h 56: Unable to open include file 'limits.h'
Error E2188 c:\harbour\include\hbdefs.h 443: Expression syntax
Error E2257 c:\harbour\include\hbdefs.h 465: , expected
Error E2451 tutor01.c 18: Undefined symbol 'NULL'
Error E2141 tutor01.c 18: Declaration syntax error
Error E2190 tutor01.c 18: Unexpected }
Error E2190 tutor01.c 18: Unexpected }
Error E2040 tutor01.c 18: Declaration terminated incorrectly
Error E2190 tutor01.c 22: Unexpected }
Error E2190 tutor01.c 22: Unexpected }
Error E2109 tutor01.c 22: Not an allowed type in function hb_vm_SymbolInit_TUTOR01
*** 15 errors in Compile ***
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
Fatal: Unable to open file 'TUTOR01.OBJ'
Can you send them for me (ricardobarros@orolix.com.br) or tell me where can I get them ?
You help has been the quickiest .
Thank you for that.