Search found 7 matches

by Oli
Wed Jan 03, 2018 7:09 pm
Forum: Job offers
Topic: Searching for a freelancer to help me implementing a new workbench
Replies: 3
Views: 1944

Searching for a freelancer to help me implementing a new workbench

Hello everyone, I'm searching for a freelancer who helps me implementing a new workbench. I want to develop a new workbench in freeCAD and I'm searching for someone who can help me. I need someone who implements the GUI for me (either in Python or C++) and can provide some support afterwards. Please...
by Oli
Sun Dec 24, 2017 12:47 pm
Forum: Install / Compile
Topic: failed to compile FreeCAD with windows
Replies: 16
Views: 5818

Re: failed to compile FreeCAD with windows

I found it.
I forgot to uncheck FEM_Netgen in CMake.
Now I have only one error left.
QOpenGLDebugMessage cannot be found (include) in ImageGui.
by Oli
Thu Dec 21, 2017 9:39 pm
Forum: Install / Compile
Topic: failed to compile FreeCAD with windows
Replies: 16
Views: 5818

Re: failed to compile FreeCAD with windows

Hello everyone, i tried to build FreeCAD, but it failed. I have used the current version available (2017-12-21) with libpack 11.5.3 and cmake 3.9.3 no problems to this point. But when I try to build it with VS 2013 Prof. I get 1587 errors. Most of them somehow related to "TopTools", "...
by Oli
Fri Oct 21, 2016 8:17 am
Forum: Job offers
Topic: Paid: Searching a developer for a quick-start
Replies: 2
Views: 3115

Re: Searching a developer for a quick-start

Hello Frank,
thanks for the reply. I've read most of the stuff you recommended. Nonetheless I would prefer getting started with the help of an experienced developer.
by Oli
Wed Oct 19, 2016 6:56 pm
Forum: Job offers
Topic: Paid: Searching a developer for a quick-start
Replies: 2
Views: 3115

Paid: Searching a developer for a quick-start

Hello everyone, I want to write a new non-commercial module for FreeCAD (gui probably with python and most of the function with c++) and I'm searching for an experienced developer for a 1-3 day workshop in Germany to help me start developing. So, if you have expertise with FreeCAD and/or developed a...
by Oli
Wed Oct 12, 2016 4:47 pm
Forum: Developers corner
Topic: Using *.ui files with c++
Replies: 3
Views: 1646

Re: Using *.ui files with c++

Thanks for the answer!
i have added my *.ui files in the CMakeLists.txt. But where do I find the generated *.h and *.cpp files? They are neither in the folder /src/Mod/MyModule/Gui, nor in Mod/MyModule.
by Oli
Wed Oct 12, 2016 11:09 am
Forum: Developers corner
Topic: Using *.ui files with c++
Replies: 3
Views: 1646

Using *.ui files with c++

Hello everyone, I'm new to development with FreeCAD and Qt. I want to add some new functionality to FreeCAD. I have an old programm (written in c++) and want to use it with FreeCAD. Therefore I created a new workspace. Now I try to create some new dialogs for data input that I need. I develop with V...