FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Linking errors on console Harbour.
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Linking errors on console Harbour.
Posted: Wed Jun 22, 2016 08:50 PM
Guys:
I'm getting the following errors when linking:
Code (fw): Select all Collapse
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_pcre_config' referenced from C:\HARBOURB\LIB\HBRTL.LIB|hbregex
Error: Unresolved external '_pcre_stack_malloc' referenced from C:\HARBOURB\LIB\HBRTL.LIB|hbregex
Error: Unresolved external '_pcre_stack_free' referenced from C:\HARBOURB\LIB\HBRTL.LIB|hbregex


This happens when I call the following function:
Code (fw): Select all Collapse
hIniData := HB_ReadIni( "APP.INI", .F. )



What am I missing ?
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Linking errors on console Harbour.
Posted: Wed Jun 22, 2016 09:06 PM

Gustavo,

You have to link hbpcre.lib

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: Linking errors on console Harbour.
Posted: Thu Jun 23, 2016 01:45 AM

Antonio:

Thank you very much ! Worked flawlessly.

Continue the discussion