我从网上抄来测试的代码,#import一个库之后编译器就爆炸了,萌新求教出错的原因及解决的方法?
附上出错代码:
#pragma region Import the type libraries #import "MSO.DLL" \ rename("RGB", "MSORGB") \ rename("DocumentProperties", "MSODocumentProperties") ...