Closed ghost closed 7 years ago
DoubleAgent compilation should work out of the box without requiring any modifications, did you follow the Installation steps? What compiler did you use? What's the compilation error?
Right Now i'm using Microsoft visual studio. and it's occurred a error that v141 build tool not install.
Dev c++ is not supported, the default compiler we used was Visual Studio 2017. Regarding v141 build tool, I guess you tried using an older version of VS. There are various solutions for compiling VS 2017 code in older versions of VS, just Google it.
i have vs 2015. can i install v141 also known as build tool in vs15
I guess you can. You can also change the the Platform Toolset from v141 to a lower one in the project properties.
okay thanks I understood the issue and Now I can solve it. thanks Michael.
I'm trying to compile for exe, but whenever I try it's occur error. can you tell me how can compile correctly.