Hi all,
For the last 2 days I have been trying to build moz with the
XPC_IDISPATCH_SUPPORT enabled. (1.3 and 1.4)
>From what I understand you need to set XPC_IDISPATCH_SUPPORT=1 as and
environment variable (is this still required for 1.4 +?)
Looking at the /config/autoconf.mk.in it seems to set
XPC_IDISPATCH_SUPPORT = @MOZ_ACTIVEX_SCRIPTING_SUPPORT@ and the
XPC_IDISPATCH_SUPPORT in autoconf (why MOZ_ACTIVEX_SUPPORT?).
Other tests on the make files within xpconnect seem to verify that
XPC_IDISPATCH_SUPPORT is indeed on.
After the build is complete I launch the XPCSHELL.EXE and try to create a
COMObject as follows:
var x = COMObject("progid");
but it errors with
typein:11: ReferenceError: COMObject is not defined
I have even parsed a modified XPCIDispatchInstantiation.js (including
stuff from shell.js as I do not know how to run the tests properly). This
tests the COMObject method and also fails with the same error.1) Is there something else I need to do to build IDispatch support into a Mozilla build? 2) How do you run the test properly, any instructions out there? Any assistance would be greatly appreciated. Regards Tony C References I have followed Bug # 173146 Posting http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=3DBD9EA1.20700%40netscape.com&rnum=2&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3DXPC_IDISPATCH_SUPPORT%2Bgroup%253Anetscape.public.mozilla.xpcom%26meta%3Dgroup%253Dnetscape.public.mozilla.xpcom Posting http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=3D17FFC5.2090604%40netscape.com&rnum=3&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3DXPC_IDISPATCH_SUPPORT%2Bgroup%253Anetscape.public.mozilla.xpcom%26meta%3Dgroup%253Dnetscape.public.mozilla.xpcom _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
