[CSOUND-DEV:3283] load_opcodes.c
Date | 2003-11-05 06:54 |
From | stevenyi |
Subject | [CSOUND-DEV:3283] load_opcodes.c |
Hi all, I was trying to work with this file but got a bit confused. The way the #ifdef's are, if you have WIN32 defined, you get csoundOpenLibrary, csoundCloseLibrary, and csoundGetLibrarySymbol. If you have LINUX defined, you get the first three plus csoundLoadExternals. If you have MACINTOSH defined, you get the above four functions plus csoundLoadExternal. Is this correct? Thanks, steven |