On Friday, August 16, 2013 15:34:02 Stephan Bergmann wrote:
On 08/07/2013 02:16 PM, Lars Doelle wrote:
> Not sure I get your scenario right.
What i want to do is to setup a TCP-server from within LibreOffice ...
You can't do that with LibreOffice BASIC, but could do it with a
LibreOffice extension written in some language that allows to spawn
additional threads.
[...]
Ah, now I think I understand your original mail better---your problem
with incompatible Python versions means you want to replace the URP
communication between the two applications with something not using UNO.
Exactly, this is the point. We're already using our own RPC stuff for outgoing
communication and were using URP as a string tunnel for the incoming calls
only because we didn't manage to get a server going from within BASIC. Thus
the transport is asymmetric right now, which is not so nice from aesthetical
point of view, but worked well so far. Now the URP stuff broke for some python
embedded in a proprietary application, so its time to put things straight.
In which case, forget what I wrote about --accept, and rather try to
create an extension as outlined above.
Stephan, thank you very much for your reply.
Now i think it's clear for us, which way to go :^)
Kind regards
Lars
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.