This seems to have a pretty comprehensive overview on how to mix your C and C++: http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html
In theory, you should be able to write your plugin as C++ and include the C headers as extern C as outlined in section 32.3. Axton Grams On Mon, Apr 30, 2012 at 10:54 AM, Grooms, Frederick W < [email protected]> wrote: > Does anyone have an example of creating an ARFilter plugin using c++. All > the examples I have use plain c and I need the ability to do a try ... > catch around a part of the code. > > Thanks > Fred > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

