Hi all,

I started working on a C++ wrapper for some of the API functions to make
some of the data structures easier to use. What I did was basically wrap
the pointers and types so that they can be automatically
released/destroyed. I abandoned working on this as I have other things
on my place. However, if others see value in what it currently provides
or wish to enhance and improve it, I'll check it in. I'm attaching the
wrapper and an example source file to show the benefits (reduced code
and automatic cleanup). The wrapper is just a proof of concept and has
some caveats and limitations, but it compiles and works fine. 

- Manjesh

Reply via email to