Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3283] load_opcodes.c

Date2003-11-05 06:54
Fromstevenyi
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