Ask a questionAsk a question
 

Answermfc socket 本机 死机

  • Saturday, November 07, 2009 2:57 PM赵国强 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    朋友写了一个mfc的socket程序,本机debug没有问题
    本机的客户端连本机的服务没有问题.

    但是当服务位于别的机器的时候, 一连就死机,是windows死机,不是程序死掉.
    程序怎么写能让windows死掉呢?而且在某些情况下,连服务器的话能让整个局域网瘫痪.很强大的杀伤力!!!!!
    还是就是debug和release有什么区别, 因为程序的debug的版本和release的版本表现差异很大..
    • Moved byWesley YaoMSFTFriday, November 13, 2009 3:31 AM (From:Visual C++ General)
    •  

Answers

  • Sunday, November 08, 2009 7:35 AMcutedevil Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    In debug mode, you can track the running program and read the information of objects and variables.

    By the way how to contact with you?  You'd better read this article : http://www.flounder.com/debug_release.htm
    • Marked As Answer by赵国强 Friday, November 27, 2009 9:47 AM
    •  

All Replies

  • Sunday, November 08, 2009 7:35 AMcutedevil Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    In debug mode, you can track the running program and read the information of objects and variables.

    By the way how to contact with you?  You'd better read this article : http://www.flounder.com/debug_release.htm
    • Marked As Answer by赵国强 Friday, November 27, 2009 9:47 AM
    •  
  • Sunday, November 08, 2009 8:06 AM«_Superman_»MVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    It would help if you could translate into english.
    «_Superman_»
    Microsoft MVP (Visual C++)
  • Monday, November 09, 2009 2:51 AM赵国强 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
  • Monday, November 09, 2009 6:30 AMWesley YaoMSFTUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    你好,

    这里是英文VC++论坛,你可以求助于MSDN中文论坛:Visual C++,或者将你的问题翻译成英文,这样你的问题能够得到坛友们更好的帮助。

    谢谢!

    _____________________________________
    _____________________________________

    This is a English VC++ forum for discussing VC++ general questions, please use English for the question.
    You could post it to the Chinese MSDN forum: Visual C++, or translate your question to English so other communities who using English can understand your question well.

    Thanks,
    Wesley

    Please mark the replies as answers if they help and unmark them if they provide no help. Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.