Adrian Pop

Results 118 comments of Adrian Pop

The library also provides `Library/mingw64` but we have switched from that to `ucrt64` since some time now. I wonder if we could use the `mingw64` libraries with our `ucrt64` compiled...

This is partially fixed now but I will keep this open until I fix it properly with a full check of the success of autotools build call.

Done: https://github.com/OpenModelica/OpenModelica/commit/25d97cae0c27d49286af2bdc95420d01f67ea064 I will tag the final now.

Our frontend developer checked the result after instantiation and that is correct. The problem seems to be in the backend, probably matching and sorting or substitution. @phannebohm can you have...

You have hit this bug: #12098

The command line length when linking your file is 9241. In windows that is above the limit of the command line size: 8191. https://learn.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/command-line-string-limitation In Linux the size of command...

You could also install gdb (as that's why the crash backtrace is not created) via `apt install gdb` and then send us the crash logs via the OMEdit crash dialog....