Has anyone had any experience in writing wrappers for older C
libraries?
What I'm looking at doing is creating a wrapper C++ object as a front
end to an older C library, also the library is not thread-safe, which
I have to somehow make safe for multi-threading (CRITICAL_SECTI ONS
maybe) for integration into a server.
Thanks,
Ian
mc_ian@yahoo.co m
libraries?
What I'm looking at doing is creating a wrapper C++ object as a front
end to an older C library, also the library is not thread-safe, which
I have to somehow make safe for multi-threading (CRITICAL_SECTI ONS
maybe) for integration into a server.
Thanks,
Ian
mc_ian@yahoo.co m
Comment