Re: MSScriptControl & ActivePerl

2004-04-26 Thread Lee
Here is a minimal Delphi project using this code. The aw_SCtrl and AW_MSSC_TLB units can be obtained from here: http://www.btinternet.com/~a.wingrove/scripting/   Again, when tried with a VBScript/_javascript_ it works perfectly; with a PythonScript or PerlScript it gives those OLE exceptions

Re: MSScriptControl & ActivePython

2004-04-26 Thread Lee
No luck; I even tried Modules[1] and it gives the same error. I'm using the information here btw: http://www.microsoft.com/mind/0799/script/script.asp - Original Message - From: "DogWalker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 27, 2004 2:43 PM Subject: Re: MS

Re: MSScriptControl & ActivePython

2004-04-26 Thread DogWalker
- Original Message - From: Lee To: [EMAIL PROTECTED] Sent: Monday, April 26, 2004 7:26 PM Subject: MSScriptControl & ActivePython Hi, I'm adding Python and PerlScript support to my Delphi application and am having trouble with retreiving the names of the functions/pocedures in a chunk

MSScriptControl & ActivePython

2004-04-26 Thread Lee
Hi,   I'm adding Python and PerlScript support to my Delphi application and am having trouble with retreiving the names of the functions/pocedures in a chunk of code. The following code works perfectly for VBScript and _javascript_ but it gives an OleException whan accessing the Count proper