Hello ,
I've been working with Harbor and FiveWin for years and I've never had a problem like this before.
I have a problem when compiling , with header file and case sensitive
I have this error
[code]Copyright (c) 1999-2020, https://harbour.github.io/
Righe.prg(5689) Warning W0001 Ambiguous reference 'ARRAY_IVE'[code]
The problem is that in the source I Have
i := ascan(atotale[array_ive],. . .
And in the header.ch
#define ARRAY_IVE 4
I understand the problem is uppercase and lowercase, but it always worked before.
I don't know if this happened after a Windows update
Regards Maurizo