Initial import
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/asiosdk2@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
Executable
+23
@@ -0,0 +1,23 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user