Search found 4839 matches

by uwestoehr
Tue Jun 06, 2023 4:03 pm
Forum: Developers corner
Topic: [MSVC] warnings part 4 - Gui
Replies: 1
Views: 1136

[MSVC] warnings part 4 - Gui

With current master I get these warnings:

Code: Select all

22>D:\FreeCADGit\src\Gui\Widgets.cpp(1595,36): warning C4101: 'e': unreferenced local variable
22>D:\FreeCADGit\src\Gui\Widgets.cpp(1662,36): warning C4101: 'e': unreferenced local variable
by uwestoehr
Tue Jun 06, 2023 4:01 pm
Forum: Developers corner
Topic: [MSVC warnings] - part 3 Sketcher
Replies: 4
Views: 1218

Re: [MSVC warnings] - part 3 Sketcher

On a second PC where I made a build from scratch, these warnings do not occur. I will check further. On the second PC even after deleting the CMake cache and build from scratch, the warnings persist. Additionally, on the PC with the warnings, I get now also these: 57>D:\FreeCADGit\src\Mod\Sketcher\...
by uwestoehr
Tue Jun 06, 2023 1:32 pm
Forum: Developers corner
Topic: [MSVC warnings] - part 3 Sketcher
Replies: 4
Views: 1218

Re: [MSVC warnings] - part 3 Sketcher

On a second PC where I made a build from scratch, these warnings do not occur. I will check further.
by uwestoehr
Tue Jun 06, 2023 1:31 pm
Forum: Developers corner
Topic: [MSVC warnings] - part 2 Console.h
Replies: 1
Views: 588

Re: [MSVC warnings] - part 2 Console.h

Hmm, on a second PC where I made a build from scratch, these warnings do not occur. I will check further.
by uwestoehr
Tue Jun 06, 2023 12:27 pm
Forum: Developers corner
Topic: [MSVC] master not compilablable because of Raytracing
Replies: 2
Views: 556

[MSVC] master not compilablable because of Raytracing

I got a report that when compiling FreeCAD from scratch using MSVC the compilation hangs on Raytracing. I can reproduce this. It seems the Raytracing workbench was removed but it is still in CMake by default to be compiled.
@chennes, can you please have a look?
by uwestoehr
Mon Jun 05, 2023 1:52 pm
Forum: Developers corner
Topic: [MSVC warnings] - part 3 Sketcher
Replies: 4
Views: 1218

[MSVC warnings] - part 3 Sketcher

With today's master I get these Sketcher (planegcs) warnings: 1>D:\FreeCADGit\src\Mod\Sketcher\App\planegcs\Constraints.h(116,18): warning C4251: 'GCS::Constraint::origpvec': class 'std::vector<double *,std::allocator<double *>>' needs to have dll-interface to be used by clients of class 'GCS::Const...
by uwestoehr
Mon Jun 05, 2023 1:50 pm
Forum: Developers corner
Topic: [MSVC warnings] - part 2 Console.h
Replies: 1
Views: 588

[MSVC warnings] - part 2 Console.h

With today's master I get these Console warnings (triggered when compiling Sketcher): 1>D:\FreeCADGit\src\Base/Console.h(786,27): warning C4251: 'Base::ConsoleSingleton::Methods': struct 'PyMethodDef' needs to have dll-interface to be used by clients of class 'Base::ConsoleSingleton' (compiling sour...
by uwestoehr
Mon Jun 05, 2023 1:47 pm
Forum: Developers corner
Topic: [MSVC warnings] - part 1 NaviCube
Replies: 3
Views: 923

[MSVC warnings] - part 1 NaviCube

With today's master I get these NaviCube warnings: 2>D:\FreeCADGit\src\Gui\NaviCube.cpp(173): warning C4305: 'initializing': truncation from 'double' to 'float' 2>D:\FreeCADGit\src\Gui\NaviCube.cpp(174): warning C4305: 'initializing': truncation from 'double' to 'float' 2>D:\FreeCADGit\src\Gui\NaviC...
by uwestoehr
Sun May 07, 2023 9:50 pm
Forum: Open discussion
Topic: [Poll] Sketcher: Task panel rework.
Replies: 196
Views: 25159

Re: [Poll] Sketcher: Task panel rework.

abdullah wrote: Sat Apr 22, 2023 1:16 pm Do you think this issue could be closed now, with the latest merge?
Yes. You can close this.
Thanks for your patience with this.