On Wed, Oct 16, 2013 at 7:00 AM, William McKenzie <[email protected]> wrote: > I was specifically looking for code generators for c++. It looks like the > avdl format is not supported at all in that implementation?
The java-based command line tools can be used to convert .avdl files into .avsc and .avpr files that can then be used for code-generation using the C++-specific tools. A separate .avdl compiler for C++ is not needed. Doug
