Kay Ramme - Sun Germany - Hamburg wrote:
As suggested, names of libraries providing C++ interfaces already differ, depending on the used compiler. E.g. cppuhelper is called

  libuno_cppuhelpergcc3.so.3

where "gcc3" reflects the C++ ABI version. Unfortunately it is not necessarily true, that libraries compiled with different (in terms of ABI) C++ compilers can be used in the same process, because of symbol conflicts. At least this is, what happened some times in the last years.

That's a good point.  I guess I should amplify my
original comment, and suggest that all of OpenOffice
be rewritten in C (just kidding, I think :-)

So for any particular release of URE / OpenOffice,
all C++ apps that use URE will have to be compiled with
the same C++ compiler used to build the innards of URE,
regardless of whether they use the C API to URE or not?
- Dan

--
Trying to get a job as a c++ developer?  See 
http://kegel.com/academy/getting-hired.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to