Daniel Boelzle wrote: > Hello Darragh, > > >>How do I build and deploy the xpcom component? Do I require a OOo build >>enviroment or a Mozilla one? > > > There is no component right now. I have plugged it in manually, > building my own mozilla, linking against its libaries (and OOo's), then > patching my OOo installation. I was developing on Windows, patching my > PATH, so the OOo process uses my mozilla build's libraries. > But please have a look on yourself for details and get familiar with the > code if you like to use it. > > -Daniel >
Hi Daniel, I have been able to build the dlls xpcom_ure, xpcom_uno and the executable xptmaker using SRC680_m126 and the lastest xulrunner code from mozilla cvs as of the 28th Aug. I have patched my path to put to point to the $MOZ_BUILD/dist/bin The xpcom_uno.dll needed to be linked against the comphelper library so I have made a patch for the make file which is below. I am getting the following error when executing xptmaker.exe: "The procedure entry point XPT_NewArena could not be located in the dynamic link library xpcom.dll" Any ideas on why I would be getting this error and how to fix it? Thank you -- Darragh Sherwin PWB Implementations Manager http://www.propylon.com/solutions/parliament/index.html +353-1-4927456 +353-87-1204654 Index: xpcom_uno/source/xpcom_uno/makefile.mk =================================================================== RCS file: /cvs/udk/xpcom_uno/source/xpcom_uno/makefile.mk,v retrieving revision 1.3 diff -r1.3 makefile.mk 90,93c90,91 < $(SALLIB) < .IF "$(debug)" != "" < SHL1STDLIBS += $(COMPHELPERLIB) < .ENDIF --- > $(SALLIB) \ > $(COMPHELPERLIB) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
