Error 33 error LNK2019: unresolved external symbol "\xxx.obj yyy.Native 仔细看看错误信息,后来发现尽然是构造函数的一个参数没有写.:( LNK2019: unresolved external symbol _MFCreateAttributes 引用了.h文件,但是没有找到库文件.lib. 在LINK中直接指定路径,和加入lib文件mfplat.lib;mf.lib;mfuuid.lib;strmiids.lib;shlw…