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)

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


  • 相关阅读:
    努力的一分不会少
    C语言中的数组的访问方式
    代码的规划与规范化
    Manjaro中源码安装gcc7.1
    周围都是敌人,方法总比问题多
    elementary os 0.4.1下编译GCC-7.1源码并安装成功
    C语言中的基础知识变量探讨
    19年的桌面KDE的风雨和陪伴,没有什么能够割舍
    《手把手教你学C语言》学习笔记(10)--- 程序的循环控制
    copy 的实现原理与深浅拷贝
  • 原文地址:https://www.cnblogs.com/IS2120/p/6745787.html
Copyright © 2011-2022 走看看