Hi, I could find the solution with Visual Studio C++ Compiler. If it is useful for anybody here my way. I could not use the msvc10 directory with all its stuff! Sox/Mans with DSD-Support ---------------------------------------- Go into the main directory of the sources (i.E.: "C:\Sox"): (Visual Studio C++ 2015, CMake 2.7.1) 1.) cmake -G "Visual Studio 14 2015" -> in directory "src\" the *.vcxproj will be generated 2.) Edit: "src\libsox.vcxproj" Add after the second at the begin (with the right path!): 3.) Build solution Regards Thomas