摘要:
Answer to What's wrong with this code.Seems nobody intrested in the 'legacy' COM code... :(Here comes the right one: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHigh... 阅读全文
随笔分类 - Software
What's wrong with this code
2006-05-01 23:19 by atempcode, 330 阅读, 收藏,
摘要:
1 [ 2 object, 3 uuid(8BE3DB1A-1DB0-4529-B295-31EED6E3ABD9), 4 dual, 5 nonextensible, 6 helpstring("IIPCService Interface"), 7 pointer_default(unique) 8 ] 9 interface IIPCServi... 阅读全文
招聘Installshield and MSI experts
2005-10-14 11:27 by atempcode, 705 阅读, 收藏,
摘要:
费尼克斯(南京)科技有限公司是美国凤凰科技(Phoenix Technologies Ltd.)在南京注册的独资公司。总部设在美国硅谷的凤凰科技是全球著名软件企业之一,同时也是纳斯达克上市公司(股票代号PTEC)。公司不仅拥有著名 品牌Phoenix BIOS 和Award BIOS,还拥有FirstWare、FirstView Connect、FirstAuthority等最新技术产品系... 阅读全文
Jack Bauer Using Delphi
2005-09-28 21:56 by atempcode, 475 阅读, 收藏,
摘要:
jack Bauer在用Delphi! http://research.workshell.co.uk/delphi/ 作为一个曾经的Delphi爱好者和当前的24 Hours fan,我能确认Jack用的确实是Delphi (delphi 5?),这些Screenshot应该是在Season 4,Jack在Saeed的办公室里。。。 阅读全文
Orca and MSI
2005-03-30 16:49 by atempcode, 847 阅读, 收藏,
摘要:
The deployment project in VS.Net 2003 is lame. I can't find a way to insert a custom action that associated with a property that comes from the RegLocator table. So I have to turn to Orca. Unfortunate... 阅读全文
Something about MS Help 2 – Visual Studio .Net 的帮助系统 (1)
2005-02-23 10:56 by atempcode, 2947 阅读, 收藏,
摘要:
What is MS Help2? Good – MS Help 2 是Microsoft继 HTML Help后的新一代帮助系统。VS.Net的帮助系统就是基于MS Help2 技术构建的。 Bad – Microsoft 决定不单独分发 MS Help 2 Runtime. 只有安装以下任一MS产品才能获得MS Help2 Runtime: Visual ... 阅读全文
some news
2005-02-08 08:06 by atempcode, 807 阅读, 收藏,
摘要:
1.你想得到数以十万行计的windows source code吗?点击这里。我用Project Line Counter Addin计算了一下最近的一个项目,总共264,844行代码,有35,626行空行,13%。 2.一个完全由c#实现的c# 编译器。ICorDebug 实现者的业余习作。 阅读全文
Brad wants to hear from non-english speaking .net developers
2005-01-26 08:58 by atempcode, 859 阅读, 收藏,
摘要:
http://blogs.msdn.com/brada/archive/2005/01/24/359983.aspx 阅读全文
To avoid the comment spam
2004-12-02 15:49 by atempcode, 1028 阅读, 收藏,
摘要:
When read the IKVM.net weblog, I found theit uses an intresting way to avoid the commentspam. "I've now re-enabled them, but I've added a programming question that hopefully should be easy to answer... 阅读全文
怎样让你的密码字符显示为XP的黑色圆球
2004-09-23 20:54 by atempcode, 1444 阅读, 收藏,
摘要:
Ninputer talked about how to show '.' instead of '*' for password edit control.Here is another way.Add xxx.exe.manifest with the content below to the directory of the xxx.exe: ... 阅读全文
What the Borland guys said on .Net
2004-09-16 11:05 by atempcode, 1374 阅读, 收藏,
摘要:
From Brad Abrams 's blog: I only had a 30 mins or so to spend in the session on .NET Framework for Delphi developers. The speaker made an interesting point… Without Delphi there would be no .NET... hi... 阅读全文
New VS 2005 CTP, with Team Foundation!
2004-08-26 23:07 by atempcode, 1758 阅读, 收藏,
摘要:
From: http://blogs.msdn.com/rickla/archive/2004/08/25/220565.aspxIt’s also great to be back in the office and see the progress the team has made over the past month! I’m excited to say that today we ... 阅读全文
The MS implementation of float window
2004-08-23 11:14 by atempcode, 1117 阅读, 收藏,
摘要:
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, 739 阅读, 收藏,
摘要:
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 阅读, 收藏,
摘要:
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... 阅读全文
What's new in the VS2005 debugger -- Tracepoint
2004-07-21 22:10 by atempcode, 1132 阅读, 收藏,
摘要:
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! 阅读全文
What's new in the VS2005 debugger?
2004-07-16 12:58 by atempcode, 980 阅读, 收藏,
摘要:
Remote debugSTL data displayTracepoint New data tip(still to come)Visualization(still to come) 阅读全文
What's new in VS2005 debugger -- STL data display
2004-07-16 12:48 by atempcode, 772 阅读, 收藏,
摘要:
The STL data diaplay has improved in the VS2005. Conisder the simple c++ code: #include "stdafx.h"#include int _tmain(int argc, _TCHAR* argv[]){std::vector V;V.insert(V.begin(), "hello");V.insert(V... 阅读全文
Waht's new in the VS2005 debugger? -- Remote debug enhancement
2004-07-16 11:44 by atempcode, 1138 阅读, 收藏,
摘要:
Now msvsmon can run from a file share! Read the walk through from the MS document: Scenario: Alice and Bob both are employees at SomeCompany. SomeCompany has an NT domain named SomeCompany. Bob is ha... 阅读全文
Clippy is back! (to VS.Net 2005)
2004-07-14 09:35 by atempcode, 444 阅读, 收藏,
摘要:
Do you still remember the little clippy in the Office? It is back!Source: http://notgartner.com/posts/355.aspx 阅读全文
浙公网安备 33010602011771号