Changeset 1342
- Timestamp:
- 02/15/08 07:46:45 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
portaudio/branches/v19-devel/src/hostapi/asio/ASIO-README.txt
r605 r1342 3 3 This document contains information to help you compile PortAudio with 4 4 ASIO support. If you find any omissions or errors in this document 5 please notify Ross Bencina <rossb@audiomulch.com>.5 please notify us on the PortAudio mailing list. 6 6 7 7 … … 11 11 To build PortAudio with ASIO support you need to compile and link with 12 12 pa_asio.c, and files from the ASIO SDK (see below), along with the common 13 files from pa_common/ and platform specific files from pa_win/ (for Win32)14 or pa_mac/ (for Macintosh).13 files from src/common/ and platform specific files from src/os/win/ (for Win32) 14 or src/os/mac/ (for Macintosh). 15 15 16 If you are compiling with a non-Microsoft compiler on windows, also16 If you are compiling with a non-Microsoft compiler on Windows, also 17 17 compile and link with iasiothiscallresolver.cpp (see below for 18 18 an explanation). … … 41 41 for further details. 42 42 43 http://www.steinberg. net/en/ps/support/3rdparty/asio_sdk/43 http://www.steinberg.de/329+M52087573ab0.html 44 44 45 45 If the above link is broken search Google for: … … 57 57 host/mac/asioshlib.cpp 58 58 host/mac/codefragements.cpp 59 60 You may also need to adjust your include paths to support inclusion of 61 header files from the above directories. 59 62 60 63 … … 76 79 CoInitialize, CoUninitialize, CoCreateInstance, CLSIDFromString 77 80 For compilation with MinGW you will need to link with -lole32, for 78 Borland link with Import32.lib.81 Borland compilers link with Import32.lib. 79 82 80 83
