Jump to content

Creating COM objects without a need of DLL's


ptrex
 Share

Recommended Posts

@randallc

Indead Martin is correct !

The script got corrupted while posting into the forum.

I will try to fix it.

: ------------------------

NO GO, when trying to fix it is messes up all the rest if the post. I seem to have to a lot lately since the last forum updates I can correct previous posts.

So the first character should be a "<"

regards,

ptrex

Edited by ptrex
Link to comment
Share on other sites

  • 14 years later...

@ptrex

Can You show how to write this Xml part

<public>
 <property name="Principle_Amount" internalname="iNum1"/>
 <property name="Interest" internalname="iNum2"/>
 <property name="Per_Payments" internalname="iNum3"/>

<method name="LoanAmortization">
 <PARAMETER name="iValue1"/>
 <PARAMETER name="iValue2"/>
 <PARAMETER name="iValue3"/>
</method>

<method name="Amortization">
</method>
</public> 

reference Vbscript 
having problem as it contain Class

Class Computer
   
   Private ComName
 
   Public Property Let ComputerType(CName)
      ComName = CName
   End Property
 
   Public Property Get ComputerType()
      ComputerType = ComName
   End Property
End Class

 

Link to comment
Share on other sites

@judagor,

Creating a COM object using WSC is long time end of life unfurtunatly. 

Not even sure if it will work on a Windows 10 OS ?

But if you do decide to prceeed with this ancient technique best start here ...

https://perlhelp.web.cern.ch/Windows/WindowsScriptComponents.html 

And replace the PERL script with VBScript.

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...