首页 > 系统相关 >vc6,windows 7 x64 调试 (IS2120@BG57IV3)

vc6,windows 7 x64 调试 (IS2120@BG57IV3)

时间:2023-06-09 17:32:57浏览次数:59  
标签:checked windows IS2120 x64 dll BG57IV3 VC6 Debug 调试


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

//z 2012-12-24 16:31:51 [email protected] .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 [email protected] .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)


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



标签:checked,windows,IS2120,x64,dll,BG57IV3,VC6,Debug,调试
From: https://blog.51cto.com/u_16156420/6449605

相关文章

  • 2012中国软件业务收入百强企业发布 (zz.IS2120)
    2012年(第十一届)中国软件业务收入前百家企业名单//z2012-10-0320:27:[email protected] 单位:万元                      序号企业名称软件业务收入序号企业名称软件业务收入1华为技术有限公司850384926国电南京自动化股份有限公司26675......
  • 墨菲定律 三种(is2120)
    根据“墨菲定律”:一、任何事都没有表面看起来那么简单;二、所有的事都会比你预计的时间长;三、会出错的事总会出错;四、如果你担心某种情况发生,那么它就更有可能发生。墨菲定律的原句是这样的:Iftherearetwoormorewaystodosomething,andoneofthosew......
  • The specified DSN contains an architecture mismatch between the Driver and Appli
    ThespecifiedDSNcontainsanarchitecturemismatchbetweentheDriverandApplication如果希望DSN使用32位的驱动,应该使用c:\windows\sysWOW64\odbcad32.exe//z2013-01-1612:45:[email protected][T21,L319,R11,V383]1.Icreatedsystemdsninodbc32......
  • c++ book (IS2120@BG57IV3)
    //z2013-04-1513:20:[email protected][T424,L5832,R188,V6844]ReferenceStyle-AllLevelsTheC++ProgrammingLanguage(BjarneStroustrup)(soontobeupdatedforC++11)TheclassicintroductiontoC++byitscreator.Writtentoparallelthe......
  • fgetws 讀取Unicode文件 (zz.IS2120@BG57IV3)
    //z2012-11-2218:48:[email protected][T4,L45,R0,V24]fgetws讀取Unicode文件fgetws_fgetts读取中文乱码unicode双字节多字节最近要讀取一個unicode文件做額外處理,但是透過fgetws去讀取檔案,利用WriteConsole顯示在console畫面......
  • 痛苦造就性格(也许还造就坏产品)(zz.IS2120)
    JamieZawinski//z2012-09-2622:22:[email protected][T50,L1560,R32,V428]他是一个非常传奇的人,高中都没有毕业,却是世界上最好的程序员之一,Netscape公司的主力程序员,划时代产品”网景浏览器”的主要开发者。他在公司里就是一身摇滚明星的打扮,留长发、穿皮夹克、戴......
  • Handling Invalid Characters in an XML String (zz.IS2120.BG57IV3)
    Thereare5predefinedentityreferencesinXML://z2013-08-2018:03:[email protected][T191,L2147,R75,V2925]<<lessthan>>greaterthan&amp;&ampersand &apos;'apostrophe""quotationmark//z2014-04-1017:47......
  • Jamie Zawinski访谈:在折腾中成长 (zz.IS2120)
    //z2012-09-2622:24:[email protected][T51,L1560,R32,V428]Zawinski:那终究只是理论。Seibel:是的,不过有时这个理论也能成真,只要主事者有良好的判断力,框架也不是太过精致,的确能节省时间。你能讲讲自己属于哪一类吗?Zawinski:虽然是陈词滥调,不过我还是要重提:更差就是......
  • 任正非的《北国之春》(zz.is2120)
    任正非的《北国之春》//z2012-09-1211:30:52IS212 [T36,L565,R10,V264]这是华为首席执行官任正非在出访和考察日本回国后所写的一篇文章,不仅华为内部员工熟读于心,而且也让众多的企业家、专家学者和大学生们奉为经典,即便是今日今时仍然具有很大的现实意义。我曾数百......
  • JGTM'2004 [MVP] 对MarshalByRefObject的讲解 (zz.is2120)
    //z2012-09-1109:30:[email protected][T30,L404,R7,V203] AnyonecanexplainthemajoruseofMarshalByRefObjectWhat'sthepurposeforMarshalByRefObject?1.Remoting;itmeansthatbetweenAppDomainsormachines,ratherthanserializea......