Hello,
I was tring to compile some Microsoft Component with intel composer beta program compiler to improve the perfomance. And there were many errors poped up. The typical errorswere justlike:
error: operand of __uuidof must have a class or enum type for which __declspec(uuid("...")) has been specified
error: function override has incompatible calling convention
error: class "ATL::_NoAddRefReleaseOnCComPtr" has no member "..."
error: object of abstract class type "SomeClass" is not allowed
I have searched searval methods, no one works well. Is there any way to fix them or any package to fix them? Thanks


