开发者

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

开发者 https://www.devze.com 2022-12-18 09:09 出处:网络
Does anybody know how to load sos.dll in vc++ 2008? I tried to run the following command and get an error:

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

精彩评论

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