git-svn-id: http://moon:8086/svn/software/trunk/libsrc/asiosdk2@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
24 lines
538 B
Plaintext
Executable File
24 lines
538 B
Plaintext
Executable File
Asiosample
|
|
|
|
This sample driver illustrates the implementation of an ASIO driver.
|
|
|
|
|
|
|
|
Windows notes:
|
|
|
|
For Windows a COM implementation is provided. The final driver can be
|
|
installed in the system by dragging the asiosample.dll onto the
|
|
regsvr32.exe in the windows\system directory.
|
|
|
|
It is normal that the LNK4104 warning is issued for the following 4
|
|
exported symbols:
|
|
|
|
DllGetClassObject
|
|
DllCanUnloadNow
|
|
DllRegisterServer
|
|
DllUnregisterServer
|
|
|
|
|
|
Macintosh notes:
|
|
The supplied project is created with CodeWarrior Pro 5.
|