modelica-3rdparty / msgpack-modelica

A MessagePack implementation as a Modelica package
BSD 2-Clause "Simplified" License
6 stars 4 forks source link

Windows platform support for string streams #7

Closed tbeu closed 9 years ago

tbeu commented 10 years ago

Is there any chance to get it running on Windows, i.e. avoid error '''Error in MessagePack.Utilities.Stream.Stream: String streams are not implemented for this platform'''? See e.g. http://stackoverflow.com/questions/10305095/can-i-replace-a-call-to-open-memstream-with-a-malloc-and-an-implicit-cast for replacing open_memstream by CreateFileMapping/MapViewOfFile.

sjoelund commented 10 years ago

I don't have access to Windows :)

tbeu commented 10 years ago

Never mind, I do :-)

sjoelund commented 9 years ago

This is fixed with #14, correct?

tbeu commented 9 years ago

Yes, fixed. Thanks.