Rafał K.
unread,Sep 19, 2025, 9:00:08 AM (7 days ago) Sep 19Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Harbour Users
I recently tested Harbour compilation using mingw64, ucrt64, and clang64 with MSYS2, including ads, curl, and openssl support. Here are some of my findings and observations:
1. mingw64 - warnings when compiling 'hvmall.c' and 'hbzebra.c'
2. ucrt64 - warnings when compiling 'genc.c', 'gencc.c', 'hvmall.c', and 'hbzebra.c'
3. clang64 - no warnings; doesn't compile correctly ads - doesn't import the libace64.a library; after manually importing it and copying it to the appropriate directory, when trying to compile an application using ads, it tries to include the 32-bit -lace32 library.