README-precompiled-dll.txt
上传用户:shw771010
上传日期:2022-01-05
资源大小:991k
文件大小:1k
源码类别:

Audio

开发平台:

Unix_Linux

  1. Notes on Using the Pre-compiled libsndfile DLL.
  2. ===============================================
  3. In order to use this pre-compiled DLL with Visual Studio, you will need to
  4. generate a .LIB file from the DLL.
  5. This can be achieved as follows:
  6.   1) In a CMD window, change to the directory containing this file and
  7.      run the command:
  8.           lib /machine:i386 /def:libsndfile-1.def
  9. You now have two files:
  10.         libsndfile-1.dll
  11.         libsndfile-1.lib
  12. to be used with VisualStudio.
  13. If the lib command fails with a command saying "'lib' is not recognized as
  14. an internal or external command, operable program or batch file", you need
  15. to find the location of "lib.exe" and add that directory to your PATH
  16. environment variable. Another alternative is to use the "Visual Studio 2005
  17. Command Prompt" Start menu item:
  18.    Start ->
  19.     All Programs ->
  20. Visual Studio 2005 ->
  21. Visual Studio Tools ->
  22. Visual Studio 2005 Command Prompt
  23. If for some reason these instructions don't work for you or you are still
  24. not able to use the libsndfile DLL with you project, please do not contact
  25. the main author of libsndfile. Instead, join the libsndfile-users mailing
  26. list :
  27.         http://www.mega-nerd.com/libsndfile/lists.html
  28. and ask a question there.