zhangty019 / S3_DeformFDM

S^3-Slicer: A General Slicing Framework for Multi-Axis 3D Printing
BSD 3-Clause "New" or "Revised" License
87 stars 14 forks source link

Fatal Error C1128: "number of sections exceeded object file format limit : compile with /bigobj" #4

Closed moorjuli closed 1 year ago

moorjuli commented 1 year ago

Hey guys,

first of all thanks to the team for this amazing project, i can't wait to produce my first own prints based on S^3-Slicer. When trying to build the application on two different Windows System i ran into the same error stated above. The solution that worked for me was to add "/bigobj" to "Configuration Properties > C/C++ > Command Line > Additional Options" to the ShapeLab Property Page as shown below. image If this was a general error occuring on other systems as well, it might be useful to add this to the installation part of the documentation.

zhangty019 commented 1 year ago

Thanks for your reminder, The related problem has been modified in the README.md