Did you ever get this up anywhere? I'd love to get my hands on exactly
this. I just want a simple set of libs and includes for embedding. I
don't want to learn to build the entire source tree! :) Thank you so
much for this.
-Troy.
Jim Crafton wrote:
>
> Well I finished the embedded installer last night - it does the following:
> Installs all the required components for embedding
> Installs all the include files, unfortunately I wasn't going to try and figure out
>precisely which header so I was lazy and simply dumped them all in :(
> Installs the lib files (nspr4.lib, plc4.lib,xpcom.lib, and baseembed....lib (or
>whatever it is called)
> Installs a an exe that is another installer that can be used for redistributing the
>runtime binaries.
> Installs a VERY simple MFC app that I made by condensing down the mfcembed example
>
> total size : ~ 10 Mb
>
> Seems to work OK. Any ideas where a good place for this is ? I have an older FTP
>site I can put it on temporarily...
>
> Hope this proves helpful
>
> Jim Crafton