编译器报错: error LNK2001: unresolved external symbol "struct _ServiceDescriptorTable * KeServiceDescript

转自VC错误:http://www.vcerror.com/?p=10

问题描述:

编译器报错: error LNK2001: unresolved external symbol “struct _ServiceDescriptorTable * KeServiceDescriptorTable” (?KeServiceDescriptorTable@@3PAU_ServiceDescriptorTable@@A)

解决方法:
详细的解决方法可参考VC错误:http://www.vcerror.com/?p=10


原文地址:https://www.cnblogs.com/vcerror/p/4289063.html