sample error

Post Reply
Ehab Samir Aziz
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

sample error

Post by Ehab Samir Aziz »

Compiling...
Harbour Compiler Alpha build 45.0 (Flex)
Copyright 1999-2005, http://www.harbour-project.org/
Compiling 'mscomm32.prg' and generating preprocessed output to 'mscomm32.p

Lines 18, Functions/Procedures 1
Generating C source output to 'mscomm32.c'... Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
mscomm32.c:

Borland Implib Version 3.0.22 Copyright (c) 1991, 2000 Inprise Corporation

Borland Implib Version 3.0.22 Copyright (c) 1991, 2000 Inprise Corporation
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_TOLEAUTO' referenced from E:\COMPILER\
R\FWH\SAMPLES\MSCOMM32.OBJ
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: sample error

Post by Enrico Maria Giordano »

You need of hbole.lib with Harbour. Otherwise use xHarbour which has OLE built in.

EMG
Ehab Samir Aziz
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

Post by Ehab Samir Aziz »

How can I use hbole.lib . I seached all the lib directories !! not found. Pls help I am not going to use xHarbour . How can I use it in buildhd.bat
thanks
Post Reply