FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour hi buildhm comfile error...
Posts: 109
Joined: Sun Nov 13, 2005 12:40 AM
hi buildhm comfile error...
Posted: Thu May 31, 2007 04:06 PM
Hi all.

buildhm comfile error help me....

#include "FiveWin.ch"
#include "RichEdit.ch"

FUNC main()
publ oGet, aGet
DEFINE WINDOW oWndC  OF oWnd PIXEL TITLE "" 

       oGet := TRichEdit():New( 10, 550, { || "" }, oWndC, 464, 674, , .t., , , .t. )
       oGet:lHighLight = .f.

ACTIVATE WINDOW oWndC MAXIMIZED 

RETU NIL


/*
Compiling...
Harbour devel build 1.1-0 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'main.prg' and generating preprocessed output to 'main.ppo'...
Generating C source output to 'main.c'... Done.
main.c
Creating library main.lib and object main.exp
FiveHm.lib(TRICHEDI.obj) : error LNK2001: unresolved external symbol _HB_FUN_RESETZOOM
FiveHm.lib(TRICHEDI.obj) : error LNK2001: unresolved external symbol _HB_FUN_REGETOLEINTERFACE
FiveHm.lib(TRICHEDI.obj) : error LNK2001: unresolved external symbol _HB_FUN_RESETOLECALLBACK
FiveHm.lib(TRICHEDI.obj) : error LNK2001: unresolved external symbol _HB_FUN_RESETOLEUNINIT
FiveHm.lib(TRICHEDI.obj) : error LNK2001: unresolved external symbol _HB_FUN_RESETOLEINIT
FiveHm.lib(TRICHEDI.obj) : error LNK2001: unresolved external symbol _HB_FUN_REPASTESPECIAL
FiveHm.lib(TRICHEDI.obj) : error LNK2001: unresolved external symbol _HB_FUN_REPAGEBREAK
FiveHm.lib(TRICHEDI.obj) : error LNK2001: unresolved external symbol _HB_FUN_REINSERTPICTURE
FiveHm.lib(TRICHEDI.obj) : error LNK2001: unresolved external symbol _HB_FUN_REGETZOOM
main.exe : fatal error LNK1120: 9 unresolved externals
* Application successfully built
*/
FWH User

FWPPC User

FWLinux User
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
hi buildhm comfile error...
Posted: Fri Jun 01, 2007 11:05 AM

We email you a modified FiveHCM.lib, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 109
Joined: Sun Nov 13, 2005 12:40 AM
email you a modified FiveHCM.lib, compile error..
Posted: Fri Jun 01, 2007 10:00 PM
Antonio Linares wrote:We email you a modified FiveHCM.lib, thanks


thank you. Antonio...

Mail Download file is Compiling... Error. (fivehcm.lib)

Compiling...
Harbour devel build 1.1-0 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'main.prg' and generating preprocessed output to 'main.ppo'...
Lines 5870, Functions/Procedures 32
Generating C source output to 'main.c'... Done.
main.c

Creating library main.lib and object main.exp
FiveHcm.lib(RICHEDIT.obj) : error LNK2001: unresolved external symbol _OleUIPasteSpecialA@4
main.exe : fatal error LNK1120: 1 unresolved externals
* Application successfully built

Best regards,
FWH User

FWPPC User

FWLinux User
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
hi buildhm comfile error...
Posted: Sat Jun 02, 2007 05:19 PM

You have to link Microsoft oledlg.lib too

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 109
Joined: Sun Nov 13, 2005 12:40 AM
hi buildhm comfile error...
Posted: Sat Jun 02, 2007 11:30 PM

Thank you
Antonio Linares

Best Regard's

FWH User

FWPPC User

FWLinux User

Continue the discussion