posts - 8, comments - 1, trackbacks - 0, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

置顶随笔

1有关调用实时(JIT)调试而不是此对话框的详细信息,
 2请参见此消息的结尾。
 3
 4************** 异常文本 **************
 5System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
 6   在 System.Drawing.SafeNativeMethods.Gdip.GdipDrawRectangleI(HandleRef graphics, HandleRef pen, Int32 x, Int32 y, Int32 width, Int32 height)
 7   在 System.Drawing.Graphics.DrawRectangle(Pen pen, Int32 x, Int32 y, Int32 width, Int32 height)
 8   在 System.Drawing.Graphics.DrawRectangle(Pen pen, Rectangle rect)
 9   在 System.Windows.Forms.ComboBox.FlatComboAdapter.DrawFlatCombo(ComboBox comboBox, Graphics g)
10   在 System.Windows.Forms.ComboBox.WndProc(Message& m)
11   在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
12   在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
13   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
14
15
16************** 已加载的程序集 **************
17mscorlib
18    程序集版本: 2.0.0.0
19    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
20    基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
21----------------------------------------
22System.Windows.Forms
23    程序集版本: 2.0.0.0
24    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
25    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
26----------------------------------------
27System
28    程序集版本: 2.0.0.0
29    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
30    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
31----------------------------------------
32System.Drawing
33    程序集版本: 2.0.0.0
34    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
35    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
36----------------------------------------
37System.Configuration
38    程序集版本: 2.0.0.0
39    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
40    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
41----------------------------------------
42System.Xml
43    程序集版本: 2.0.0.0
44    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
45    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
46----------------------------------------
47mscorlib.resources
48    程序集版本: 2.0.0.0
49    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
50    基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
51----------------------------------------
52System.Windows.Forms.resources
53    程序集版本: 2.0.0.0
54    Win32 版本: 2.0.50727.42 (RTM.050727-4200)
55    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHS_b77a5c561934e089/System.Windows.Forms.resources.dll
56----------------------------------------
57
58************** JIT 调试 **************
59要启用实时(JIT)调试,
60该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
61jitDebugging 值。
62编译应用程序时还必须启用
63调试。
64
65例如: 
66
67<configuration>
68    <system.windows.forms jitDebugging="true" />
69</configuration>
70
71启用 JIT 调试后,任何无法处理的异常
72都将被发送到在此计算机上注册的 JIT 调试器,
73而不是由此对话框处理。

posted @ 2008-06-04 16:37 hyruur 阅读(349) | 评论 (0)编辑

1有关调用实时(JIT)调试而不是此对话框的详细信息,
 2请参见此消息的结尾。
 3
 4************** 异常文本 **************
 5System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
 6   在 System.Drawing.SafeNativeMethods.Gdip.GdipDrawRectangleI(HandleRef graphics, HandleRef pen, Int32 x, Int32 y, Int32 width, Int32 height)
 7   在 System.Drawing.Graphics.DrawRectangle(Pen pen, Int32 x, Int32 y, Int32 width, Int32 height)
 8   在 System.Drawing.Graphics.DrawRectangle(Pen pen, Rectangle rect)
 9   在 System.Windows.Forms.ComboBox.FlatComboAdapter.DrawFlatCombo(ComboBox comboBox, Graphics g)
10   在 System.Windows.Forms.ComboBox.WndProc(Message& m)
11   在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
12   在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
13   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
14
15
16************** 已加载的程序集 **************
17mscorlib
18    程序集版本: 2.0.0.0
19    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
20    基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
21----------------------------------------
22System.Windows.Forms
23    程序集版本: 2.0.0.0
24    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
25    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
26----------------------------------------
27System
28    程序集版本: 2.0.0.0
29    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
30    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
31----------------------------------------
32System.Drawing
33    程序集版本: 2.0.0.0
34    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
35    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
36----------------------------------------
37System.Configuration
38    程序集版本: 2.0.0.0
39    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
40    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
41----------------------------------------
42System.Xml
43    程序集版本: 2.0.0.0
44    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
45    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
46----------------------------------------
47mscorlib.resources
48    程序集版本: 2.0.0.0
49    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
50    基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
51----------------------------------------
52System.Windows.Forms.resources
53    程序集版本: 2.0.0.0
54    Win32 版本: 2.0.50727.42 (RTM.050727-4200)
55    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHS_b77a5c561934e089/System.Windows.Forms.resources.dll
56----------------------------------------
57
58************** JIT 调试 **************
59要启用实时(JIT)调试,
60该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
61jitDebugging 值。
62编译应用程序时还必须启用
63调试。
64
65例如: 
66
67<configuration>
68    <system.windows.forms jitDebugging="true" />
69</configuration>
70
71启用 JIT 调试后,任何无法处理的异常
72都将被发送到在此计算机上注册的 JIT 调试器,
73而不是由此对话框处理。

posted @ 2008-06-04 16:36 hyruur 阅读(318) | 评论 (0)编辑

想看更多的流媒体资源或其他的资源:可以看看:http://www.umsky.com/knowledge/Streaming/

voip书籍:
http://www.chinagk.org/technology/IPTech/001.htm
全球VOIP联盟
http://www.microvoip.com/thdmain01.htm

RTP库:
http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html


DVB资源网站:
http://www.dvbcn.com/


老古开发网:(里面有很多关于单片机和嵌入式等等,各个方面的资料).
http://www.laogu.com/download.aspx?page=28

智能未来:(有些音视频的编码资料下载)
http://www.try2it.com/fir.asp?o=5

陆其明的站点:(流媒体开发)
http://hqtech.nease.net/Document.htm

DirectShow Developer Q & A
http://www.gdcl.co.uk/q_and_a.htm


G729A的免费库:
http://www.voiceage.com/codecsite/openinit_g729eula.php

其他一些源代码的:
http://cvs.winehq.com/cvsweb/wine/dlls

Dialogic OKI <-> G.726 transcoders
http://freespace.virgin.net/joe.carter/codecs/

微软BLOG集:
http://blogs.msdn.com/

一些电子书集下载:
http://leon83.com/leon/download/index.jsp?ct=book%2FNetwork&image=false

H.245协议的VC++实现
http://www.sic.org.cn/lunwen/004.htm

饮水思源 -- 精华区文章阅读
http://bbs.sjtu.edu.cn/bbsanc?path=/groups/GROUP_3/C/.index

在线翻译的网站:
http://www.worldlingo.com/wl/translate

RFC文档目录
http://www.leepig.com/rfc/

C++, Java, C#, OO, GP的网站
http://www.allaboutprogram.com/

开源的即时通信协议jabber项目:
http://www.jabber.org/software/libraries.php

 

用于MPEG-4视听流的RTP负载格式
http://www.umsky.com/knowledge/Streaming/RFC3016-cn

MPEG4IP: Open Source, Open Standards, Open Streaming
http://mpeg4ip.sourceforge.net/

主要研究:Internet real-time and multimedia services and protocols, ubiquitous computing, mobile systems, quality of service, modeling and analysis of computer-communication networks, operating systems, network security.

http://www.cs.columbia.edu/~hgs/


SIP and RTP Stack 相关:


基于SIP STACK 的开源项目:
http://www.vovida.org/

H323的开源:
http://www.openh323.org/

在Vovida的基础上实现自己的SIP协议栈
http://www.ctiforum.com/technology/Voip/2003/08/voip0802.htm

vchelp上的:基于SIP的软终端项目预研
http://www.copathway.com/copathway/project_view.asp?prj_id=265


jrtplib: C++; License: Free; Homepage: http://lumumba.luc.ac.be/jori/jrtplib/jrtplib.html

Common Multimedia Library: from UCL London, includes RTP stack; C; License: Free; Homepage: http://www-mice.cs.ucl.ac.uk/multimedia/software/common/

ortp: C; License: LGPL; Homepage: http://www.linphone.org/ortp/; without RTCP, from linphone

GNU ccRTP: C++; License: GPL (with linking exception); Homepage: http://www.gnu.org/software/ccrtp/

LIVE.COM Streaming Media: C++; License: LGPL; Homepage: http://live.com/liveMedia/

Morgan RTP DirectShow Filters: C++; License: ?; Homepage: http://www.morgan-multimedia.com/RTP/; based on liveMedia library

RTP from vovida.org: C++; License: Free; Homepage: http://www.vovida.org/protocols/downloads/rtp/

RTPlib: RTP library from Lucent Technologies/Cloumbia University; C; License: Non-exklusive source code license; Homepage: http://www-out.bell-labs.com/project/RTPlib/

librtp: C; License: GPL; Homepage: http://gphone.sourceforge.net/template.php3?page=librtp; from Gnome-o-phone


SIP Stacksdissipate:  Homepage: http://www.div8.net/dissipate/; The original dissipate by Billy Biggs.

dissipate2: GPL; Homepage: http://www.wirlab.net/kphone/; A enhanced dissipate, is part of the kphone distribution.

GNU osip;LGPL; Homepage: http://www.gnu.org/software/osip/; Also known as libosip. Note: The interface of osip has been changed and from now on it will be called osip2!

GNU eXosip;  Homepage: http://savannah.nongnu.org/projects/exosip/; The extensible osip: "...It aims to implement a simple high layer API to control the SIP for sessions establishements and common extensions. Once completed, this eXtended library should provide an API for call management, messaging and presence features....

SIP from vovida.org: C++; License: Vovida Software License; Homepage: http://www.vovida.org/protocols/downloads/sip/


RTP ApplicationsRAT - Robust Audio Tool; Homepage: http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/

JMF - Java Media Framework: Can receive and send RTP streams; Homepage: http://java.sun.com/products/java-media/jmf/

MP3/RTP Plugin for Winamp: Homepage: http://www.live.com/multikit/winamp-plugin.html

Vomit - Voice over Missconfigured Internet Telephones:  Homepage: http://vomit.xtdnet.nl/

RTP Tools: Several RTP utilities from the Columbia University; Homepage: http://www.cs.columbia.edu/IRT/software/rtptools/

UDP Packet Reflector/Forwarder: A tiny tool which forwards or reflects UDP packets. You can also add delay and packet loss. Very useful if you want to test RTP applications. Homepage: http://www.cs.ucl.ac.uk/staff/s.bhatti/teaching/z02/reflector.html.

 

SIP Phone (User Agent, Softphone, Proxy)

Ubiquity User Agent: Java based SIP Client for Windows, very useful, you have to register (free) to get an license; Homepage: http://www.ubiquity.net/useragent.php

Linphone: A SIP Softphone for Linux (GNOME), needs libosip ans oRTP; Homepage: http://www.linphone.org/

KPhone: A SIP Softphone for Linux (KDE); Homepage: http://www.wirlab.net/kphone/index.html

Vovida: Complete SIP Suite for Linux (Uaser Agent, Proxy, ...), very, very big software contruct; Homepage: Vovida.org

Siphon: Linux SIP Softphone; Homepage: http://siphon.sourceforge.net/index.html

AVAZ SIP Phone: Cool looking SIP Phone for Windows, crashes very often at my PC, but works well on my friends PC; Homepage:http://www.avaz.com/products/software/sip/index.html

EZ-Phone (Evaluation Version): SIP Phone for Windows; Homepage: http://www.hssworld.com/voip/download.htm

MySIP: SIP User Agent from Siemens; Homepage: http://www.mysip.ch/


SJPhone: SIP and H.323 Softphone for Windows, Linux and PocketPC from: http://www.sjlabs.com/. The configuration for SIP is a little bit tweaky. And there must not be another SIP client running on port 5060 or the SJPhone won't work.

instant xpressa: The software version of the xpressa SIP phone from pingtel: http://www.pingtel.com/appdev.jsp; A really impressive SIP phone with a lot of features. Can be extended with Java programs, but no free version available.

xphone: A SIP client for Windows and Windows CE, http://xphone.xten.net/. The beta version is free.

SIPPS: SIP softphone with answering machine and a lot of features, but, IMHO, a not very intuitive user interface, which should be better in the next version (try it yourself).http://www.sippstar.com/. A Demo for testing is available.

posted @ 2008-06-03 17:43 hyruur 阅读(269) | 评论 (0)编辑

谁有源码,可以共享的话,联系我,谢谢!QQ:195889119

posted @ 2008-06-02 14:34 hyruur 阅读(64) | 评论 (0)编辑

2008年10月27日

数据库2000或2005解密存储过程,有谁做个成功的例子,请帖源码。

posted @ 2008-10-27 17:40 hyruur 阅读(18) | 评论 (0)编辑

2008年7月15日

/// <summary>
        /// 删除文本文件指定行
        /// </summary>
        /// <param name="deleteLineIndex"></param>
        private void DeleteLine(int deleteLineIndex)
        {
            StreamReader reader = new StreamReader(PathFile);

            string text = reader.ReadToEnd();

            reader.Close();

            string[] textlines = Regex.Split(text, Environment.NewLine);
            StringBuilder str = new StringBuilder();
            for (int i = 0; i < textlines.Length; i++)
            {
                if (i == deleteLineIndex)
                    continue;
                str.AppendLine(textlines[i]);
            }
         
            StreamWriter writer = new StreamWriter(PathFile);
            writer.Write(str.ToString());
            writer.Close();
        }

posted @ 2008-07-15 15:09 hyruur 阅读(134) | 评论 (0)编辑

2008年7月8日

using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using Microsoft.Feeds.Interop;

namespace RssFeedReader
{
    class ReadRssFeed
    {
        static void Main(string[] args)
        {
            FeedsManagerClass fm = new FeedsManagerClass();
            string url = @"http://www.nordpoolspot.com/alerts/umm_feed"; //URL
            IFeedFolder rootFolder = (IFeedFolder)fm.RootFolder;
            IFeed feed = null;
            if (!fm.IsSubscribed(url))
            {
                feed = (IFeed)rootFolder.CreateFeed(url, url);
                feed.Rename("Nord Pool Spot UMM");
            }
            else
            {
                feed = (IFeed)fm.GetFeed(@"Nord Pool Spot UMM");
            }
            feed.Download();

            IFeedItem tt = feed.GetItem(0) as IFeedItem;
            string title = tt.Title;

            string xml = feed.Xml(feed.ItemCount,
                FEEDS_XML_SORT_PROPERTY.FXSP_PUBDATE,
                FEEDS_XML_SORT_ORDER.FXSO_ASCENDING,
                FEEDS_XML_FILTER_FLAGS.FXFF_ALL,
                FEEDS_XML_INCLUDE_FLAGS.FXIF_CF_EXTENSIONS);
            StreamWriter sw = new StreamWriter(File.OpenWrite("test.xml"));
            sw.Write(xml);
            sw.Close();
        }
    }
}

posted @ 2008-07-08 17:38 hyruur 阅读(189) | 评论 (0)编辑

2008年6月23日

同时调用两个media player 出现System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。什么原因。

posted @ 2008-06-23 11:42 hyruur 阅读(396) | 评论 (1)编辑

2008年6月4日

1有关调用实时(JIT)调试而不是此对话框的详细信息,
 2请参见此消息的结尾。
 3
 4************** 异常文本 **************
 5System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
 6   在 System.Drawing.SafeNativeMethods.Gdip.GdipDrawRectangleI(HandleRef graphics, HandleRef pen, Int32 x, Int32 y, Int32 width, Int32 height)
 7   在 System.Drawing.Graphics.DrawRectangle(Pen pen, Int32 x, Int32 y, Int32 width, Int32 height)
 8   在 System.Drawing.Graphics.DrawRectangle(Pen pen, Rectangle rect)
 9   在 System.Windows.Forms.ComboBox.FlatComboAdapter.DrawFlatCombo(ComboBox comboBox, Graphics g)
10   在 System.Windows.Forms.ComboBox.WndProc(Message& m)
11   在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
12   在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
13   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
14
15
16************** 已加载的程序集 **************
17mscorlib
18    程序集版本: 2.0.0.0
19    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
20    基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
21----------------------------------------
22System.Windows.Forms
23    程序集版本: 2.0.0.0
24    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
25    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
26----------------------------------------
27System
28    程序集版本: 2.0.0.0
29    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
30    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
31----------------------------------------
32System.Drawing
33    程序集版本: 2.0.0.0
34    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
35    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
36----------------------------------------
37System.Configuration
38    程序集版本: 2.0.0.0
39    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
40    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
41----------------------------------------
42System.Xml
43    程序集版本: 2.0.0.0
44    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
45    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
46----------------------------------------
47mscorlib.resources
48    程序集版本: 2.0.0.0
49    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
50    基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
51----------------------------------------
52System.Windows.Forms.resources
53    程序集版本: 2.0.0.0
54    Win32 版本: 2.0.50727.42 (RTM.050727-4200)
55    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHS_b77a5c561934e089/System.Windows.Forms.resources.dll
56----------------------------------------
57
58************** JIT 调试 **************
59要启用实时(JIT)调试,
60该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
61jitDebugging 值。
62编译应用程序时还必须启用
63调试。
64
65例如: 
66
67<configuration>
68    <system.windows.forms jitDebugging="true" />
69</configuration>
70
71启用 JIT 调试后,任何无法处理的异常
72都将被发送到在此计算机上注册的 JIT 调试器,
73而不是由此对话框处理。

posted @ 2008-06-04 16:37 hyruur 阅读(349) | 评论 (0)编辑

1有关调用实时(JIT)调试而不是此对话框的详细信息,
 2请参见此消息的结尾。
 3
 4************** 异常文本 **************
 5System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
 6   在 System.Drawing.SafeNativeMethods.Gdip.GdipDrawRectangleI(HandleRef graphics, HandleRef pen, Int32 x, Int32 y, Int32 width, Int32 height)
 7   在 System.Drawing.Graphics.DrawRectangle(Pen pen, Int32 x, Int32 y, Int32 width, Int32 height)
 8   在 System.Drawing.Graphics.DrawRectangle(Pen pen, Rectangle rect)
 9   在 System.Windows.Forms.ComboBox.FlatComboAdapter.DrawFlatCombo(ComboBox comboBox, Graphics g)
10   在 System.Windows.Forms.ComboBox.WndProc(Message& m)
11   在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
12   在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
13   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
14
15
16************** 已加载的程序集 **************
17mscorlib
18    程序集版本: 2.0.0.0
19    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
20    基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
21----------------------------------------
22System.Windows.Forms
23    程序集版本: 2.0.0.0
24    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
25    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
26----------------------------------------
27System
28    程序集版本: 2.0.0.0
29    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
30    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
31----------------------------------------
32System.Drawing
33    程序集版本: 2.0.0.0
34    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
35    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
36----------------------------------------
37System.Configuration
38    程序集版本: 2.0.0.0
39    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
40    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
41----------------------------------------
42System.Xml
43    程序集版本: 2.0.0.0
44    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
45    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
46----------------------------------------
47mscorlib.resources
48    程序集版本: 2.0.0.0
49    Win32 版本: 2.0.50727.832 (QFE.050727-8300)
50    基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
51----------------------------------------
52System.Windows.Forms.resources
53    程序集版本: 2.0.0.0
54    Win32 版本: 2.0.50727.42 (RTM.050727-4200)
55    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHS_b77a5c561934e089/System.Windows.Forms.resources.dll
56----------------------------------------
57
58************** JIT 调试 **************
59要启用实时(JIT)调试,
60该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
61jitDebugging 值。
62编译应用程序时还必须启用
63调试。
64
65例如: 
66
67<configuration>
68    <system.windows.forms jitDebugging="true" />
69</configuration>
70
71启用 JIT 调试后,任何无法处理的异常
72都将被发送到在此计算机上注册的 JIT 调试器,
73而不是由此对话框处理。

posted @ 2008-06-04 16:36 hyruur 阅读(318) | 评论 (0)编辑

2008年6月3日

想看更多的流媒体资源或其他的资源:可以看看:http://www.umsky.com/knowledge/Streaming/

voip书籍:
http://www.chinagk.org/technology/IPTech/001.htm
全球VOIP联盟
http://www.microvoip.com/thdmain01.htm

RTP库:
http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html


DVB资源网站:
http://www.dvbcn.com/


老古开发网:(里面有很多关于单片机和嵌入式等等,各个方面的资料).
http://www.laogu.com/download.aspx?page=28

智能未来:(有些音视频的编码资料下载)
http://www.try2it.com/fir.asp?o=5

陆其明的站点:(流媒体开发)
http://hqtech.nease.net/Document.htm

DirectShow Developer Q & A
http://www.gdcl.co.uk/q_and_a.htm


G729A的免费库:
http://www.voiceage.com/codecsite/openinit_g729eula.php

其他一些源代码的:
http://cvs.winehq.com/cvsweb/wine/dlls

Dialogic OKI <-> G.726 transcoders
http://freespace.virgin.net/joe.carter/codecs/

微软BLOG集:
http://blogs.msdn.com/

一些电子书集下载:
http://leon83.com/leon/download/index.jsp?ct=book%2FNetwork&image=false

H.245协议的VC++实现
http://www.sic.org.cn/lunwen/004.htm

饮水思源 -- 精华区文章阅读
http://bbs.sjtu.edu.cn/bbsanc?path=/groups/GROUP_3/C/.index

在线翻译的网站:
http://www.worldlingo.com/wl/translate

RFC文档目录
http://www.leepig.com/rfc/

C++, Java, C#, OO, GP的网站
http://www.allaboutprogram.com/

开源的即时通信协议jabber项目:
http://www.jabber.org/software/libraries.php

 

用于MPEG-4视听流的RTP负载格式
http://www.umsky.com/knowledge/Streaming/RFC3016-cn

MPEG4IP: Open Source, Open Standards, Open Streaming
http://mpeg4ip.sourceforge.net/

主要研究:Internet real-time and multimedia services and protocols, ubiquitous computing, mobile systems, quality of service, modeling and analysis of computer-communication networks, operating systems, network security.

http://www.cs.columbia.edu/~hgs/


SIP and RTP Stack 相关:


基于SIP STACK 的开源项目:
http://www.vovida.org/

H323的开源:
http://www.openh323.org/

在Vovida的基础上实现自己的SIP协议栈
http://www.ctiforum.com/technology/Voip/2003/08/voip0802.htm

vchelp上的:基于SIP的软终端项目预研
http://www.copathway.com/copathway/project_view.asp?prj_id=265


jrtplib: C++; License: Free; Homepage: http://lumumba.luc.ac.be/jori/jrtplib/jrtplib.html

Common Multimedia Library: from UCL London, includes RTP stack; C; License: Free; Homepage: http://www-mice.cs.ucl.ac.uk/multimedia/software/common/

ortp: C; License: LGPL; Homepage: http://www.linphone.org/ortp/; without RTCP, from linphone

GNU ccRTP: C++; License: GPL (with linking exception); Homepage: http://www.gnu.org/software/ccrtp/

LIVE.COM Streaming Media: C++; License: LGPL; Homepage: http://live.com/liveMedia/

Morgan RTP DirectShow Filters: C++; License: ?; Homepage: http://www.morgan-multimedia.com/RTP/; based on liveMedia library

RTP from vovida.org: C++; License: Free; Homepage: http://www.vovida.org/protocols/downloads/rtp/

RTPlib: RTP library from Lucent Technologies/Cloumbia University; C; License: Non-exklusive source code license; Homepage: http://www-out.bell-labs.com/project/RTPlib/

librtp: C; License: GPL; Homepage: http://gphone.sourceforge.net/template.php3?page=librtp; from Gnome-o-phone


SIP Stacksdissipate:  Homepage: http://www.div8.net/dissipate/; The original dissipate by Billy Biggs.

dissipate2: GPL; Homepage: http://www.wirlab.net/kphone/; A enhanced dissipate, is part of the kphone distribution.

GNU osip;LGPL; Homepage: http://www.gnu.org/software/osip/; Also known as libosip. Note: The interface of osip has been changed and from now on it will be called osip2!

GNU eXosip;  Homepage: http://savannah.nongnu.org/projects/exosip/; The extensible osip: "...It aims to implement a simple high layer API to control the SIP for sessions establishements and common extensions. Once completed, this eXtended library should provide an API for call management, messaging and presence features....

SIP from vovida.org: C++; License: Vovida Software License; Homepage: http://www.vovida.org/protocols/downloads/sip/


RTP ApplicationsRAT - Robust Audio Tool; Homepage: http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/

JMF - Java Media Framework: Can receive and send RTP streams; Homepage: http://java.sun.com/products/java-media/jmf/

MP3/RTP Plugin for Winamp: Homepage: http://www.live.com/multikit/winamp-plugin.html

Vomit - Voice over Missconfigured Internet Telephones:  Homepage: http://vomit.xtdnet.nl/

RTP Tools: Several RTP utilities from the Columbia University; Homepage: http://www.cs.columbia.edu/IRT/software/rtptools/

UDP Packet Reflector/Forwarder: A tiny tool which forwards or reflects UDP packets. You can also add delay and packet loss. Very useful if you want to test RTP applications. Homepage: http://www.cs.ucl.ac.uk/staff/s.bhatti/teaching/z02/reflector.html.

 

SIP Phone (User Agent, Softphone, Proxy)

Ubiquity User Agent: Java based SIP Client for Windows, very useful, you have to register (free) to get an license; Homepage: http://www.ubiquity.net/useragent.php

Linphone: A SIP Softphone for Linux (GNOME), needs libosip ans oRTP; Homepage: http://www.linphone.org/

KPhone: A SIP Softphone for Linux (KDE); Homepage: http://www.wirlab.net/kphone/index.html

Vovida: Complete SIP Suite for Linux (Uaser Agent, Proxy, ...), very, very big software contruct; Homepage: Vovida.org

Siphon: Linux SIP Softphone; Homepage: http://siphon.sourceforge.net/index.html

AVAZ SIP Phone: Cool looking SIP Phone for Windows, crashes very often at my PC, but works well on my friends PC; Homepage:http://www.avaz.com/products/software/sip/index.html

EZ-Phone (Evaluation Version): SIP Phone for Windows; Homepage: http://www.hssworld.com/voip/download.htm

MySIP: SIP User Agent from Siemens; Homepage: http://www.mysip.ch/


SJPhone: SIP and H.323 Softphone for Windows, Linux and PocketPC from: http://www.sjlabs.com/. The configuration for SIP is a little bit tweaky. And there must not be another SIP client running on port 5060 or the SJPhone won't work.

instant xpressa: The software version of the xpressa SIP phone from pingtel: http://www.pingtel.com/appdev.jsp; A really impressive SIP phone with a lot of features. Can be extended with Java programs, but no free version available.

xphone: A SIP client for Windows and Windows CE, http://xphone.xten.net/. The beta version is free.

SIPPS: SIP softphone with answering machine and a lot of features, but, IMHO, a not very intuitive user interface, which should be better in the next version (try it yourself).http://www.sippstar.com/. A Demo for testing is available.

posted @ 2008-06-03 17:43 hyruur 阅读(269) | 评论 (0)编辑

2008年6月2日

谁有源码,可以共享的话,联系我,谢谢!QQ:195889119

posted @ 2008-06-02 14:34 hyruur 阅读(64) | 评论 (0)编辑