zoukankan      html  css  js  c++  java
  • vc6,windows 7 x64 调试 (IS2120@BG57IV3)

    //z 2012-12-24 16:31:51 IS2120@BG57IV3.T221270445 .K
    在windows 7 x64上调试 vc6 console程序时,按了 shift + f5 ,程序并不结束。解决方法:
    替换这个文件 TLLOC.dll
    www.dr-hoiby.com/TLLOC.dll

    //z 2012-12-24 16:31:51 IS2120@BG57IV3.T221270445 .K
    这里介绍了如何使用 vs 2008 作为IDE,而使用vc6的编译链接工具
    https://resnikb.wordpress.com/2009/10/28/using-visual-studio-2008-with-visual-c-6-0-compiler/

    //z 2013-07-28 12:46:40 IS2120@BG57IV3.T401701398 .K[T6,L78,R2,V20]

    辛苦装好了win7,却发现VC6调试时总是错误,后来在微软网站找到解决办法:

    When you compiling VC6 project, can you check: Project / Settings / Link tab / Debug category?
    Please make the following settings are correct:
    1. Debug info checked
    2. Microsoft format checked
    3. Separate types unchecked (By default it is checked)

    也就是在把工程调试选项里的“个别类型”这个选项去掉就可以正常调试了。

    终极解决方法:检查文件DM.dll版本,DM.dll在程序安装目录的“Common/MSDev98/Bin”-----------正确的版本是6.0.9782.0。

    还有人说这样也能解决的:

    辛苦装好了win7,却发现VC6调试时总是错误,后来在微软网站找到解决办法:

    When you compiling VC6 project, can you check: Project / Settings / Link tab / Debug category?
    Please make the following settings are correct:
    1. Debug info checked
    2. Microsoft format checked
    3. Separate types unchecked (By default it is checked)

    也就是在把工程调试选项里的“个别类型”这个选项去掉就可以正常调试了。


  • 相关阅读:
    天才AI少年范浩强坚信“弄斧要到班门”
    向Excel说再见,神级编辑器统一表格与Python
    疯狂脑机接口计划:马斯克的 “读心术”
    Jenkins 学习资料
    VMware: windows8 与 虚拟机ubuntu 14.04 共享文件夹
    [转载]一个老软件测试工程师的日志
    python 解析 配置文件
    借助github搭建自己的博客
    [转载]你需要知道的 16 个 Linux 服务器监控命令
    [转载]Linux服务器性能评估与优化
  • 原文地址:https://www.cnblogs.com/IS2120/p/6745787.html
Copyright © 2011-2022 走看看