I am building the stub component loader using sample code at

http://developer.mozilla.org/en/docs/Using_Dependent_Libraries_In_Extension_Components

I am getting a dependency on MSVCR71D.DLL under Visual C++ Toolkit 2003
or MSVCR80D.DLL under Visual C++ Standard 2005

for the following functions:

_CppXcptFilter
_dllonexit
..
_free_dbg

I am not sure if its my environment or possibly an additional compiler
switch (define, option ..) that needs to be set in the sample.

Any help would be appreciated.


Please note, neither of these build environments are the standard
compiler for MOZILLA_1_8_BRANCH that I used to build the other FF dlls.


XP Home and Professional, Latest Updates

my mozconfig.txt

export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
export NO_MFC=1

ac_add_options --disable-optimize
ac_add_options --enable-debug

for the Microsoft Visual C++ Toolkit 2003,   the free toolkit, there
are additionally
--disable-activex
--disable-activex-scripting

_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to