[SDCARD] freecad moved into a sd card

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
User avatar
DeepSOIC
Veteran
Posts: 7896
Joined: Fri Aug 29, 2014 12:45 am
Location: used to be Saint-Petersburg, Russia

Re: [SDCARD] freecad moved into a sd card

Post by DeepSOIC »

medju wrote:Because i compile with cmake&QtCreator and i dont have freecad.exe but i have freecad_d.exe. Of course , on windows 7 64bit.
I see you've build the debug version, but I would recommend you to build for release.
In order to do that, change a setting in CMakeCache.txt. You'll get FreeCAD.exe. Debug version is intended for development and has optimization switched off, quite a bit of extra code that is not needed, and whopping sized pdb files and debug version of libraries.
Next, to make the thing run on some computer, you should install the MSVC redistributable package corresponding to the compiler you built FreeCAD with. That nailed it for me.
I have no Windows XP, so I can't check if it helps in this case.
Post Reply