开发者

Does anybody load sos.dll in vc++ 2008?

Does anybody know how to load sos.dll in vc++ 2008? I tried to run the following command and get an error:

.load

Error during command: extension co开发者_开发问答uld not be found

.load sos.dll

Error during command: extension could not be found


Adding answer from comment:

I solved the problem by adding path to the dll

-

nevermind, I figured it out. That worked for me too. Command I used was: .load "C:\Windows\Microsoft.NET\Framework\v4.0.30319\sos.dll"

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜