This is a discussion on C++ Wrapper 4 OLD C Library?? - Programmer ; I'm looking at creating a wrapper C++ object as a front end for an older C library, also the library is not thread-safe, which I have to somehow make safe for multi-threading (CRITICAL_SECTIONS maybe) for integration into a server. Anyone ...
I'm looking at creating a wrapper C++ object as a front
end for an older C library, also the library is not thread-safe, which
I have to somehow make safe for multi-threading (CRITICAL_SECTIONS
maybe) for integration into a server. Anyone have any thoughts or
standard approaches to doing something like this?
Thanks,
Ian
mc_ian@yahoo.com