

I am working on a Window XP machine and using Visual Studio 2005 (VC 8.0). I suspect that if I can resolve the issues with the DocumentLoader example I will solve the problems I am having with our application. To get a handle on the problem, I took a step back and tried to compile and run the DocumentLoader example that comes with the SDK. However our application does not successfully compile with the new SDK, a number of errors were generated. I had assumed that this problem could be resolved by simply installing the _2.4_sdk and rebuilding our application. Recently we decided to upgrade to 2.4 and found that our application does not work with this newer version of OpenOffice.


The design was based on the DocumentLoader example that comes with the SDK. It was initially designed and built using 2.1 and _2.1_sdk. We have a C++ application that uses the uno interface to open ODT files and convert them to PDF files.
