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)

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


  • 相关阅读:
    Linux下通过Generic Binaries安装MySQL 5.5
    struts 2 中AJAX的使用及Struts 2 JSON的使用
    关于Abstract interface的问题。
    对于“Win8对开发者的影响”的一些看法
    RealtimeModifier Bug Report | RealtimeModifier Bug 反馈
    何为Tomcat内存
    SSH开发过程中的中文问题汇总
    Spring Test 整合 JUnit 4 使用总结
    创建Shell脚本方便MySQL服务端启动
    学习笔记 winForm move功能 与 drag 功能
  • 原文地址:https://www.cnblogs.com/IS2120/p/6745787.html
Copyright © 2011-2022 走看看