I'm interested in using gecko for some (win32) applications rather than the MSIE control. I just began to work on that, but found a fundamental problem: Mozilla is built with MSVC, I use Borland's tools. It seems static LIBs made with VC can't be understood by Borland for some reason. (Import LIBs on the other hand can be converted using a Borland-provided tool coff2omf.)

It seems to me that I can get around the static LIB problem by simply doing the work of that code myself (e.g., NS_InitEmbedding). But that approach would not work if much of the code I need were to turn out to be in static LIBs. I'd guess most of gecko has to be in imports but want to ask what surprises might be out there for me...

Thanks.
--
Frank Burleigh
Indiana University School of Law
[EMAIL PROTECTED]




Reply via email to