I know it's been stated elsewhere, but I wanted to add it as an issue to
see if it can be addressed.
Using the current release version of the Microsoft Visual Studio (2005, aka
v8.0), the project (csExWBDLMan) does not build .
The following errors (from ATL) are produced:
Error 1 error C2352: 'ATL::CComDynamicUnkArray::GetUnknown' : illegal call
of non-static member function
e:\dev\codeguru\csexwb\com_component_source_binaries\ATLCPImplMT.h 157
Error 2 error C2352: 'ATL::CComDynamicUnkArray::GetCookie' : illegal call
of non-static member function
e:\dev\codeguru\csexwb\com_component_source_binaries\ATLCPImplMT.h 205
Error 9 error C2352: 'ATL::CComDynamicUnkArray::GetUnknown' : illegal call
of non-static member function
e:\dev\codeguru\csexwb\com_component_source_binaries\ATLCPImplMT.h 157
Error 10 error C2352: 'ATL::CComDynamicUnkArray::GetCookie' : illegal call
of non-static member function
e:\dev\codeguru\csexwb\com_component_source_binaries\ATLCPImplMT.h 205
This is after copying the file AuxCrt.cpp into the "C:\Program
Files\Microsoft Visual Studio 8\VC\atlmfc\include" directory.
Original issue reported on code.google.com by tony.bog...@gmail.com on 31 Oct 2007 at 10:57
Original issue reported on code.google.com by
tony.bog...@gmail.com
on 31 Oct 2007 at 10:57