配置文件引导优化
当我使用 /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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们终于找到了解决方案。与 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