Hi Jürgen, > first of all i like the question on your subject, it was really fun in > the morning ;-) I do my very best ;-)
> You shouldn't use a socket connection. Take a look into the new SDK for > OO2.0 and into the examples using the new simple bootstrap mechanism. > With this new bootstrap mechanism it is not necessary to know where the > office is installed. You siumply run your application and it starts the > default office (if one is availble) of the user automatically. Works great, thanks! Thats really easy, and you don't have to play around what happens if OO hasn't been started yet. > > - I don't know which path OpenOffice is installed. The problem is that I > > need to know where the DLLs (for example cppu3.dll) are located to set > the > > path of my application. > The new process does it for you. In C++ you rename your application for > example MyApp to _MyApp and copy the unoapploader binary > (SDK\<platfrom>\bin directory) in the same directory as your application > and rename it to your orginal application name. > MyApp -> _MyApp > unoapploader -> MyApp > That's it, the unoapploader prepare an appropriate environment and you > don't need the office program director directly in your path. yur > original application is started in this new environment. Thanks for that, too. I assume the source is available for that, because I already got an apploader for my app and in integration would be nice (but not necessary ;-)) Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
