文章分类 - Foo Debuger
摘要:原文地址:http://msdn.microsoft.com/zh-cn/library/c91k1xcf(VS.80).aspx当调试 DLL 时,可以从以下开始调试: 用于创建调用 DLL 的可执行文件的项目。 - 或 - 用于创建 DLL 本身的项目。 如果有用于创建可执行文件的项目,则从该项目开始调试。然后可以打开 DLL 的源文件,并在该文件中设置断点,即使它不是用于创建可执行文...
阅读全文
摘要:原文地址:http://msdn.microsoft.com/en-us/library/aa260783(VS.60).aspx =============================================================== Visual C++ 6.0 Technical Articles Generating and Deploying Debug Symbo...
阅读全文
摘要:Hardware & System Device Drivers Driver Development Part 1: Introduction to Drivers Last Updated: 6 Feb 2005 Page Views: 351,878 Rating: 4.89 / 5 Votes: 311 Popularity: 12.18 This article...
阅读全文
摘要:原文地址:http://blog.vckbase.com/bastet/archive/2005/04/26/4985.aspx Candidate ...
阅读全文
摘要:原文地址: http://www.microsoft.com/china/CTC/Newsletter/newsletter200412/hpl.htm微软中国技术中心在帮助国内硬件厂商开发驱动程序和获得 DESIGHED FOR WINDOWS徽标时,发现有些开发驱动程序的工程师没有利用windbg这个功能强大的调试工具,所以本期特别向读者介绍调试工具Windbg。 前言绝大多数在Window...
阅读全文
摘要:MSDN2001中给出的内容: C and C++ Compiler Pragmas The following pragmas are defined for both the C and C++ compilers: alloc_text component init_seg1 ...
阅读全文
摘要:原文地址:http://blog.csdn.net/absurd/archive/2006/02/28/612612.aspx Linux下的调试工具 随着XP的流行,人们越来越注重软件的前期设计、后期的实现,以及贯穿于其中的测试工作,经过这个过程出来的自然是高质量的软件。甚至有人声称XP会淘汰调试器!这当然是有一定道理的,然而就目前的现实来看,这还是一种理想。在日常工作中,调试工具还是必不可...
阅读全文
摘要:drwtsn32 调试windows程序:原文地址:http://blog.csdn.net/OpenHero/archive/2006/04/28/694232.aspx 一直忙着调试代码,写服务器的代码,有时候真叫人郁闷,郁闷的是要高性能的保持程序继续运行n多天还没有事情,本来这也是程序员该做的事情,但是有时候一些长期积累下来的问题会造成程序指明性的打击~~~ 在写这个程序的时候,本机调试代码...
阅读全文
摘要:C/C++ Preprocessor Reference The C/C++ Preprocessor Reference explains the preprocessor as it is implemented in Microsoft C/C++. The preprocessor performs preliminary operations on C and C++ fil...
阅读全文
摘要:NMAKE Options NMAKE options are described in the following table. Options are preceded by either a slash (/) or a dash (–) and are not case sensitive. Use !CMDSWITCHES to change option settings in a m...
阅读全文
摘要:Argument Macros You can use argument macros to specify arguments for a Tools menu command. Visual C++ provides the argument macros shown in the following table. Macro name ...
阅读全文
摘要:---------------------------------LNK错误范围-------------------------------------[LNK****]1. 从LNK1000~LNK2014 ----最重要的是LNK2001 2. --- LNK3000到LNK4000范围 (无) 3. --- LNK4001~LNK4569 4. --- LNK400...
阅读全文
摘要:error LNK2001可能有很多情况引起,最常见也最经典的默过于下面的可能:编译已经通过,连接时出错使用了某个函数,但是却没有在VC的IDE的Link选项卡(既设置连接器把哪些库连接起来生成*.exe或其它)情景重现:你可以使用《windows程设计》第3章的例子--------HelloWin,会出现下面错误Linking...HelloWin.obj : error LNK2001: un...
阅读全文
摘要:Linker Tools Warning LNK4098 defaultlib "library" conflicts with use of other libs; use /NODEFAULTLIB:library You are trying to link with incompatible libraries. Important The run-time libraries now...
阅读全文
摘要:[windows平台](1)mainCRTStartup或者wmainCRTStartup [main()函数的变体----------console](2)WinMainCRTStartup或者wWinMainCRTStartup [WinMain()函数的变体----Windows](3...
阅读全文
摘要:DEMO:[VC6.0+SP5 && C++->code generate(debug single thread)] /* const相关的各种情况的测试 */#include// #include /* namespace std在此文件中定义,只为说明std命名空间定义在此头文件*/using namespace std; int main(){ const int...
阅读全文
摘要:UMENTRYABS Use the UMENTRYABS macro to specify an absolute entry point. The entry point in your source code does not, in general, match the absolute entry point in your binary. By default, the entry p...
阅读全文
浙公网安备 33010602011771号