Embed VB Script in COM DLL

  • Thread starter Thread starter keerthana_m_2003
  • Start date Start date
K

keerthana_m_2003

Hello ALl:

I have one COM DLL and I need to execute a VB Script from a function
of this COM DLL.

How can I embed the VB Script within the DLL and execute it whenever
required?

Thanks,
Keerthana
 
I have one COM DLL and I need to execute a VB Script from a function
of this COM DLL.

Why does the code have to be VBScript? Can't you rewrite it in
whatever langauge the COM DLL is implemented in?


Mattias
 
I have a huge VB script which I cant rewrite in C++ (COM DLL language
in my case)

Thanks,
Keerthana
 
OK ....

So you have a some VBScript code that you need to execute from a COM DLL
written in C++.

I'm at a bit of a loss as to why you would be asking about this in a VB.NET
newsgroup.


I have a huge VB script which I cant rewrite in C++ (COM DLL language
in my case)

Thanks,
Keerthana
 
so sorry babe

vbScript does not support VB.net and VB.net does not support vbScript.

I would reccomend keeping your code in VB6; VB.net is a complete and
utter failure.
I had heard that they're bringing back VbSCript in the next version
 
STEPHANY

**** you bitch there is only ONE vb newsgroup.

MS renamed it from Microsoft.public.vb to this stupid
microsoft.public.dotnet.languages.vb

Microsoft should NOT have done this; the goddamn language is called
VISUAL BASIC not VB.net
 
Back
Top