Re: XPCOM Standalone

2007-02-24 Thread Jon Smirl
There used to be a program around that built graphs of how all of the modules in Mozilla called APIs between each other. It looked like a giant bowl of spaghetti tied in a knot. Is it still around anywhere? -- Jon Smirl [EMAIL PROTECTED] ___ dev-tech

Re: XPCOM Standalone

2007-02-22 Thread Jon Smirl
-f client.mk build ldd lib/libxpcom.so libxpcom_core.so => not found If anyone can suggest how it would be possible to build xpcom standalone with javascsript as well, please let me know (I haven't tried yet). ___ dev-tech-xpcom mailing lis

Re: asyncOutputStream - examples?

2006-03-21 Thread Jon Smirl
** running event loop\n"); var eq = _eqs.getSpecialEventQueue(_eqs.CURRENT_THREAD_EVENT_QUEUE); eq.eventLoop(); // process any remaining events before exiting eq.processPendingEvents(); eq.stopAcceptingEvents(); eq.processPendingEvents(); } catch (e){ print("Ex: "+e); } print ("Exited"); } -- Jon Smirl [EMAIL PROTECTED] ___ dev-tech-xpcom mailing list dev-tech-xpcom@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-xpcom

Re: asyncOutputStream - examples?

2006-03-21 Thread Jon Smirl
On 3/21/06, doug b <[EMAIL PROTECTED]> wrote: > Jon Smirl wrote: > > > http://xulplanet.com/references/xpcomref/ifaces/nsIAsyncOutputStream.html > > http://www.xulplanet.com/references/xpcomref/ifaces/nsIOutputStreamCallback.html > > > > When you get NS_BASE_S

Re: asyncOutputStream - examples?

2006-03-21 Thread Jon Smirl
-tech-xpcom@lists.mozilla.org > https://lists.mozilla.org/listinfo/dev-tech-xpcom > -- Jon Smirl [EMAIL PROTECTED] ___ dev-tech-xpcom mailing list dev-tech-xpcom@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-xpcom

Re: Before asking linking questions, PLEASE READ!

2006-03-13 Thread Jon Smirl
x27;t find it. > 4) Are you using the mozilla makefile systems, or an independent build system? > > --BDS > ___ > dev-tech-xpcom mailing list > dev-tech-xpcom@lists.mozilla.org > https://lists.mozilla.org/listinfo/dev-tech-xpcom >

Re: COM and XPCOM

2006-03-03 Thread Jon Smirl
COM or COM objects. > > The actual COM and XPCOM objects are compatible. I.e., all you should > need to change is the registration code. Does XPCOM offer dual interfaces on windows or do you need to use invoke for everything? -- Jon Smirl [EMAIL PROTECTED] __

Re: undefined reference to `typeinfo for nsHashPropertyBag'

2006-03-02 Thread Jon Smirl
ect the current state of the code. -- Jon Smirl [EMAIL PROTECTED] ___ dev-tech-xpcom mailing list dev-tech-xpcom@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-xpcom

Re: undefined reference to `typeinfo for nsHashPropertyBag'

2006-03-01 Thread Jon Smirl
On 3/1/06, Christian Biesinger <[EMAIL PROTECTED]> wrote: > Jon Smirl wrote: > > What do I need to link to to fix this? I've tried guessing 20 > > different libraries and I can't locate the right one. > > You need to compile with -fno-rtti, and should

undefined reference to `typeinfo for nsHashPropertyBag'

2006-03-01 Thread Jon Smirl
of errors. Build complete for project jds -- Jon Smirl [EMAIL PROTECTED] ___ dev-tech-xpcom mailing list dev-tech-xpcom@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-xpcom

Javascript/XPCOM bindings for FCGI

2006-02-09 Thread Jon Smirl
GI app in Javascript. -- Jon Smirl [EMAIL PROTECTED] ___ dev-tech-xpcom mailing list dev-tech-xpcom@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-xpcom