Search found 12 matches

by Zig_mint
Tue May 14, 2019 9:38 pm
Forum: Install / Compile
Topic: Compile Issues on Windows using latest Libpack
Replies: 8
Views: 2268

Re: Compile Issues on Windows using latest Libpack

See https://forum.freecadweb.org/viewtopic.php?f=4&t=36071&start=20#p307112 Thank you apeltauer, this post was very helpful and I am now able to compile and run FreeCAD. Following are the version details for those who wish to know Windows SDK version 10.0.17763.0 to Windows 10.0.17134. Comp...
by Zig_mint
Tue May 14, 2019 8:37 am
Forum: Install / Compile
Topic: Compile Issues on Windows using latest Libpack
Replies: 8
Views: 2268

Re: Compile Issues on Windows using latest Libpack

Hi, Thanks for the quick reply. I was able to correct the error and was even able to build the FreeCAD from visual studio 2019. Now when I run the Freecad.exe file from the build-directory/bin/freecad.exe I get the error saying The code execution cannot proceed because Qt5Core.dll was not found. Rei...
by Zig_mint
Mon May 13, 2019 2:38 pm
Forum: Install / Compile
Topic: Compile Issues on Windows using latest Libpack
Replies: 8
Views: 2268

Re: Compile Issues on Windows using latest Libpack

If it uses Qt5.......how do I fix this error?

PS: I am new to cmake.
by Zig_mint
Mon May 13, 2019 1:57 pm
Forum: Install / Compile
Topic: Compile Issues on Windows using latest Libpack
Replies: 8
Views: 2268

Compile Issues on Windows using latest Libpack

hello, I have been trying to compile freecad latest version from github on windows 10 and Microsoft VS 2019 and Libpack 12.1.2 x64 I happen to come across this error using Cmake 3.14. Any suggestions on what I should do Found unsuitable Qt version "5.12.1" from C:/Users/RUPESH/Desktop/PROJ...
by Zig_mint
Mon Mar 25, 2019 11:12 am
Forum: Developers corner
Topic: Shared Objects In FreeCAD
Replies: 1
Views: 450

Shared Objects In FreeCAD

Hi, I have been struggling to understand the shared objects that are made by FreeCAD after compilation. I wanted to know how can I write code so that when I compile the source code I can use the shared objects for my workbench. For Example, the FEM workbench has two .so files namely Fem.so and FemGu...
by Zig_mint
Tue Mar 19, 2019 3:08 am
Forum: Developers corner
Topic: Importing Workbench tools into custom Workbench
Replies: 1
Views: 677

Importing Workbench tools into custom Workbench

Hi,
I wanted to know whether it is possible to import and use the tools in other workbenches. for instance, I want to use the line tool from the Sketcher Workbench into my own custom workbench. How can I do this?
by Zig_mint
Sun Mar 17, 2019 12:15 pm
Forum: Python scripting and macros
Topic: Creating A Workbench
Replies: 0
Views: 473

Creating A Workbench

ezgif.com-gif-maker.jpg Hello, I wish to create a workbench of my own where I keep all the tools which I use on a regular basis but I can't happen to find a way to do it. The attached image shows that I have made a workbench with the name ZIGMINT now next I want to add two tools from Sketcher Workb...
by Zig_mint
Mon Feb 11, 2019 4:31 pm
Forum: Developers corner
Topic: Tool Addition to Workbench
Replies: 3
Views: 741

Re: Tool Addition to Workbench

Thanks for the help but I wanted to specifically understand how can I import the "line tool" as the "Draft" and "Sketcher" workbench does.
by Zig_mint
Sun Feb 10, 2019 8:13 pm
Forum: Developers corner
Topic: Tool Addition to Workbench
Replies: 3
Views: 741

Tool Addition to Workbench

Hi, I am trying to make a custom workbench for myself that contains all the tools that I use regularly. I have created a module using the FreeCad build tool and its all working fine. I wanted to know, how will I add already established tools of freecad? for instance, I want my workbench to contain r...
by Zig_mint
Tue Jan 29, 2019 5:22 am
Forum: Install / Compile
Topic: VTK Error
Replies: 3
Views: 1771

Re: VTK Error

Thank you, for helping out. I realized libvtk6-dev was not installed...........I installed this package but now when I run the command cmake on the source code I get the following error. I also wanted to know how did you figure this out if possible!!!!!! -- The imported target "vtkRenderingPyth...