I need a function equivalent to fmemopen in I'm trying to compile a code that uses the fmemopen function in MinGW. I found out the there is no equivalent function in MinGW. Are the any alternative functions that I can use. In case if you have written an equivalent function for fmemopen please help me out.

Thanks, Vairamuthu

link|improve this question
feedback

1 Answer

there are no fmemopen equivalents on win32 because of missing functionality in the kernel, I think cygwin implements it using a temp file like this one: https://redmine.openinfosecfoundation.org/embedded/suricata/util-fmemopen_8c-source.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.