Windows Arm64 Scilab Build

We’re trying to understand the problems and if possible, try to make Windows arm64 version of the application. We have few questions:

  • How do you create and update zip with prerequirements (dependencies)? Do you build all 3rd party libraries on your machines, or you fetched the binaries from the owners resources?
  • Are your setup instructions for Windows up-to-date?
  • When we try to build it for Windows x64 we are facing following issues:
    • If we try to build only from Scilab.sln we would miss a lot of *_f libraries. (Only 134/155 projects are loaded)
    • If we try to build those from Scilab_f2c.sln, we have again a lot of build errors present. (e.g. some pre-Link events are failing as input line is too long, conversion of some fortran files to .c files, building scilab macros)
      ** For x64 build, we’re running Windows 11 machine, and using WindowsTargetPlatformVersion 10, and PlatformToolset v143.