[ooo-build] Openoffice.org Uno.bootstrap in windows
Tor Lillqvist
tlillqvist at novell.com
Tue Mar 9 02:12:09 PST 2010
> This starts a service of soffice.exe and soffice.bin that are included in
> my project file
> eg:
> C:\Desktop\Conversion\soffice.exe
> C:\Desktop\Conversion\soffice.bin
Copying soffice.exe and soffice.bin from their installed location to some other random location and running them from there will not work at all. They expect a *lot* of DLLs to be present in directories at fixed locations relative to where they are.
In general, on Windows, and also Unix, whenever you think that you should be copying executable files or shared libraries (DLLs on Windows) around, you are most likely doing something wrong.
--tml
More information about the ooo-build
mailing list