配置文件引导优化

发布于 2024-11-08 11:46:26 字数 132 浏览 0 评论 0原文

当我使用 /GL 和 /LTCG:PGI 检测 DLL 时,出现链接时间错误 __PogoRuntimeVector。由于 nm/dumpbin 无法使用,我无法弄清楚是什么原因导致了这个错误。有人可以抛出指向它的指针吗?

-卡特利

I am getting link time error __PogoRuntimeVector when I use /GL and /LTCG:PGI to instrument a DLL. Since nm/dumpbin cannot be used, I could not figure out what causes this error. Can someone throw pointer to it?

-Kartlee

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

就像说晚安 2024-11-15 11:46:26

我们终于找到了解决方案。与 pgort.lib 或 pgobootrun.lib 链接可以解决该问题。

请参阅这篇文章以供参考 - http://blogs.msdn .com/b/vcblog/archive/2008/11/12/pogo.aspx

-Karthik

We finally found the solution. Linking with pgort.lib or pgobootrun.lib solve the issue.

See this article for reference - http://blogs.msdn.com/b/vcblog/archive/2008/11/12/pogo.aspx

-Karthik

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文