Today I bought the latest release 25.09 of FWH e BCC77, but unfortunately this error occurs to me:
Compiling...
Harbour 3.2.0dev (r2503251254)
Copyright (c) 1999-2024, https://harbour.github.io/
Compiling 'xlsx01.prg' and generating preprocessed output to 'xlsx01.ppo'...
Lines 5304, Functions/Procedures 4
Generating C source output to 'xlsx01.c'... Done.
Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.
xlsx01.c:
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Error: Unresolved external '__streams' referenced from D:\FWH\LIB\XLSXLIBHBBCC.LIB|drawing
Error: Unable to perform link
* Linking errors *
d:\fwh\samples\misc>
To perform this test I used the batch: Buildh, where I activated the library: D:\FWH\LIB\XLSXLIBHBBCC.LIB
the version of BCC is 770,
the Harbour compiler used I suppose is NOT cLANG since it is named: Harbour_bcc770_32_2025.05.15 (there is NO letter C following bcc770)
iLink32.cfg
-Gn
-Ld:\bcc77\lib;d:\bcc77\lib\psdk
-aa
-x
bcc32.cfg
-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
-O
-O1
-OS
-Ob
-Oc
-Ov
-c
-d
-g0
-k-
-v-
-w
-w!
I am asking you for help, thank you