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 <ItemGroup> at the begin (with the right path!): <ClCompile Include="D:\Programmierung\Projekte_VisualC++\sox_DSD\src\dop.c" /> <ClCompile Include="D:\Programmierung\Projekte_VisualC++\sox_DSD\src\sdm.c" /> <ClCompile Include="D:\Programmierung\Projekte_VisualC++\sox_DSD\src\dsdiff.c" /> <ClCompile Include="D:\Programmierung\Projekte_VisualC++\sox_DSD\src\dsf.c" /> 3.) Build solution Regards Thomas |
------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi
_______________________________________________ Sox-users mailing list Sox-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/sox-users