[EMAIL PROTECTED] wrote: > Dev group, > > I am trying to alter presentation documents in accordance with a > distributed framework. I have spent much time understanding the data > structures of the Impress application and am ready to apply new > functionality to this environment. > > I have downloaded a code snippet from the OpenOffice website and it > seems to be on track with what I need to complete an Impress project. > After downloading the snippet and compiling with included library > directories (see toy commands) I am getting many simple c++ data type > syntax errors. It seems as though the #includes from the snippet don't > have knowledge of the C++ language. > > Has anyone successfully complied this exact code snippet or something > similar? If so, can you please lend any guidance into what needs to be > done? Are there any tools, should I modify the Makefile, or can you > offer any library path information?
If you are building C++ sources inside the OOo source code base you should use our build environment as explained here: http://wiki.services.openoffice.org/wiki/Main_Page#Getting_started_with_OOo_development In case you have problems please come back to this list. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[EMAIL PROTECTED]". I use it for the OOo lists and only rarely read other mails sent to it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
