-
Bug
-
Resolution: Fixed
-
P2
-
8
-
b22
-
x86
-
windows_xp
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2219798 | 7u4 | Calvin Cheung | P2 | Closed | Fixed | b07 |
fix for 7088204 causing build failure in jbroker while compiling RegCommon.cpp
../../../src/common/windows/native/RegCommon.cpp(1281) : error C2440: 'type cast' : cannot convert from 'ATL::CComBSTR' to 'TCHAR *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
../../../src/common/windows/native/RegCommon.cpp(1288) : error C2440: '=' : cannot convert from 'TCHAR [2048]' to 'LPCOLESTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
../../../src/common/windows/native/RegCommon.cpp(1281) : error C2440: 'type cast' : cannot convert from 'ATL::CComBSTR' to 'TCHAR *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
../../../src/common/windows/native/RegCommon.cpp(1288) : error C2440: '=' : cannot convert from 'TCHAR [2048]' to 'LPCOLESTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
- backported by
-
JDK-2219798 fix build failure caused by 7088204
-
- Closed
-