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)

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


  • 相关阅读:
    WCF全面解析学习之地址Address(1)
    【转】理解和使用Oracle 8i分析工具-LogMiner
    【Wonder原创】NHibernate映射文件范例
    【转】C#经典面试题及答案
    【转】C#中abstract class和interface之探讨
    【转】130道C#面试题
    【Oracle学习】archivelog
    【转载】sql server 2005系统表详细说明
    【转】WINDOWS批处理命令详解
    【转】Linux find命令详解
  • 原文地址:https://www.cnblogs.com/IS2120/p/6745787.html
Copyright © 2011-2022 走看看