摘要:
VS2005 的帮助search中有两个新的概念: categories 和 filters. 图中 Language就是一个Category, 它包含了很多filters. 这些filter (象 C#, C++等) 是以checkbox的形式表现, 可想而知他们之间是 OR 的关系. 假设我们现在为BIOS开发准备一套帮助, 并准备把它集成到VS2005的帮助系统中. 我们想定义一个新的 ... 阅读全文
随笔分类 - VSIP
How support register display in a custom debug engine
2004-07-21 21:58 by atempcode, 721 阅读, 收藏,
摘要:
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, 702 阅读, 收藏,
摘要:
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... 阅读全文
Debugging JScript in the Custom Wizards
2004-07-09 16:09 by atempcode, 1310 阅读, 收藏,
摘要:
From newsgroup: > I am creating some custom wizards, it would go faster if I could debug the > jscript code, even trace statements to a debug viewer would be fine. > > Any suggestions? > > JamesL At... 阅读全文
You are not alone
2004-07-08 09:18 by atempcode, 692 阅读, 收藏,
摘要:
去年的这个时候,VSIP还没有公开下载。公司从MS拿到VSIP的评估版,我们就开始做评估。感觉非常孤单,因为签了封口协议,不能公开谈论VSIP,网上自然也没有相关资料。后来MS改变了VSIP的发布方式,VSIP可以下载了,还有了一个newsgroup。这个newsgroup就成了VSIP开发者的聚集地。由一位老兄Dimirtry经常问一些问题,看看mail address 是 IntelliJ公司... 阅读全文
Beta is beta - Compatibility issue of VSIP 2005 beta1
2004-07-07 08:42 by atempcode, 812 阅读, 收藏,
摘要:
I have installed VS.Net 2005 and VSIP 2005 on my laptop which have VS.net 2003 and VSIP 2003 installed. Yesterday night, when I opened my VSIP package project in VS.net 2003 and tried to compile, the ... 阅读全文
Babel in VSIP 2005
2004-07-06 11:08 by atempcode, 945 阅读, 收藏,
摘要:
Just installed VSIP 2005. After a quick review of the source code of the Babel package, I found that it has not been changed much.All the text help function in text.h and text.cpp has been removed. Ad... 阅读全文
VSIP 2005 Beta1 Releases
2004-07-06 09:03 by atempcode, 739 阅读, 收藏,
摘要:
http://www.microsoft.com/downloads/details.aspx?FamilyID=94c9970d-c247-4ded-a76d-f7b3d589e71d&DisplayLang=en 阅读全文
Set the symbol server for debugging
2004-06-24 21:29 by atempcode, 1012 阅读, 收藏,
摘要:
在调试VC 程序时, 在 call stack window中经常会看到类似 USER32.dll!77e1c52 的条目。你知道那是一个函数,但看不出是哪个函数。其实MS已经提供了很多system dll 的 symbol file - .pdb,你需要的就是在VS.Net里设置好一些选项。MS KB http://support.microsoft.com/default.aspx?scid=... 阅读全文
Microsoft invited to join Eclipse Foundation
2004-06-22 10:42 by atempcode, 635 阅读, 收藏,
摘要:
http://www.eweek.com/article2/0,1759,1615143,00.aspMS has the best IDE for the .net framwork, and Eclipse is IMO the best IDE for Java. Think of editing ASP.Net code in Eclipse... 阅读全文