I have added a Boss class in the resource file as below, but facing below error while building the project in Visual studios 2010.
DocWch.fr(87): error R32691: # Error: Custom type name expected, but 'kGTTxtEdtResponderServiceBoss' found.
Below is the code snippet code where class is added:
resource ClassDescriptionTable(kSDKDefClassDescriptionTableResourceID) {{{ class {
kGTTxtEdtResponderServiceBoss,
kInvalidClass,
{
IID_IK2SERVICEPROVIDER, kDocWchServiceProviderImpl,
IID_IRESPONDER, kDocWchResponderImpl,
}
}
},