by Silvio.Falconi » Wed Dec 20, 2017 8:43 pm
I do not think it's correct item,
in regex \S it does not mean anything,
it should be interpreted as S, I wanted to \bS where \b means "word limiter" practically the regex "Silvio"
also finds Silvio inside the word "faSilvioooo"
(at random) while the regex ""\bSilvio\b" finds only Silvio if it is a unique word.
and However if this were the problem the 3rd case, which is correctly written, would work ...
I think the problem is that in harbor the libraries are looked for when compiling the compiler not in the process of compiling the single program ...
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com