Get the following error when attempting to compile:
e:\bcc7\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
Turbo Incremental Link 6.72 Copyright (c) 1997-2015 Embarcadero Technologies, Inc.
Error: Unresolved external '_pcre_config' referenced from E:\HARBOUR\LIB\HBRTL.LIB|hbregex
Error: Unresolved external '_pcre_stack_malloc' referenced from E:\HARBOUR\LIB\HBRTL.LIB|hbregex
Error: Unresolved external '_pcre_stack_free' referenced from E:\HARBOUR\LIB\HBRTL.LIB|hbregex
Error: Unable to perform link
I am using the latest Fwh, with Harbour:
Harbour 3.2.0dev (r1506171039)
I am trying just a simple
Function Main()
Msginfo("hello world")
Return nil
New FwHarbour Compile
-
- Posts: 388
- Joined: Sun Nov 06, 2005 3:55 pm
- Location: Southern California, USA
- Contact:
-
- Posts: 388
- Joined: Sun Nov 06, 2005 3:55 pm
- Location: Southern California, USA
- Contact:
Re: New FwHarbour Compile
Sorry, please ignore. I have the same problem bout a year ago, same solution worked.
Link in hbpcre.lib
And my famous Hello World worked.
Link in hbpcre.lib
And my famous Hello World worked.
Thanks,
Byron Hopp
Matrix Computer Services
Byron Hopp
Matrix Computer Services