Hi folks, I am working on embedding ANY web browser control into a program. The program is a C++ ATL8 program, I am looking for light weight. I was having some problems with setting the User-Agent with IE7 so I thought I might give the Mozilla ActiveX control a try. I am having the same issues.
This is leading me to believe that the problem is on my side. Being that I have access to the Mozilla source code, I thought I would compile it and simply step through things until I figured out what I am doing wrong. The problem is that I cannot get Mozilla to compile! I did try to build the test project CBrowser in the IDE (both VC6 & VS2005) but in both cases the project files where not valid. I have not tried to build just the Mozilla ActiveX Control. Is there some way to create/get valid project files so I can build just what I need or can someone help me get the whole thing building? I am using MSVC6 on Win XP SP2. Here is my .mozconfig file: mk_add_options MOZ_CO_PROJECT=browser mk_add_options [EMAIL PROTECTED]@/[EMAIL PROTECTED]@ ac_add_options --enable-application=browser ac_add_options --enable-optimize ac_add_options --disable-mailnews ac_add_options --disable-ldap ac_add_options --enable-single-profile ac_add_options --disable-printing ac_add_options --disable-debug ac_add_options --enable-static ac_add_options --disable-shared ac_add_options --disable-tests And here is the error: d:/mozilla/storage/src/mozStorageAsyncIO.cpp(1172) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'F:\9782\vc98\p2\src\P2\main.c', line 494) I did see another post regarding this that referenced Migrating_From_Internal_Linkage_to_Frozen_Linkage but I was not able to make heads or tails of what exactly to do. Cartoper _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
