Guys:
I'm getting the following errors when linking:
This happens when I call the following function:
What am I missing ?
I'm getting the following errors when linking:
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|hbregexThis happens when I call the following function:
hIniData := HB_ReadIni( "APP.INI", .F. )What am I missing ?