|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Ironpython & COM vs Jscript.Net & COMHi!
IronPython has poor support of COM techno. In particular, IP can not use dynamic COM servers (perhaps because they do not have TLB?). Now, cPython is good to create dynamic COM servers (see Python Programming on Win32, page 219 & +). Thus, ironPython is bad, to use the COM servers made with cPython. But... Recently, I had a look on Jscript.Net (NOT managed_JScript). I found that this language uses dynamic type (as Python), and can use dynamic COM servers! (and without DLR!!!) Example: var pd = new ActiveXObject("Ponxd.Mci"); var result = pd.myfuncsinverse('AABBCC'); IronPython could use the mechanics of JScript.Net, for COM servers? It would solve many problems. @+ -- Michel Claveau (sorry for my bad English) _______________________________________________ Users mailing list Users@... http://lists.ironpython.com/listinfo.cgi/users-ironpython.com |
|
|
InformationHi All, This is not a SPAM. It's a one time message to all... This may be wrong place to introduce my blog. If you are interested in technical knowledge sharing and wanted to know about new software's and more, Just visit http://www.aloysiusjegan.com/blog/ If you find this blog will be useful for you, please register and share your knowledge. Thanks. Regards Aloysius Jegan. _______________________________________________ Users mailing list Users@... http://lists.ironpython.com/listinfo.cgi/users-ironpython.com |
|
|
Re: Ironpython & COM vs Jscript.Net & COMIronPython 2.0 supports dynamic COM servers. See http://blogs.msdn.com/shrib/archive/2008/07/30/idispatch-support-on-in-ironpython-beta-4.aspx
-----Original Message----- From: users-bounces@... [mailto:users-bounces@...] On Behalf Of Michel Claveau Sent: Wednesday, June 17, 2009 7:22 AM To: users@... Subject: [IronPython] Ironpython & COM vs Jscript.Net & COM Hi! IronPython has poor support of COM techno. In particular, IP can not use dynamic COM servers (perhaps because they do not have TLB?). Now, cPython is good to create dynamic COM servers (see Python Programming on Win32, page 219 & +). Thus, ironPython is bad, to use the COM servers made with cPython. But... Recently, I had a look on Jscript.Net (NOT managed_JScript). I found that this language uses dynamic type (as Python), and can use dynamic COM servers! (and without DLR!!!) Example: var pd = new ActiveXObject("Ponxd.Mci"); var result = pd.myfuncsinverse('AABBCC'); IronPython could use the mechanics of JScript.Net, for COM servers? It would solve many problems. @+ -- Michel Claveau (sorry for my bad English) _______________________________________________ Users mailing list Users@... http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list Users@... http://lists.ironpython.com/listinfo.cgi/users-ironpython.com |
| Free embeddable forum powered by Nabble | Forum Help |