• compile xharbour with bcc7

    From Wilson Gamboa@21:1/5 to All on Sat Jun 24 10:06:24 2023
    Hello to all what tools we need to compile xharbour from new repository using bcc7 and or msvc2022 64 bits
    and How ?
    Thanks for all
    Wilson

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?Marco_Aur=C3=A9lio?=@21:1/5 to All on Mon Jun 26 06:10:01 2023
    Em sábado, 24 de junho de 2023 às 14:06:26 UTC-3, Wilson Gamboa escreveu:
    Hello to all what tools we need to compile xharbour from new repository using bcc7 and or msvc2022 64 bits
    and How ?
    Thanks for all
    Wilson
    I simply installed visual studio community 2022, with the c++ development package and ran make_vc all, with nothing bcc on my machine

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anderson Cardoso@21:1/5 to All on Fri Jun 30 05:44:49 2023
    Em segunda-feira, 26 de junho de 2023 às 10:10:02 UTC-3, Marco Aurélio escreveu:
    Em sábado, 24 de junho de 2023 às 14:06:26 UTC-3, Wilson Gamboa escreveu:
    Hello to all what tools we need to compile xharbour from new repository using bcc7 and or msvc2022 64 bits
    and How ?
    Thanks for all
    Wilson
    I simply installed visual studio community 2022, with the c++ development package and ran make_vc all, with nothing bcc on my machine

    I couldn´t compile with BCC58 nor BCC7. If you take a look at the scripts there are mentions of BCC55 and BCC58 only.
    BCC7 changed the compiler name to bcc32c.exe. But if you change HB_COMPILER var to bcc32c makes no effect.
    The only way I could compile was with GCC 13.1.0 (MinGW32) and Bison.
    I made a step-by-step here: https://linguagemclipper.com.br/dicas/xharbour/cvs (Portuguese-BR)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)