Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Oliver Giesen wrote: > Tony, > > are there any plans to "open up" the cvsapi for non-C++ coders like me? > The current interface of exported classes is very hard/impossible to > handle in other languages. > An extern "C" alternative interface or even COM-wrappers would be great! It would be a major undertaking to handle something like that - possibly months of work. I do intend to expose limited parts of the API to COM to help COM trigger libraries but there are no plans for the whole API to be made that way. I don't think it's practical to make a C interface. Tony