FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error al compilar lib TDolphin
Posts: 1276
Joined: Tue Dec 28, 2010 01:29 PM
Error al compilar lib TDolphin
Posted: Mon Sep 05, 2011 06:58 PM

Buenas tardes,

Al tratar de compilar mi .prg para que vea BD Mysql me arroja el siguiente error

โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€
Compiling...
Harbour 3.0.0 (Rev. 16951)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'mysql.prg' and generating preprocessed output to 'mysql.ppo'...
Lines 4185, Functions/Procedures 2
Generating C source output to 'mysql.c'... Done.
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
mysql.c:
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_pcre_config' referenced from C:\HARBOUR\LIB\HBRTL.L
IB|hbregex
Error: Unresolved external '_pcre_stack_malloc' referenced from C:\HARBOUR\LIB\H
BRTL.LIB|hbregex
Error: Unresolved external '_pcre_stack_free' referenced from C:\HARBOUR\LIB\HBR
TL.LIB|hbregex
* Linking errors *

C:\FWH\samples>

Estoy utilizando la lib de TDolphin y Harbour 3.0

FWH 25.12

Harbour/Hbmk2

Microsoft Visual C++

MySql 8.0

Antigravity

Posts: 132
Joined: Thu Mar 08, 2007 06:12 PM
Re: Error al compilar lib TDolphin
Posted: Mon Sep 05, 2011 11:35 PM

Hola Wilmer
Agrega la lib hbpcre.lib a tu .bat o a tu fichero de compilacion

Saludos

Harbour / Bcc / MinGW / Fwh 13.9

Continue the discussion