I'm getting the following errors when linking:
- Code: Select all Expand view
- 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: Select all Expand view
- hIniData := HB_ReadIni( "APP.INI", .F. )
What am I missing ?