Changeset 1342

Show
Ignore:
Timestamp:
02/15/08 07:46:45 (6 months ago)
Author:
rossb
Message:

revised ASIO-README.txt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • portaudio/branches/v19-devel/src/hostapi/asio/ASIO-README.txt

    r605 r1342  
    33This document contains information to help you compile PortAudio with  
    44ASIO support. If you find any omissions or errors in this document  
    5 please notify Ross Bencina <rossb@audiomulch.com>. 
     5please notify us on the PortAudio mailing list. 
    66 
    77 
     
    1111To build PortAudio with ASIO support you need to compile and link with 
    1212pa_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). 
     13files from src/common/ and platform specific files from src/os/win/ (for Win32)  
     14or src/os/mac/ (for Macintosh). 
    1515 
    16 If you are compiling with a non-Microsoft compiler on windows, also  
     16If you are compiling with a non-Microsoft compiler on Windows, also  
    1717compile and link with iasiothiscallresolver.cpp (see below for  
    1818an explanation). 
     
    4141for further details. 
    4242 
    43 http://www.steinberg.net/en/ps/support/3rdparty/asio_sdk/ 
     43http://www.steinberg.de/329+M52087573ab0.html 
    4444 
    4545If the above link is broken search Google for: 
     
    5757host/mac/asioshlib.cpp  
    5858host/mac/codefragements.cpp 
     59 
     60You may also need to adjust your include paths to support inclusion of  
     61header files from the above directories. 
    5962 
    6063 
     
    7679CoInitialize, CoUninitialize, CoCreateInstance, CLSIDFromString 
    7780For compilation with MinGW you will need to link with -lole32, for 
    78 Borland link with Import32.lib. 
     81Borland compilers link with Import32.lib. 
    7982 
    8083