astadtla / csexwb2

Automatically exported from code.google.com/p/csexwb2
0 stars 0 forks source link

Unable to build dependent lib: csExWBDLMan using VS 2005 (aka 8.0) #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
For a soultion, please refer to 
http://groups.google.com/group/csexwb/t/7a9c788800c69e topic.

MH

Original comment by mehr...@gmail.com on 1 Nov 2007 at 8:33