Hi Patrick,

On Fri, Jun 18, 2010 at 4:49 PM, Patrick Bernard <patr...@kilargo.com> wrote:
>
> Is C++ recommended for extensions ? Can it lead to problems ?

It leads to the "problem" that you need to compile for all platforms
separately.
Also linux-Distributions compile with system-stlport and not agains
the version that comes with OOo sources. So c++ extensions are
incompatible between vanilla and distro-version (unless distribution
also provides OOo's version)

I'd go for java (but mainly because I know java better :-)) Only
drawback of java is rather slow start of the JVM - but that's not a
problem if the JVM is loaded anyway.

So depends on the use-case of your extension..

ciao
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org

Reply via email to