<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Johnson的专栏 - VC</title><link>http://blog.csdn.net/51357/category/139773.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 08 Sep 2007 16:37:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>Johnson</dc:creator><title>MediaPlayer ActiveX访问自定义的URL协议时问题</title><link>http://blog.csdn.net/51357/archive/2007/03/25/1540938.aspx</link><pubDate>Sun, 25 Mar 2007 23:58:00 GMT</pubDate><guid>http://blog.csdn.net/51357/archive/2007/03/25/1540938.aspx</guid><wfw:comment>http://blog.csdn.net/51357/comments/1540938.aspx</wfw:comment><comments>http://blog.csdn.net/51357/archive/2007/03/25/1540938.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/51357/comments/commentRss/1540938.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1540938</trackback:ping><description>假如用MediaPlayer要访问类似的 abc://host/xxx 自定义的流媒体时，会出现一个提示，按确定可以正常。如用MediaPlayer ActiveX访问时，则不会出现提示，而且不能播放&lt;img src ="http://blog.csdn.net/51357/aggbug/1540938.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Johnson</dc:creator><title>HTTP Streaming例子: AsfRecorder.c代码</title><link>http://blog.csdn.net/51357/archive/2007/02/27/1516278.aspx</link><pubDate>Tue, 27 Feb 2007 19:56:00 GMT</pubDate><guid>http://blog.csdn.net/51357/archive/2007/02/27/1516278.aspx</guid><wfw:comment>http://blog.csdn.net/51357/comments/1516278.aspx</wfw:comment><comments>http://blog.csdn.net/51357/archive/2007/02/27/1516278.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/51357/comments/commentRss/1516278.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1516278</trackback:ping><description>主要实现下载http stream file&lt;img src ="http://blog.csdn.net/51357/aggbug/1516278.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Johnson</dc:creator><title>HTTP Streaming protocol 分析笔记</title><link>http://blog.csdn.net/51357/archive/2007/02/27/1516268.aspx</link><pubDate>Tue, 27 Feb 2007 19:38:00 GMT</pubDate><guid>http://blog.csdn.net/51357/archive/2007/02/27/1516268.aspx</guid><wfw:comment>http://blog.csdn.net/51357/comments/1516268.aspx</wfw:comment><comments>http://blog.csdn.net/51357/archive/2007/02/27/1516268.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/51357/comments/commentRss/1516268.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1516268</trackback:ping><description>HTTP Streaming protocol 分析笔记 Windows Media service提供mms和http 协议进行音视频流播放。由于微软没有公开以上协议的技术细节，很难对流进行下载保存。http相对简单，以下对其进行抓包分析。&lt;img src ="http://blog.csdn.net/51357/aggbug/1516268.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Johnson</dc:creator><title>进程间通信方法：接口Variant封装包参数传递</title><link>http://blog.csdn.net/51357/archive/2007/01/27/1495846.aspx</link><pubDate>Sat, 27 Jan 2007 22:45:00 GMT</pubDate><guid>http://blog.csdn.net/51357/archive/2007/01/27/1495846.aspx</guid><wfw:comment>http://blog.csdn.net/51357/comments/1495846.aspx</wfw:comment><comments>http://blog.csdn.net/51357/archive/2007/01/27/1495846.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/51357/comments/commentRss/1495846.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1495846</trackback:ping><description>利用接口技术进行进程通信，由于是跨进程，指针是不能传递的，COM提供了Variant类型的参数传递方式 。
&lt;img src ="http://blog.csdn.net/51357/aggbug/1495846.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Johnson</dc:creator><title>SafeArray 2 (转帖)</title><link>http://blog.csdn.net/51357/archive/2007/01/26/1495293.aspx</link><pubDate>Fri, 26 Jan 2007 23:47:00 GMT</pubDate><guid>http://blog.csdn.net/51357/archive/2007/01/26/1495293.aspx</guid><description>SafeArray
&lt;img src ="http://blog.csdn.net/51357/aggbug/1495293.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Johnson</dc:creator><title>SafeArray (转贴)</title><link>http://blog.csdn.net/51357/archive/2007/01/26/1495275.aspx</link><pubDate>Fri, 26 Jan 2007 23:12:00 GMT</pubDate><guid>http://blog.csdn.net/51357/archive/2007/01/26/1495275.aspx</guid><description>SafeArray&lt;img src ="http://blog.csdn.net/51357/aggbug/1495275.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Johnson</dc:creator><title>关于WTL的CString, CRect, CSize, CPoint</title><link>http://blog.csdn.net/51357/archive/2006/08/08/1035365.aspx</link><pubDate>Tue, 08 Aug 2006 00:57:00 GMT</pubDate><guid>http://blog.csdn.net/51357/archive/2006/08/08/1035365.aspx</guid><wfw:comment>http://blog.csdn.net/51357/comments/1035365.aspx</wfw:comment><comments>http://blog.csdn.net/51357/archive/2006/08/08/1035365.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/51357/comments/commentRss/1035365.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1035365</trackback:ping><description>关于WTL的CString, CRect, CSize, CPoint&lt;img src ="http://blog.csdn.net/51357/aggbug/1035365.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Johnson</dc:creator><title>WTL Samples编译错误</title><link>http://blog.csdn.net/51357/archive/2006/08/05/1025843.aspx</link><pubDate>Sat, 05 Aug 2006 23:47:00 GMT</pubDate><guid>http://blog.csdn.net/51357/archive/2006/08/05/1025843.aspx</guid><wfw:comment>http://blog.csdn.net/51357/comments/1025843.aspx</wfw:comment><comments>http://blog.csdn.net/51357/archive/2006/08/05/1025843.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/51357/comments/commentRss/1025843.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1025843</trackback:ping><description>解决：config project options - Minimize CRT use in ATL = no
&lt;img src ="http://blog.csdn.net/51357/aggbug/1025843.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Johnson</dc:creator><title>在VC中添加响应自定义的消息的代码步骤</title><link>http://blog.csdn.net/51357/archive/2005/08/07/447873.aspx</link><pubDate>Sun, 07 Aug 2005 21:41:00 GMT</pubDate><guid>http://blog.csdn.net/51357/archive/2005/08/07/447873.aspx</guid><wfw:comment>http://blog.csdn.net/51357/comments/447873.aspx</wfw:comment><comments>http://blog.csdn.net/51357/archive/2005/08/07/447873.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/51357/comments/commentRss/447873.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=447873</trackback:ping><description>在VC中添加响应自定义的消息的代码步骤&lt;img src ="http://blog.csdn.net/51357/aggbug/447873.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>