Login  Register

Re: How to compile LibreCAD in Visual Studio 2015?

Posted by FirstStep on Aug 09, 2016; 3:07pm
URL: https://forum.librecad.org/How-to-compile-LibreCAD-in-Visual-Studio-2015-tp5714095p5714115.html

I added -j to the make arguments and it worked! Thanks.

I kept working on it and I succeeded in building a Release .exe with no errors. However, when I doube click the .exe file, and after added the missing dlls into the same directory as the .exe, I get these three errors:







And this is how my directory looks like:




So what I am trying to do is, edit the code then building a release to test it and so on. Am I on the right track?

I am not sure what do you mean by "VC", I will assume you mean Visual Studio Compiler. So, if I succeed in just compiling the application with VS (Visual Studio) then I think I will be fine on my own to edit the code there and develop on the go. At the mean time I will try and install the c++11 package to my VS2015. I would be on the right track too correct?

I feel like I am almost there so thank you for helping Ravas. truly.