[Linuxsampler-devel] msvc patch

2019-01-28 Thread justnope
Hi, This is a first attempt to compile the library with msvc. The changes are: * ssize_t -> size_t * vasprintf -> vsnprintf, malloc, sprintf * removed unavailable headers * added cmake file To compile it, use cmake . This will generate a visual studio solution file which you can open and build

[Linuxsampler-devel] msvc patch

2019-01-28 Thread justnope
Hi, This is a first attempt to compile the library with msvc. The changes are: * ssize_t -> size_t * vasprintf -> vsnprintf, malloc, sprintf * removed unavailable headers * added cmake file To compile it, use cmake . This will generate a visual studio solution file which you can open and build