Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
'symbol': symbol not found
Remarks
The required symbol was not found.
Example
The following example generates C3358:
// C3358.cpp
#define __ATLEVENT_H__ 1 // remove this line to resolve the error
#define _ATL_ATTRIBUTES 1
#include "atlbase.h"
#include "atlcom.h"
[event_receiver(com)]
struct A // C3358
{
void func();
};
int main()
{
}