annotate src/libsndfile-1.0.25/Win32/README-precompiled-dll.txt @ 152:ffc6df9c760c

List of exclusions from the appimage repo
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 28 Jun 2018 15:29:59 +0100
parents 545efbb81310
children
rev   line source
cannam@85 1 Notes on Using the Pre-compiled libsndfile DLL.
cannam@85 2 ===============================================
cannam@85 3
cannam@85 4 In order to use this pre-compiled DLL with Visual Studio, you will need to
cannam@85 5 generate a .LIB file from the DLL.
cannam@85 6
cannam@85 7 This can be achieved as follows:
cannam@85 8
cannam@85 9 1) In a CMD window, change to the directory containing this file and
cannam@85 10 run the command:
cannam@85 11
cannam@85 12 lib /machine:i386 /def:libsndfile-1.def
cannam@85 13
cannam@85 14 You now have two files:
cannam@85 15
cannam@85 16 libsndfile-1.dll
cannam@85 17 libsndfile-1.lib
cannam@85 18
cannam@85 19 to be used with VisualStudio.
cannam@85 20
cannam@85 21 If the lib command fails with a command saying "'lib' is not recognized as
cannam@85 22 an internal or external command, operable program or batch file", you need
cannam@85 23 to find the location of "lib.exe" and add that directory to your PATH
cannam@85 24 environment variable. Another alternative is to use the "Visual Studio 2005
cannam@85 25 Command Prompt" Start menu item:
cannam@85 26
cannam@85 27 Start ->
cannam@85 28 All Programs ->
cannam@85 29 Visual Studio 2005 ->
cannam@85 30 Visual Studio Tools ->
cannam@85 31 Visual Studio 2005 Command Prompt
cannam@85 32
cannam@85 33 If for some reason these instructions don't work for you or you are still
cannam@85 34 not able to use the libsndfile DLL with you project, please do not contact
cannam@85 35 the main author of libsndfile. Instead, join the libsndfile-users mailing
cannam@85 36 list :
cannam@85 37
cannam@85 38 http://www.mega-nerd.com/libsndfile/lists.html
cannam@85 39
cannam@85 40 and ask a question there.