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