Debug Build does not complete

Hi.

If you refer to Go.fx, it will take time to build even if you are not using any of the classes.
Furthermore, the code that causes the problem is unknown, but the CPU usage is close to 100% and the Debug build is not complete.
(The release build is complete.)

Please try this project.
SharedProjTest.zip (3.7 KB)

The build is complete with only a few changes. For example,

  • Change dynamic array to fixed length array (ex: array[0…10] of LineData;)
  • Change type of dynamic array to other than structure (ex: array of String)
  • Move Class1.pas to ClassLibrary1 project (Delete SharedProject1)
  • Remove the Go.fx reference.

A debug build will succeed if only one of the above is done.
However, none of the above is content that I can not carry out to achieve the purpose…

Elements version 10.0.0.2395

i believe this is a known issue. Go support is still early days, especially in Island, and i know Carlo has been working in linking time improvements in a separate branch that is not quite ready yet. i’d appreciate if you could retest this in a couple weeks when these changes have landed in the main branch…

Go.fx can be selected in 2395, so I have tried it.
Wait for the official release.
Thank you. :slight_smile:

1 Like