문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top