完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
也许,但你可以下载它作为SDK的一部分:http://msdn.microsoft.com/library/defau ... nlevel.htm这是一个可以自由访问的下载。记住,winsock在这一点上相当陈旧;
而且你已经掌握了.NET,你可能会更好地对.NET套接字进行一些调查。这里是对Sockets实现的MSDN参考:http://msdn.microsoft.com/library/default.asp ?url = / library / en-us / cpref / html /frlrfsystemnetsockets.aspÂ_____Â来自:Zafer SAVAS [mailto:zsavas@aselsan.com.tr]发送时间:2006年3月3日09:26转发:VRFS主题:Re:[vrf] winsock issueHi Yoon,MS Winsock ActiveX库不能自由分发。 你不能再将ocx文件从另一台PC复制到寄存器来开发你的程序。 但是,如果您在安装了MS Winsock ActiveX的平台上编写程序,则可以将vee文件分发到未注册Activex的另一台PC。 所以你必须安装Visual C ++才能拥有ActiveX。我建议你使用winsock 2 API(ws2_32.dll)。 我记得shawn已经向VRF发布了一个示例VEE代码。 你也可以开发一个VEE兼容桥dll.ÂGoodLuckzafer-----原始消息-----来自:HYPERLINK“mailto:yyp_0105@yahoo.com”yoon park到:HYPERLINK“mailto:vrf@agilent.com “VRF已发送:2006年3月1日星期三12:07 AMSubject:[vrf] winsock issuehi all,我正在尝试生成一个带有winsock的UDP数据包,如下面的网站所示。 http://www.evaluationengineering ... les/0400soft.htmone我遇到的问题是我无法找到Winsock ActiveX控件库。我已经下载了Visual C ++ Express Edition并购买了Visual Studio .NET和Visual Studio 2005.是该库应该包含在上述任何应用程序中,我只是找不到它们? 或者我在错误的地方搜索?请帮助..我有这么多的问题。还有,是否有任何可下载的应用程序免费提供Winsock ActiveX控件?谢谢你!_____ÂYahoo! MailBring照片生活! HYPERLINK“http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=39174/*http://photomail.mail.yahoo.com"New PhotoMail让分享变得轻而易举。 ---您目前订阅了vrf:zsavas@aselsan.com.tr要订阅,请发送空白电子邮件请求“join-vrf@lists.it.agilent.com”。 要取消订阅,请发送一封空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。 要将邮件发送到此邮件列表,请发送电子邮件至“vrf@agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 在“www.oswegosw.com/vrf_archive/".·_____ÂDikkat:Bu elektronik posta mesaji kisisel ve ozeldir上搜索”非官方vrf档案“。 Eger size gonderilmediyse lutfen gondericiyi bilgilendirip mesaji siliniz。 FirmamizaÂgelenveÂgidenÂmesajlar病毒taramasindan gecirilmekte,guvenlik nedeni ile kontrol edilerek saklanmaktadir。 Mesajdaki gorusler ve bakis acisi gondericiye ait olup Aselsan A.S. resmi gorusu olmakzorundadegildir.Â_____Â注意:此电子邮件具有特权和机密性。 如果您不是预期的收件人,请删除该邮件并通知发件人。 出于运营原因并根据合法的商业惯例监控进出公司的电子邮件。 提交的任何观点或意见仅为作者的观点或意见,并不一定代表公司的观点。_____ ---您目前订阅vrf为:achb@tycoelectronics.com要订阅,请发送电子邮件至:“ vrf-request@lists.it.agilent.com“将主题留空并在邮件正文中只输入单词”subscribe“要取消订阅,请发送空白电子邮件至”leave-vrf@it.lists.it.agilent.com“ 。 要将邮件发送到此邮件列表,请发送电子邮件至“vrf@agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 在“www.oswegosw.com/vrf_archive/”上搜索“unofficial vrf archive”。 ---如需订阅,请发送电子邮件至:“vrf-request@lists.it.agilent.com”将主题留空并在邮件正文中只放置“订阅”一词取消订阅发送空白电子邮件至“留下 - vrf@it.lists.it.agilent.com”。 要将邮件发送到此邮件列表,请发送电子邮件至“vrf@agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 在“www.oswegosw.com/vrf_archive/”上搜索“unofficial vrf archive”。 以上来自于谷歌翻译 以下为原文 Perhaps, but you can download it as part of the SDK: http://msdn.microsoft.com/library/defau ... nlevel.htm This is a freely accessable download.  Bear in mind that winsock is pretty antiquated at this point; and as you already have .NET in hand, you may be better served to do some investigation into .NET sockets instead. Here is the MSDN reference to the Sockets implementation: http://msdn.microsoft.com/librar ... ystemnetsockets.asp   _____  From: Zafer SAVAS [mailto:zsavas@aselsan.com.tr] Sent: 03 March 2006 09:26 To: VRF Subject: Re: [vrf] winsock issue Hi Yoon, MS Winsock ActiveX library is not freely distributable. you can not just copy the ocx file from another PC an register again to develop your programs. However if you write your programs on a platform where MS Winsock ActiveX is installed, you can distribute the vee file to another PC where Activex was not registered. So you have to install Visual C++ to have the ActiveX.  I recommend you to use winsock 2 API (ws2_32.dll). I remember that shawn has posted a sample VEE code to VRF. Also you can developed a VEE compatible bridge dll too.  Good Luck zafer ----- Original Message ----- From: HYPERLINK "mailto:yyp_0105@yahoo.com"yoon park To: HYPERLINK "mailto:vrf@agilent.com"VRF Sent: Wednesday, March 01, 2006 12:07 AM Subject: [vrf] winsock issue hi all, i am trying to generate a UDP packet with winsock as shown on the below website. http://www.evaluationengineering ... ticles/0400soft.htm one problem that i am faced with is that i cannot locate Winsock ActiveX control library. i have downloaded Visual C++ Express Edition and purchased both Visual Studio .NET and Visual Studio 2005. is that library supposed to be included in any of the above applications and i just can't locate them? or was i searching at wrong places? please help.. i am having so much problem over this. also, is there any downloadable application out there for free which supplies Winsock ActiveX control?  thank you!  _____  Yahoo! Mail Bring photos to life! HYPERLINK "http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=39174/*http://photomail.mail.yahoo.com"New PhotoMail makes sharing a breeze. --- You are currently subscribed to vrf as: zsavas@aselsan.com.tr To subscribe send a blank email request to "join-vrf@lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".  _____  Dikkat: Bu elektronik posta mesaji kisisel ve ozeldir. Eger size gonderilmediyse lutfen gondericiyi bilgilendirip mesaji siliniz. Firmamiza gelen ve giden mesajlar virus taramasindan gecirilmekte, guvenlik nedeni ile kontrol edilerek saklanmaktadir. Mesajdaki gorusler ve bakis acisi gondericiye ait olup Aselsan A.S. resmi gorusu olmak zorunda degildir.  _____  Attention: This e-mail message is privileged and confidential. If you are not the intended recipient please delete the message and notify the sender. E-mails to and from the company are monitored for operational reasons and in accordance with lawful business practices. Any views or opinions presented are solely those of the author and do not necessarily represent the views of the company.  _____   --- You are currently subscribed to vrf as: achb@tycoelectronics.com To subscribe please send an email to: "vrf-request@lists.it.agilent.com" leave the subject blank and in the message body put only the word "subscribe" To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/". --- To subscribe please send an email to: "vrf-request@lists.it.agilent.com" leave the subject blank and in the message body put only the word "subscribe" To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/". |
|
相关推荐
7个回答
|
|
>我正在尝试使用winsock生成一个UDP数据包>如下面的>网站所示。看起来没错,但我有一个问题:端口方式,方式太低。我很惊讶IEEE会员会教
坏习惯。 端口4444(包括TCP和UDP)保留用于krb524,即Kerberos,一种认证协议。 如果您使用4444,那么您将在使用Kerberos的网络上遇到各种麻烦。临时或未注册端口的IANA端口范围是49152-65535。>该库应该包含在上述任何应用程序中 只是找不到它们?Visual C ++ 5或6肯定包含它,但默认情况下它没有安装。你必须选择完整安装或选择自定义并检查ActiveXControls.-SHAWN ----你 目前订阅vrf为:r***@soco.agilent.com要订阅,请发送空白电子邮件请求“join-vrf@lists.it.agilent.com”。要取消订阅,请发送空白电子邮件至“leave-vrf@it.lists .it.agilent.com“。要发送邮件到这个邮件列表,请发送电子邮件至”vrf@agilent.com“。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。在“www.oswegosw.com/vrf_archive/”上搜索“非官方vrf档案”。 以上来自于谷歌翻译 以下为原文 > i am trying to generate a UDP packet > with winsock as shown on the below > website. Looks ok, but I have one problem with this: the port is way, way too low. I'm astounded that an IEEE member would teach bad manners. Port 4444 (both TCP and UDP) is reserved for krb524, aka Kerberos, an authentication protocol. You'll get yourself into all kinds of trouble with IT on networks that use Kerberos if you use 4444. The IANA port range for temporary or unregistered ports is 49152-65535. > is that library supposed to be included > in any of the above applications and i > just can't locate them? Visual C++ 5 or 6 contains it for sure, but it is not installed by default. You have to either select a full install or select custom and check ActiveX Controls. -SHAWN- --- You are currently subscribed to vrf as: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email] To subscribe send a blank email request to "join-vrf@lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/". |
|
|
|
大家好,我正在尝试使用winsock生成UDP数据包,如下图所示。
http://www.evaluationengineering.com/archive/articles/0400soft.htm我遇到的一个问题是我找不到Winsock ActiveX控件库。 我已经下载了Visual C ++ Express Edition并购买了Visual Studio .NET和Visual Studio 2005.该库应该包含在上述任何应用程序中,我只是找不到它们? 还是我在错误的地方搜索? 请帮助..我有这么多问题。 另外,有免费的可下载应用程序供应Winsock ActiveX控件吗? 谢谢!雅虎! MailBring照片生活! 新的PhotoMail让分享变得轻而易举。 ---您目前订阅了vrf:r***@soco.agilent.com要订阅,请发送空白电子邮件请求“join-vrf@lists.it.agilent.com”。要取消订阅,请发送空白电子邮件至“leave-vrf” @ it.lists.it.agilent.com“。要发送邮件到这个邮件列表,请发送电子邮件至”vrf@agilent.com“。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。在“www.oswegosw.com/vrf_archive/”上搜索“非官方vrf档案”。 以上来自于谷歌翻译 以下为原文 hi all, i am trying to generate a UDP packet with winsock as shown on the below website. http://www.evaluationengineering.com/archive/articles/0400soft.htm one problem that i am faced with is that i cannot locate Winsock ActiveX control library. i have downloaded Visual C++ Express Edition and purchased both Visual Studio .NET and Visual Studio 2005. is that library supposed to be included in any of the above applications and i just can't locate them? or was i searching at wrong places? please help.. i am having so much problem over this. also, is there any downloadable application out there for free which supplies Winsock ActiveX control? thank you! Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. ---You are currently subscribed to vrf as: [email=r***@soco.agilent.comTo]r***@soco.agilent.comTo[/email] subscribe send a blank email request to "join-vrf@lists.it.agilent.com".To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/". |
|
|
|
大家好,我正在尝试生成一个带有winsock的UDP数据包,如下面的网站所示。
http://www.evaluationengineering.com/archive/articles/0400soft.htmone我遇到的问题是我无法找到Winsock ActiveX控件库。我已经下载了Visual C ++ Express Edition并购买了Visual Studio .NET和Visual Studio 2005.是该库应该包含在上述任何应用程序中,我只是找不到它们? 或者我在错误的地方搜索?请帮助..我有这么多的问题。还有,是否有任何可下载的应用程序免费提供Winsock ActiveX控件?谢谢你!_____ÂYahoo! MailBring照片生活! HYPERLINK“http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=39174/*http://photomail.mail.yahoo.com"New PhotoMail让分享变得轻而易举。 ---要订阅,请向“join-vrf@lists.it.agilent.com”发送空白电子邮件请求。 要取消订阅,请发送一封空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。 要将邮件发送到此邮件列表,请发送电子邮件至“vrf@agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 在“www.oswegosw.com/vrf_archive/”上搜索“unofficial vrf archive”。 以上来自于谷歌翻译 以下为原文 hi all, i am trying to generate a UDP packet with winsock as shown on the below website. http://www.evaluationengineering.com/archive/articles/0400soft.htm one problem that i am faced with is that i cannot locate Winsock ActiveX control library. i have downloaded Visual C++ Express Edition and purchased both Visual Studio .NET and Visual Studio 2005. is that library supposed to be included in any of the above applications and i just can't locate them? or was i searching at wrong places? please help.. i am having so much problem over this. also, is there any downloadable application out there for free which supplies Winsock ActiveX control?  thank you!  _____  Yahoo! Mail Bring photos to life! HYPERLINK "http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=39174/*http://photomail.mail.yahoo.com"New PhotoMail makes sharing a breeze. --- To subscribe send a blank email request to "join-vrf@lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/". |
|
|
|
>我正在尝试使用winsock生成一个UDP数据包>如下面的>网站所示。看起来没错,但我有一个问题:端口方式,方式太低。我很惊讶IEEE会员会教
坏习惯。 端口4444(TCP和UDP)保留用于krb524,即Kerberos,一种认证协议。 如果您使用4444,您将在使用Kerberos的网络上遇到各种麻烦。临时或未注册端口的IANA端口范围是49152-65535。>该库应该包含在上述任何一个中> 应用程序,我只是找不到它们?Visual C ++ 5或6肯定包含它,但它默认不安装。您必须选择完全安装或选择自定义并检查ActiveX控件。-SHAWN ---- 要订阅,请向“join-vrf@lists.it.agilent.com”发送空白电子邮件请求。要取消订阅,请发送空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。要向此发送消息 邮件列表,请发送电子邮件至“vrf@agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。在“www.oswegosw.com/vrf_archive/”上搜索“非官方vrf档案”。 以上来自于谷歌翻译 以下为原文 > i am trying to generate a UDP packet > with winsock as shown on the below > website. Looks ok, but I have one problem with this: the port is way, way too low. I'm astounded that an IEEE member would teach bad manners. Port 4444 (both TCP and UDP) is reserved for krb524, aka Kerberos, an authentication protocol. You'll get yourself into all kinds of trouble with IT on networks that use Kerberos if you use 4444. The IANA port range for temporary or unregistered ports is 49152-65535. > is that library supposed to be included in any of the above > applications and i just can't locate them? Visual C++ 5 or 6 contains it for sure, but it is not installed by default. You have to either select a full install or select custom and check ActiveX Controls. -SHAWN- --- To subscribe send a blank email request to "join-vrf@lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/". |
|
|
|
也许吧,但你可以下载它作为SDK的一部分:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/windows_sockets_start_page_2.aspThis是一个自由accessabledownload。
请记住,winsock在这一点上相当陈旧; 而且你已经掌握了.NET,你可能会更好地对.NET套接字进行一些调查。这里是对Sockets实现的MSDN参考:http://msdn.microsoft.com/library/default.asp ?URL = /库/ EN-US / CPREF / HTML / frlrfsystemnetsockets.aspFrom:扎菲尔SAVAS [邮寄地址:zsavas@aselsan.com.tr]发送时间:2006 09年3月3日:26To:VRFSubject:回复:[VRF] winsock的issueHi尹 ,MS Winsock ActiveX库不能自由分发。 你不能再将ocx文件从另一台PC复制到寄存器来开发你的程序。 但是,如果您在安装了MS Winsock ActiveX的平台上编写程序,则可以将vee文件分发到未注册Activex的另一台PC。 所以你必须安装Visual C ++才能拥有ActiveX。我建议你使用winsock 2 API(ws2_32.dll)。 我记得shawn已经向VRF发布了一个示例VEE代码。 你也可以开发一个VEE兼容桥dll.Good Luckzafer -----原始消息-----来自:yoon park到:VRF发送:2006年3月1日星期三上午12:07主题:[vrf] winsock 问题大家好,我正在尝试使用winsock生成UDP数据包,如下图所示。 http://www.evaluationengineering.com/archive/articles/0400soft.htm我遇到的一个问题是我找不到Winsock ActiveX控件库。 我已经下载了Visual C ++ Express Edition并购买了Visual Studio .NET和Visual Studio 2005.该库应该包含在上述任何应用程序中,我只是找不到它们? 还是我在错误的地方搜索? 请帮助..我有这么多问题。 另外,有免费的可下载应用程序供应Winsock ActiveX控件吗? 谢谢! 雅虎 MailBring照片生活! 新的PhotoMail让分享变得轻而易举。 ---您目前订阅了vrf:zsavas@aselsan.com.tr要订阅,请发送空白电子邮件请求“join-vrf@lists.it.agilent.com”。 要取消订阅,请发送一封空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。 要将邮件发送到此邮件列表,请发送电子邮件至“vrf@agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 在“www.oswegosw.com/vrf_archive/".Dikkat:Bu elektronik posta mesaji kisisel ve ozeldir上搜索”非官方的vrf档案“。 Eger size gonderilmediyse lutfen gondericiyi bilgilendirip mesaji siliniz。 Firmamizagelen vegidenmesajlar virus taramasindan gecirilmekte,guvenlik nedeni ile kontrol edilerek saklanmaktadir。 Mesajdaki gorusler ve bakis acisi gondericiye ait olup Aselsan A.S. resmi gorusu olmak zorunda degildir.Attention:这封电子邮件特权且保密。 如果您不是预期的收件人,请删除该邮件并通知发件人。 出于运营原因并根据合法的商业惯例监控进出公司的电子邮件。 提交的任何观点或意见仅代表作者的观点或意见,并不一定代表公司的观点.---您目前订阅vrf为:E***achb@tycoelectronics.com要订阅,请发送电子邮件至:“vrf-request @ lists.it.agilent.com“将主题留空并在邮件正文中只输入单词”subscribe“要取消订阅,请发送空白电子邮件至”leave-vrf@it.lists.it.agilent.com“。 要将邮件发送到此邮件列表,请发送电子邮件至“vrf@agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 在“www.oswegosw.com/vrf_archive/”上搜索“unofficial vrf archive”。 ---您目前订阅vrf为:r***@soco.agilent.com要订阅,请发送电子邮件至:“vrf-request@lists.it.agilent.com”将主题留空并在邮件正文中仅放入 单词“subscribe”要取消订阅,请发送一封空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。要向此邮件列表发送邮件,请发送电子邮件至“vrf@agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。在“www.oswegosw.com/vrf_archive/”上搜索“非官方vrf档案”。 以上来自于谷歌翻译 以下为原文 Perhaps, but you can download it as part of the SDK: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/windows_sockets_start_page_2.aspThis is a freely accessable download. Bear in mind that winsock is pretty antiquated at this point; and as you already have .NET in hand, you may be better served to do some investigation into .NET sockets instead.Here is the MSDN reference to the Sockets implementation:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemnetsockets.asp From: Zafer SAVAS [mailto:zsavas@aselsan.com.tr] Sent: 03 March 2006 09:26To: VRFSubject: Re: [vrf] winsock issueHi Yoon,MS Winsock ActiveX library is not freely distributable. you can not just copy the ocx file from another PC an register again to develop your programs. However if you write your programs on a platform where MS Winsock ActiveX is installed, you can distribute the vee file to another PC where Activex was not registered. So you have to install Visual C++ to have the ActiveX. I recommend you to use winsock 2 API (ws2_32.dll). I remember that shawn has posted a sample VEE code to VRF. Also you can developed a VEE compatible bridge dll too. Good Luckzafer ----- Original Message ----- From: yoon park To: VRF Sent: Wednesday, March 01, 2006 12:07 AM Subject: [vrf] winsock issue hi all, i am trying to generate a UDP packet with winsock as shown on the below website. http://www.evaluationengineering.com/archive/articles/0400soft.htm one problem that i am faced with is that i cannot locate Winsock ActiveX control library. i have downloaded Visual C++ Express Edition and purchased both Visual Studio .NET and Visual Studio 2005. is that library supposed to be included in any of the above applications and i just can't locate them? or was i searching at wrong places? please help.. i am having so much problem over this. also, is there any downloadable application out there for free which supplies Winsock ActiveX control? thank you! Yahoo! MailBring photos to life! New PhotoMail makes sharing a breeze. --- You are currently subscribed to vrf as: zsavas@aselsan.com.tr To subscribe send a blank email request to "join-vrf@lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".Dikkat:Bu elektronik posta mesaji kisisel ve ozeldir. Eger size gonderilmediyse lutfen gondericiyi bilgilendirip mesaji siliniz. Firmamiza gelen ve giden mesajlar virus taramasindan gecirilmekte, guvenlik nedeni ile kontrol edilerek saklanmaktadir. Mesajdaki gorusler ve bakis acisi gondericiye ait olup Aselsan A.S. resmi gorusu olmak zorunda degildir.Attention: This e-mail message is privileged and confidential. If you are not the intended recipient please delete the message and notify the sender. E-mails to and from the company are monitored for operational reasons and in accordance with lawful business practices. Any views or opinions presented are solely those of the author and do not necessarily represent the views of the company. --- You are currently subscribed to vrf as: [email=E***achb@tycoelectronics.com]E***achb@tycoelectronics.com[/email] To subscribe please send an email to: "vrf-request@lists.it.agilent.com" leave the subject blank and in the message body put only the word "subscribe" To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/". ---You are currently subscribed to vrf as: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email]To subscribe please send an email to: "vrf-request@lists.it.agilent.com"leave the subject blank and in the message body put only the word "subscribe"To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to"owner-vrf@it.lists.it.agilent.com".Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/". |
|
|
|
嗨Yoon,MS Winsock ActiveX库不可自由分发。
你不能再将ocx文件从另一台PC复制到寄存器来开发你的程序。 但是,如果您在安装了MS Winsock ActiveX的平台上编写程序,则可以将vee文件分发到未注册Activex的另一台PC。 所以你必须安装Visual C ++才能拥有ActiveX。我建议你使用winsock 2 API(ws2_32.dll)。 我记得shawn已经向VRF发布了一个示例VEE代码。 你也可以开发一个VEE兼容桥dll.Good Luckzafer -----原始消息-----来自:yoon park到:VRF发送:2006年3月1日星期三上午12:07主题:[vrf] winsock 问题大家好,我正在尝试使用winsock生成UDP数据包,如下图所示。 http://www.evaluationengineering.com/archive/articles/0400soft.htm我遇到的一个问题是我找不到Winsock ActiveX控件库。 我已经下载了Visual C ++ Express Edition并购买了Visual Studio .NET和Visual Studio 2005.该库应该包含在上述任何应用程序中,我只是找不到它们? 还是我在错误的地方搜索? 请帮助..我有这么多问题。 另外,有免费的可下载应用程序供应Winsock ActiveX控件吗? 谢谢! 雅虎 MailBring照片生活! 新的PhotoMail让分享变得轻而易举。 ---您目前订阅了vrf:zsavas@aselsan.com.tr要订阅,请发送空白电子邮件请求“join-vrf@lists.it.agilent.com”。 要取消订阅,请发送一封空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。 要将邮件发送到此邮件列表,请发送电子邮件至“vrf@agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 在“www.oswegosw.com/vrf_archive/".Dikkat:Bu elektronik posta mesaji kisisel ve ozeldir上搜索”非官方的vrf档案“。 Eger size gonderilmediyse lutfen gondericiyi bilgilendirip mesaji siliniz。 Firmamizagelen vegidenmesajlar virus taramasindan gecirilmekte,guvenlik nedeni ile kontrol edilerek saklanmaktadir。 Mesajdaki gorusler ve bakis acisi gondericiye ait olup Aselsan A.S. resmi gorusu olmak zorunda degildir.Attention:这封电子邮件特权且保密。 如果您不是预期的收件人,请删除该邮件并通知发件人。 出于运营原因并根据合法的商业惯例监控进出公司的电子邮件。 提交的任何观点或意见仅代表作者的观点或意见,并不一定代表公司的观点.---您目前订阅vrf为:r***@soco.agilent.com要订阅,请发送电子邮件至:“vrf- request@lists.it.agilent.com“将主题留空并在邮件正文中只输入单词”subscribe“要取消订阅,请发送空白电子邮件至”leave-vrf@it.lists.it.agilent.com“。 发送邮件至此邮件列表,请发送电子邮件至“vrf@agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。在“www.oswegosw.com/vrf_archive/”上搜索“非官方vrf档案”。 以上来自于谷歌翻译 以下为原文 Hi Yoon,MS Winsock ActiveX library is not freely distributable. you can not just copy the ocx file from another PC an register again to develop your programs. However if you write your programs on a platform where MS Winsock ActiveX is installed, you can distribute the vee file to another PC where Activex was not registered. So you have to install Visual C++ to have the ActiveX. I recommend you to use winsock 2 API (ws2_32.dll). I remember that shawn has posted a sample VEE code to VRF. Also you can developed a VEE compatible bridge dll too. Good Luckzafer ----- Original Message ----- From: yoon park To: VRF Sent: Wednesday, March 01, 2006 12:07 AM Subject: [vrf] winsock issue hi all, i am trying to generate a UDP packet with winsock as shown on the below website. http://www.evaluationengineering.com/archive/articles/0400soft.htm one problem that i am faced with is that i cannot locate Winsock ActiveX control library. i have downloaded Visual C++ Express Edition and purchased both Visual Studio .NET and Visual Studio 2005. is that library supposed to be included in any of the above applications and i just can't locate them? or was i searching at wrong places? please help.. i am having so much problem over this. also, is there any downloadable application out there for free which supplies Winsock ActiveX control? thank you! Yahoo! MailBring photos to life! New PhotoMail makes sharing a breeze. --- You are currently subscribed to vrf as: zsavas@aselsan.com.tr To subscribe send a blank email request to "join-vrf@lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".Dikkat:Bu elektronik posta mesaji kisisel ve ozeldir. Eger size gonderilmediyse lutfen gondericiyi bilgilendirip mesaji siliniz. Firmamiza gelen ve giden mesajlar virus taramasindan gecirilmekte, guvenlik nedeni ile kontrol edilerek saklanmaktadir. Mesajdaki gorusler ve bakis acisi gondericiye ait olup Aselsan A.S. resmi gorusu olmak zorunda degildir.Attention: This e-mail message is privileged and confidential. If you are not the intended recipient please delete the message and notify the sender. E-mails to and from the company are monitored for operational reasons and in accordance with lawful business practices. Any views or opinions presented are solely those of the author and do not necessarily represent the views of the company. ---You are currently subscribed to vrf as: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email]To subscribe please send an email to: "vrf-request@lists.it.agilent.com"leave the subject blank and in the message body put only the word "subscribe"To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to"owner-vrf@it.lists.it.agilent.com".Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/". |
|
|
|
嗨Yoon,MS Winsock ActiveX库不可自由分发。
你不能再将ocx文件从另一台PC复制到寄存器来开发你的程序。 但是,如果您在安装了MS Winsock ActiveX的平台上编写程序,则可以将vee文件分发到未注册Activex的另一台PC。 所以你必须安装Visual C ++才能拥有ActiveX。我建议你使用winsock 2 API(ws2_32.dll)。 我记得shawn已经向VRF发布了一个示例VEE代码。 你也可以开发一个VEE兼容桥dll.ÂGoodLuckzafer-----原始消息-----来自:HYPERLINK“mailto:yyp_0105@yahoo.com”yoon park到:HYPERLINK“mailto:vrf@agilent.com “VRF已发送:2006年3月1日星期三12:07 AMSubject:[vrf] winsock issuehi all,我正在尝试生成一个带有winsock的UDP数据包,如下面的网站所示。 http://www.evaluationengineering.com/archive/articles/0400soft.htmone我遇到的问题是我无法找到Winsock ActiveX控件库。我已经下载了Visual C ++ Express Edition并购买了Visual Studio .NET和Visual Studio 2005.是该库应该包含在上述任何应用程序中,我只是找不到它们? 或者我在错误的地方搜索?请帮助..我有这么多的问题。还有,是否有任何可下载的应用程序免费提供Winsock ActiveX控件?谢谢你!_____ÂYahoo! MailBring照片生活! HYPERLINK“http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=39174/*http://photomail.mail.yahoo.com"New PhotoMail让分享变得轻而易举。 ---您目前订阅了vrf:zsavas@aselsan.com.tr要订阅,请发送空白电子邮件请求“join-vrf@lists.it.agilent.com”。 要取消订阅,请发送一封空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。 要将邮件发送到此邮件列表,请发送电子邮件至“vrf@agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 在“www.oswegosw.com/vrf_archive/".·_____ÂDikkat:Bu elektronik posta mesaji kisisel ve ozeldir上搜索”非官方vrf档案“。 Eger size gonderilmediyse lutfen gondericiyi bilgilendirip mesaji siliniz。 FirmamizaÂgelenveÂgidenÂmesajlar病毒taramasindan gecirilmekte,guvenlik nedeni ile kontrol edilerek saklanmaktadir。 Mesajdaki gorusler ve bakis acisi gondericiye ait olup Aselsan A.S. resmi gorusu olmakzorundadegildir.Â_____Â注意:此电子邮件具有特权和机密性。 如果您不是预期的收件人,请删除该邮件并通知发件人。 出于运营原因并根据合法的商业惯例监控进出公司的电子邮件。 提交的任何观点或意见仅代表作者的观点或意见,并不一定代表公司的观点。要_____ ---要订阅,请发送电子邮件至:“vrf-request@lists.it.agilent.com”离开 主题空白,并在邮件正文中只添加“订阅”一词要取消订阅,请发送空白电子邮件至“leave-vrf@it.lists.it.agilent.com”。 要将邮件发送到此邮件列表,请发送电子邮件至“vrf@agilent.com”。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 在“www.oswegosw.com/vrf_archive/”上搜索“unofficial vrf archive”。 以上来自于谷歌翻译 以下为原文 Hi Yoon, MS Winsock ActiveX library is not freely distributable. you can not just copy the ocx file from another PC an register again to develop your programs. However if you write your programs on a platform where MS Winsock ActiveX is installed, you can distribute the vee file to another PC where Activex was not registered. So you have to install Visual C++ to have the ActiveX.  I recommend you to use winsock 2 API (ws2_32.dll). I remember that shawn has posted a sample VEE code to VRF. Also you can developed a VEE compatible bridge dll too.  Good Luck zafer ----- Original Message ----- From: HYPERLINK "mailto:yyp_0105@yahoo.com"yoon park To: HYPERLINK "mailto:vrf@agilent.com"VRF Sent: Wednesday, March 01, 2006 12:07 AM Subject: [vrf] winsock issue hi all, i am trying to generate a UDP packet with winsock as shown on the below website. http://www.evaluationengineering.com/archive/articles/0400soft.htm one problem that i am faced with is that i cannot locate Winsock ActiveX control library. i have downloaded Visual C++ Express Edition and purchased both Visual Studio .NET and Visual Studio 2005. is that library supposed to be included in any of the above applications and i just can't locate them? or was i searching at wrong places? please help.. i am having so much problem over this. also, is there any downloadable application out there for free which supplies Winsock ActiveX control?  thank you!  _____  Yahoo! Mail Bring photos to life! HYPERLINK "http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=39174/*http://photomail.mail.yahoo.com"New PhotoMail makes sharing a breeze. --- You are currently subscribed to vrf as: zsavas@aselsan.com.tr To subscribe send a blank email request to "join-vrf@lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".  _____  Dikkat: Bu elektronik posta mesaji kisisel ve ozeldir. Eger size gonderilmediyse lutfen gondericiyi bilgilendirip mesaji siliniz. Firmamiza gelen ve giden mesajlar virus taramasindan gecirilmekte, guvenlik nedeni ile kontrol edilerek saklanmaktadir. Mesajdaki gorusler ve bakis acisi gondericiye ait olup Aselsan A.S. resmi gorusu olmak zorunda degildir.  _____  Attention: This e-mail message is privileged and confidential. If you are not the intended recipient please delete the message and notify the sender. E-mails to and from the company are monitored for operational reasons and in accordance with lawful business practices. Any views or opinions presented are solely those of the author and do not necessarily represent the views of the company.  _____   --- To subscribe please send an email to: "vrf-request@lists.it.agilent.com" leave the subject blank and in the message body put only the word "subscribe" To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/". |
|
|
|
只有小组成员才能发言,加入小组>>
1285 浏览 0 评论
2373 浏览 1 评论
2192 浏览 1 评论
2064 浏览 5 评论
2948 浏览 3 评论
1106浏览 1评论
关于Keysight x1149 Boundary Scan Analyzer
752浏览 0评论
N5230C用“CALC:MARK:BWID?”获取Bwid,Cent,Q,Loss失败,请问大佬们怎么解决呀
924浏览 0评论
1287浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-23 09:48 , Processed in 1.592549 second(s), Total 89, Slave 72 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号