Benjamin Bræstrup Sayoc

Results 152 comments of Benjamin Bræstrup Sayoc

``` 2025-04-24T07:56:00.7290838Z 72>D:\a\FreeCAD\FreeCAD\src\Base\Reader.cpp(165,20): error C2244: 'Base::XMLReader::getAttribute': unable to match function definition to an existing declaration [C:\FC\build\release\src\Base\FreeCADBase.vcxproj] 2025-04-24T07:56:00.7359387Z ClCompile: 2025-04-24T07:56:00.7359798Z SparseRow.cpp 2025-04-24T07:56:00.7453744Z 72>ClCompile: 2025-04-24T07:56:00.7454560Z D:\a\FreeCAD\FreeCAD\src\Base\Reader.cpp(165,20): 2025-04-24T07:56:00.7455206Z see declaration of 'Base::XMLReader::getAttribute' 2025-04-24T07:56:00.7455746Z...

Help wanted from anyone on Windows

Seems like changing ```cpp template requires XMLReader::instantiated T getAttribute(const char* AttrName, T defaultValue) const; ``` to ```cpp template requires Base::XMLReader::instantiated T getAttribute(const char* AttrName, T defaultValue) const; ``` This must...

It's a workaround, but it's quite sufficient

@WandererFan works on my machine. What about other templates like `A4_Landscape_ISO5457_minimal.svg`, are there any underlines in them? ![image](https://github.com/user-attachments/assets/4cce2bc5-cb4c-4832-bb17-ff6a79889a4b)

@FlachyJoe @Syres916, could you please test?

> Ubuntu LTS up to April 2029 has Qt5.15.13, surely FreeCAD is maintaining support aligned with this @Syres916, no, Qt 5 has been dropped. We agreed to only support Ubuntu...

@WandererFan ready for review

@luzpaz currently not active developing. Feel free to use my commits if wanting to go forward

@maxwxyz currently on hold until decisions on the PR introducing a text workbench have been taken.