Run time library selections?

which selection should i select for including all necessary files in one dll ?

i want to learn that

when i build my project , it wont need any another dll and it will run alone

Multi-threaded
(or Multi-threaded Debug)

1 Like

You can also select this option in the Projucer in the Debug/Release configurations of the Visual Studio exporter (Runtime Library = Use static runtime). This way your changes won’t be overwritten when you save your project.