现在的位置: 首页 > 综合 > 正文

_TypePtr error

2019年10月06日 ⁄ 综合 ⁄ 共 327字 ⁄ 字号 评论关闭

After importing a managed class's tlb in an unmanaged C++ application, you've a good chance to get several compling errors about _TypePtr.

To work around this issue, You’ll need to add the path to mscorlib.tlb to %PATH%, or just copy it to the current directory. Type library dependencies are only resolved in the %PATH% including current directory, which is why mscorlib.tlb is not found.

抱歉!评论已关闭.