Hi, I'm reporting this as I have had a few requests for my VS build code folders...
I have to make a few minor changes to get PortAudio integration compiling. The first is to include unistd.h, getopt.h, and getopt.o in the /src folder (I get them from here http://stackoverflow.com/questions/341817/is-there-a-replacement-for-unistd-h-for-windows-visual-c), and then edit fluid_portaudio.c by adding #define bzero(b,len) (memset((b), '\0', (len)), (void) 0) as bzero is not part of the Windows VS inheritance. Is there a better solution? Kind regards, GrahamG _______________________________________________ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev