HighTechTalks DotNet Forums  

PIA for scrrun.dll?

Dotnet Scripting microsoft.public.dotnet.scripting


Discuss PIA for scrrun.dll? in the Dotnet Scripting forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Mark Hurd
 
Posts: n/a

Default PIA for scrrun.dll? - 11-15-2005 , 01:33 AM






I'm using Scripting.Dictionary in a VB6 interface that will be needed for a
while yet, so I'm looking for a PIA for scrrun.dll (specifically the
Scripting type library, not necessarily the FileSystemObject or the RegEx
libraries) so that I can make my interface-defining interop assembly
primary.

Is there one?

Can someone point me to a web page, newsgroup item, or blog entry describing
Microsoft's policy on producing non-Office PIAs?

--
Regards,
Mark Hurd, B.Sc.(Ma.) (Hons.)

PS IIRC Dictionary was supposedly a feature of VB6, even though it was
supplied in the scripting runtime.


Reply With Quote
  #2  
Old   
Ken Tucker [MVP]
 
Posts: n/a

Default Re: PIA for scrrun.dll? - 11-15-2005 , 06:42 AM






Hi,

You dont need a pia for scripting type library. Just add a
reference to scripting type library in the com tab. The hashtable is a dot
net dictonary.

http://msdn.microsoft.com/library/de...classtopic.asp

http://msdn.microsoft.com/library/de...classtopic.asp

Ken
----------------
"Mark Hurd" <markhurd (AT) ozemail (DOT) com.au> wrote

Quote:
I'm using Scripting.Dictionary in a VB6 interface that will be needed for
a while yet, so I'm looking for a PIA for scrrun.dll (specifically the
Scripting type library, not necessarily the FileSystemObject or the RegEx
libraries) so that I can make my interface-defining interop assembly
primary.

Is there one?

Can someone point me to a web page, newsgroup item, or blog entry
describing Microsoft's policy on producing non-Office PIAs?

--
Regards,
Mark Hurd, B.Sc.(Ma.) (Hons.)

PS IIRC Dictionary was supposedly a feature of VB6, even though it was
supplied in the scripting runtime.



Reply With Quote
  #3  
Old   
Mark Hurd
 
Posts: n/a

Default Re: PIA for scrrun.dll? - 11-15-2005 , 11:33 AM



"Ken Tucker [MVP]" <vb2ae (AT) bellsouth (DOT) net> wrote

Quote:
"Mark Hurd" <markhurd (AT) ozemail (DOT) com.au> wrote in message
news:enwuv5a6FHA.4076 (AT) tk2msftngp13 (DOT) phx.gbl...
I'm using Scripting.Dictionary in a VB6 interface that will be needed for
a while yet, so I'm looking for a PIA for scrrun.dll (specifically the
Scripting type library, not necessarily the FileSystemObject or the RegEx
libraries) so that I can make my interface-defining interop assembly
primary.

Is there one?

You dont need a pia for scripting type library. Just add a
reference to scripting type library in the com tab. The hashtable is a
dot net dictonary.

http://msdn.microsoft.com/library/de...classtopic.asp

http://msdn.microsoft.com/library/de...classtopic.asp

I believe I do need the PIA:

I have (all in VB6) an app A.exe which creates an object B (from B.dll) and
expects it to implement interface I (from I.dll).
Interface I uses Dictionary as a "property bag".

I want to create a new .NET version of B, and I wanted to create a PIA for
I.dll. PIAs can only reference other PIAs.

Also, I'm only using the SDK.

Quote:
Can someone point me to a web page, newsgroup item, or blog entry
describing Microsoft's policy on producing non-Office PIAs?

--

PS IIRC Dictionary was supposedly a feature of VB6, even though it was
supplied in the scripting runtime.

Ken
--
Regards,
Mark Hurd, B.Sc.(Ma.) (Hons.)



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.