NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C2558

'identifier' : no copy constructor available

A copy constructor initializes an object from another object of the same type. (It makes a copy of the object.) compiler generates a default copy constructor if you do not define any constructors.

Possible cause

Possible solution

See Also

Compiler Errors when Implementing a CObject-Derived Class.