sox-users@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
* DSD-Support - Compiling Mansr MSVC
@ 2017-01-13 18:13 Thomas Foerster
  2017-01-14 20:50 ` Fwd: " Thomas Foerster
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Foerster @ 2017-01-13 18:13 UTC (permalink / raw)
  To: sox-users


[-- Attachment #1.1: Type: text/plain, Size: 390 bytes --]

Hi,

is there anyone out, who compiled Sox with Visual Studio 2015 and could 
give me any advice or howto? I didn't use MSVC for many years. I think 
the sox.sln in msvc10 in the package is far away from VS 2015...

I need DSD-support for DSD, so I need this version for windows: 
https://github.com/mansr/sox

I think the usual Sox doesn't support DSD ... Hope I am right.

Regards
Thomas

[-- Attachment #1.2: Type: text/html, Size: 1252 bytes --]

[-- Attachment #2: Type: text/plain, Size: 323 bytes --]

------------------------------------------------------------------------------
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

[-- Attachment #3: Type: text/plain, Size: 158 bytes --]

_______________________________________________
Sox-users mailing list
Sox-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-users

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Fwd: DSD-Support - Compiling Mansr MSVC
  2017-01-13 18:13 DSD-Support - Compiling Mansr MSVC Thomas Foerster
@ 2017-01-14 20:50 ` Thomas Foerster
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Foerster @ 2017-01-14 20:50 UTC (permalink / raw)
  To: sox-users


[-- Attachment #1.1: Type: text/plain, Size: 887 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 1756 bytes --]

[-- Attachment #2: Type: text/plain, Size: 323 bytes --]

------------------------------------------------------------------------------
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

[-- Attachment #3: Type: text/plain, Size: 158 bytes --]

_______________________________________________
Sox-users mailing list
Sox-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-users

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-14 20:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-13 18:13 DSD-Support - Compiling Mansr MSVC Thomas Foerster
2017-01-14 20:50 ` Fwd: " Thomas Foerster

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).