[zeromq-dev] How to do "free()" in a non-c environment ?
itlists at schrievkrom.de
itlists at schrievkrom.de
Mon Aug 19 08:52:10 CEST 2013
Hello,
I managed to get a CZMQ dll under windows. That fine so far. Actually I
am not doing "C", but bind it to a smalltalk dialect. Now the problem
when using (for example): zstr_recv().
It is said that the caller must free the receiving string, but how is
this done, when you only have a high-level binding and no "free()"
function to call.
Should czmq offer a free-helper function to make this possible ?
More information about the zeromq-dev
mailing list