Jonathan Wilson wrote:

> Does mozilla require the microsoft active template library to build on 
> win32 systems?
> I seem to remember something in one piece of code that does reference it 
> but I forget where...
> If in fact it does use this library, what should be done to get the 
> piece of code in question rewritten to not use ATL (which is not 
> supported in anything but visual C++)?


There are a couple of pieces that use MFC and/or ATL (such as the ActiveX 
"wrapper" for Gecko, and the "mfcEmbed" testbed), but those parts of the 
build are optional and can be disabled. A complete working Mozilla browser 
can be built without installing MFC or ATL.

There are a couple of dormant projects to make the win32 build work with 
other compilers like gcc or Borland. If you can help ask around in the 
.builds newsgroup

-Dan Veditz



Reply via email to