For the moment, my c++ app is a standalone application that has two files:
a "main" file that creates a client window and waits for Windows events,
and a WebBrowserChrome file that implements nsIWebBrowserChrome (exactly
like "winembed" app).
I compile and link these two files to make an executable app.

For the moment, my need is: making a dll file in order to load this dll
inside a php program.
For me, this dll file would be useful because when it's loaded once in
memory, it can stay in memory and waits for events (for example, if we want
to load successively many urls).

I don't know how to make a dll with my two files.

Regards,
-- 
B�atrice Philippe

[EMAIL PROTECTED]
"Alex" <[EMAIL PROTECTED]> a �crit dans le message de
news:[EMAIL PROTECTED]
> B�atrice Philippe wrote:
> > Hello !
> > many weeks ago, i asked :
> > 1) " is it possible to make a dll file from a c++ standalone application
> > that embeds Mozilla (like "winembed.exe" for example)".
> > Someone answered but i unfortunately, i lost the mail.
> >
> > Sorry for asking again this question (1).
> >
> > Thanks a lot.
>
> What is your problem?
> If you know how to make a dll (link ... /dll) and you know how to embed
> mozilla, you know how to make a dll that embeds mozilla.
>
> Alex


_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to