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 C2516

'name' : is not a legal base class

The class is derived from a type name defined by a typedef statement.

Example

typedef   unsigned long ulong;
class C   : public ulong {}; // error