Béatrice Philippe wrote:
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,

Yes sorry, you use mozilla's build system, so you should use 'LIBRARY_NAME' instead of 'PROGRAM' in your makefile.


See http://www.mozilla.org/build/build-system.html

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

Reply via email to