1,RTX官网: http://rtx.qq.com/rtx/download/index.shtml
2,PRTX即时通讯开发平台: http://webp2p.com/Product/LiveIMSDK.htm
3, VMware8 http://www.xp510.com/soft/ossoft/OtherSystems/13741.html
4,其它资料:
A
RTX腾讯通二次开发 http://topic.youkuaiyun.com/u/20090217/11/6841197f-e8b8-49a7-8e7f-218ee55187cd.html
RTX二次开发,.NET 消息对象示例工程 http://download.youkuaiyun.com/detail/skylarkzcc/1795868
asp.net rtx二次开发 http://q.cnblogs.com/q/19229/
RTX二次开发 http://topic.youkuaiyun.com/u/20110317/17/be9894d7-3f1d-430d-bd49-23918324ce88.html
RTX二次开发问题http://www.cnblogs.com/qxw0816/archive/2010/04/07/1706051.html
做过rtx二次开发的请进 http://topic.youkuaiyun.com/u/20091105/11/63b0fcd6-2217-41f0-b533-ee72ced4c621.html 23楼
RTX .NET开发插件,注意事项. http://bozes.i.sohu.com/blog/view/147994345.htm
Java代码调用RTX发送提醒消息 http://www.cnblogs.com/qstar/archive/2012/02/03/Astar.html
web调用RTX发消息 http://hi.baidu.com/panshaoshi/blog/item/899c00fb41396072024f561a.html
http://192.168.2.28:8012/sendnotify.cgi?msg=Hello word!&receiver=test11 服务端 SDKProperty.xml
http://192.168.2.28:8012/sendnotify.cgi?msg=[我的优快云博客|http://blog.youkuaiyun.com/keenweiwei]|&receiver=test11
wcf 服务:
http://192.168.2.28/RTX_WCF_SendIM/Service.svc
webService服务:
http://192.168.2.28/RTX_WebService_SendIM/MyService.asmx
http://192.168.0.76:999/Service.svc
http://192.168.0.76:998/MyService.asmx
----------------------------------------------------------------------------------------
<setting name="SendMsg_AAA_Service" serializeAs="String">
<value>http://192.168.2.28/WcfService/Service.svc</value>
</setting>
<setting name="SendMsg_BBB_MyService" serializeAs="String">
<value>http://192.168.2.28/WebSite/MyService.asmx</value>
</setting>
----------------------------------------------------------------------------------------
<setting name="SendMsg_AAA_Service" serializeAs="String">
<value>http://192.168.0.76:999/Service.svc</value>
</setting>
<setting name="SendMsg_BBB_MyService" serializeAs="String">
<value>http://192.168.0.76:998/MyService.asmx</value>
</setting>
----------------------------------------------------------------------------------------
VB之WebService客户端打包经历(初次理解msm) http://www.cnitblog.com/wufajiaru/archive/2009/02/13/50592.html
用VB调用Webservice http://blog.youkuaiyun.com/luojingjing/article/details/1909081
过web 向rtx发送通知消息(转载) http://www.lupaworld.com/home.php?mod=space&uid=30388&do=blog&id=229184
VB中使用C#调用WEBSERVICE
vb调C# webservice http://33liuhongwei33.blog.163.com/blog/static/39923778201156101355739/