On Wednesday 22 March 2006 04:44, Michael Gogins wrote: > frontends\winsound\main.o(.text+0x7c0): In function `Z11cs_util_opci': > frontends/winsound/main.cxx:137: undefined reference to > `csoundLoadExternals' > frontends\winsound\main.o(.text+0x7cd):frontends/winsound/main.cxx:138: > undefined reference to `csoundInitModules' > frontends\winsound\main.o(.text+0x7f4):frontends/winsound/main.cxx:139: > undefined reference to `list_opcodes' These are internal functions that are not part of the API and should not be called by a host. They worked on Linux only because the PUBLIC macro does nothing on that platform.