Question

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

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top