From: Chad A. <ae...@ae...> - 2002-01-17 01:02:14
|
> so a c interface on top of a c++ code base is a problem? No, that's not a problem. (? what do you mean?) As long the cross-DLL calls are C, we're okay. > Can we put a COM interface on top of a C++ interface? Sure. > I'd rather support an XPCOM interface than a C one... XPCOM is one of those huge dependencies that I'd like to stay away from. > it would be nice to post binaries that work for everyone no matter what... > i still think it is important to have a nice interface (opject oriented). > > can you think of a compromise? Sure. Completely inline classes in the header work just fine. Look at: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/audiere/audiere/audiere.h?rev=1.7&content-type=text/vnd.viewcvs-markup I think it's pretty clear that we have different priorities for this library. I'd rather not duplicate effort, but maybe that'd be easier. |