代码改变世界

随笔档案-2013年02月

怎么知道windows dll是32位还是64位?

2013-02-19 15:27 by Scott Guthrie Liu, 343 阅读, 收藏,
摘要: 使用Visual Studio 2008 Command Prompt你可以用VS调用dumpbin并使用headers选项,例如:dumpbin /headers my32bit.dll输出:PE signature foundFile Type: DLLFILE HEADER VALUES 14C machine (x86) 8 number of sections 4800C572 time date stamp Sat Apr 12 22:21:38 2008 0 file pointer t... 阅读全文

Largeint.lib

2013-02-04 18:23 by Scott Guthrie Liu, 345 阅读, 收藏,
摘要: 编译DX2005年版及其以前版本的DirectShow或是其他老版本代码时,如果发现Largeint.lib找不到这个LNK1104错误,"cannot open file 'Largeint.lib'"那么,直接删除largeint.lib这个库的引用……vs 2k5不提供这个独立的largeint库了……在附加依赖项里面删除lagerint.lib 阅读全文

Windows SDK 7.1及DirectShow安装教程 Visual Studio 2010 SP1, Windows SDK 7.1 Install Order

2013-02-02 19:18 by Scott Guthrie Liu, 1001 阅读, 收藏,
摘要: http://ta.speot.is/2012/04/09/visual-studio-2010-sp1-windows-sdk-7-1-install-order/Visual Studio 2010 SP1, Windows SDK 7.1 InstallOrder安装顺序记录下来:安装VS2010(相信很多人都已经装好了, 我还安装了VS2012)检查所有C++ 2010 Runtime\Redistributable,如果版本高于10.0.30319(不包括),则卸载之。(一般原来安装了SP1会出现这种情况)安装Windows SDK 7.1 ( 如果出了"Microsoft 阅读全文

[转]安装Microsoft Windows SDK 7.1时出现的错误(附解决办法)

2013-02-02 19:11 by Scott Guthrie Liu, 597 阅读, 收藏,
摘要: 错误回放一:A problem occurred while installing selected Windows SDK components.Installation of the "Microsoft Windows SDK for Windows 7 Compilers for x86" product has reported the following error: 安装时发生严重错误Please attempt to resolve the problem and then start Windows SDK setup again. If you cont 阅读全文