try
{
xInterface = Reference< XInterface >(
resolver->resolve(sConnectionString), UNO_QUERY);
}
catch (Exception& e)
{
printf("Error: cannot establish a connection using '%s':\n %s\n",
OUStringToOString(sConnectionString,
RTL_TEXTENCODING_ASCII_US).getStr(),
OUStringToOString(e.Message, RTL_TEXTENCODING_ASCII_US).getStr());
exit(1);
}
Error: cannot establish a connection using
'uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager':
loading component library </mergedlo.dll> failed
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice