王彬 wrote: > Hi: > > I am a developer and I meet with a problem in uno,so I turn to you for help. > > The sourcecode version is : 680_m120 > I wrote a new component but it didn't work. > I hope the new component can be called from a different process through a > socket connection. > (But it can only be called successfully on localhost)
If something works on localhost but not across machines, it is typically the case that some UNO accept string (e.g., the "-accept:socket,host=..." you can start soffice with) contains a "host" parameter that restricts access to localhost. Using "host=0" should do the trick. -Stephan [...] > Sincerely > yours,WangBin > 2005-10-25 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
