代码改变世界

Install Visual Studio on 64bit windows

2004-08-25 17:23 by atempcode, 912 阅读, 0 推荐, 收藏, 编辑
摘要:Customers asked if our VSIP package can run on a 64bit Windows, so today I found a dual-Opteron to do the test. First the 64bit windows. I chose the XP pro X64 build 1218. Downloading, installing. Eve... 阅读全文

The MS implementation of float window

2004-08-23 11:14 by atempcode, 1109 阅读, 0 推荐, 收藏, 编辑
摘要:In http://www.cnblogs.com/sumtec/archive/2004/07/19/25613.aspx, sumtec talked about how to show a window while leave the parent window active. The MS Platfrom SDK already has a sample for this: (sorry... 阅读全文

Enter debugger when application starts

2004-08-18 15:34 by atempcode, 732 阅读, 0 推荐, 收藏, 编辑
摘要:Recently I am debugging a out-of-process COM exe. It crashed some time before I can attach debugger to it. How can I debug the exe when it starts? After check the MSDN, I find that some change to the ... 阅读全文

Herb Sutter's new book

2004-08-05 09:07 by atempcode, 844 阅读, 0 推荐, 收藏, 编辑
摘要:In this month's C/C++ User's Journal, there is an artical drawn from Herb's new book C++ Coding Standard. He has 2 new books to be published this year: C++ Coding Standard , AW, available Oct, 2004 an... 阅读全文

Advanced daily build - Auto update build number and lable the source code and bin output

2004-07-29 09:03 by atempcode, 1914 阅读, 0 推荐, 收藏, 编辑
摘要:Several days ago, coolbug posted a useful ducument about the daily build. Very instructive. But it missed some important points IMO. For the daily build, I need: 1. The build number should be increas... 阅读全文

Centralized management of project version

2004-07-29 08:54 by atempcode, 1198 阅读, 0 推荐, 收藏, 编辑
摘要:(for native VC++ projects only) Nowadays, one solution may contain several exe or dll outputs. A best practice is to mark all the output binary file the same version when release. We all know we can c... 阅读全文

SVN installed

2004-07-21 22:21 by atempcode, 714 阅读, 0 推荐, 收藏, 编辑
摘要:Installed Subversion on a test machine according to the instruction in 台湾同胞的繁体中文版, Win32下的安装文档.I use Subclipse as client. Just love the clean and elegent of Eclipse. More experience to come... 阅读全文

What's new in the VS2005 debugger -- Tracepoint

2004-07-21 22:10 by atempcode, 1132 阅读, 0 推荐, 收藏, 编辑
摘要:Trace point is a type of breakpoint whick don't break.Right click a breakpoint in the IDE:Brilliant as you can see what can be done with it.You can even run macro when the tracepoint hit! 阅读全文

How support register display in a custom debug engine

2004-07-21 21:58 by atempcode, 710 阅读, 0 推荐, 收藏, 编辑
摘要:Several days ago, I asked the questions in the new group, yesterday a MS guy answered. Jim Glass [MSFT] wrote: > Michael,> > Question: "I read through the documents and can not find a way to show the ... 阅读全文

Create a new babel package

2004-07-21 21:42 by atempcode, 696 阅读, 0 推荐, 收藏, 编辑
摘要:From the newsgroup: Andre W B Furtado wrote: >>I've made some changes do the babel source and would like to compile it >>giving it a new ID. What previous GUID(s) do I need to change? > > > Answe... 阅读全文
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页