plugin\helper\script\iexplorer\JVMList.cpp won't compile using VC 7
compiler (see Comments for the build log):
JVMList.cpp
c:.....deploy\src\plugin\helper\script\iexplorer\JVMList.cpp(65) : error C2664: 'ATL::CComEnumImpl<Base,piid,T,Copy>::Init' : cannot convert parameter 1 from 'std::vector<_Ty,_Ax>::iterator' to 'VARIANT *'
with
[
Base=IEnumVARIANT,
piid=& IID_IEnumVARIANT,
T=VARIANT,
Copy=ATL::_Copy<VARIANT>
]
and
[
_Ty=ATL::CComVariant,
_Ax=std::allocator<ATL::CComVariant>
]
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
gnumake[4]: *** [C:......control/build/windows-i586/tmp/deploy/plugin/deployHelper/obj/JVMList.obj] Error 2
gnumake[4]: Leaving directory `C:/...../deploy/make/plugin/helper/iexplorer'
gnumake[3]: *** [iexplorer] Error 2
gnumake[3]: Leaving directory `C:/....../deploy/make/plugin/helper'
gnumake[2]: *** [helper] Error 2
gnumake[2]: Leaving directory `C:/......./deploy/make/plugin'
gnumake[1]: *** [plugin-all] Error 2
gnumake[1]: Leaving directory `C:/......./deploy/make'
gnumake: *** [deploy-build] Error 2
###@###.### 2005-04-18 19:57:21 GMT
compiler (see Comments for the build log):
JVMList.cpp
c:.....deploy\src\plugin\helper\script\iexplorer\JVMList.cpp(65) : error C2664: 'ATL::CComEnumImpl<Base,piid,T,Copy>::Init' : cannot convert parameter 1 from 'std::vector<_Ty,_Ax>::iterator' to 'VARIANT *'
with
[
Base=IEnumVARIANT,
piid=& IID_IEnumVARIANT,
T=VARIANT,
Copy=ATL::_Copy<VARIANT>
]
and
[
_Ty=ATL::CComVariant,
_Ax=std::allocator<ATL::CComVariant>
]
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
gnumake[4]: *** [C:......control/build/windows-i586/tmp/deploy/plugin/deployHelper/obj/JVMList.obj] Error 2
gnumake[4]: Leaving directory `C:/...../deploy/make/plugin/helper/iexplorer'
gnumake[3]: *** [iexplorer] Error 2
gnumake[3]: Leaving directory `C:/....../deploy/make/plugin/helper'
gnumake[2]: *** [helper] Error 2
gnumake[2]: Leaving directory `C:/......./deploy/make/plugin'
gnumake[1]: *** [plugin-all] Error 2
gnumake[1]: Leaving directory `C:/......./deploy/make'
gnumake: *** [deploy-build] Error 2
###@###.### 2005-04-18 19:57:21 GMT
- relates to
-
JDK-6210740 Allow compilation with VC++ 7.0 compilers on windows
-
- Resolved
-
-
JDK-6259651 mozilla_headers_18 won't compile using VC 7
-
- Resolved
-