Re: Generation of C/C++ interfaces
Markus Elfring <[email protected]> Sat, 18 Aug 2007 23:53:42 +0200
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
> Thirdly, I would like to have a tool that makes C++-to-C++ wrappers in > order to create C++ dynamic-link libraries. My idea is to convert header > files that are full of low-level details about a library into another > set of header files that only have high-level details. I do not imagine that your approach will be useful because of name mangling issues. > Another way I could do this is by extending SWIG (www.swig.org) but in my > research so far, it feels like an extremely complex tool to write code for. Did you try it for C interface generation? Regards, Markus