> It is in xpconnect (xpc3250.dll last I checked). You'll need the
> JavaScript dll (js3250.dll) too. xpc3250.dll needs to be in the
> components dir and have been autoregistered.
>
> You make no mention of xpt files. some of the code you are
> pulling in is going to need them. Even if you make no calls via
> xpconnect I believe that some calls will be going through the
> xpcom/proxy system and need info from one or another typelib.
I was using my own directory structure before. But now i am running my app
from the same dir where mozilla is. under dist/blabla .. so there "should"
not be any missing dll/xpt issues.
>
> You would do well to start with some working collection of stuff
> like one of the embedding examples or the xpconnect standalone
> rather than building up from scratch.
>
I know. i am now starting to investigate the stuff under embedding . This
thing was under my nose and i could not see it.
> John.