- or download this
perl -e "use Win32::OLE; $hl = new Win32::OLE('HelloDot.HelloWorld') o
+r die $!; $hl->SayHello();"
- or download this
sn -k personality.snk
- or download this
using System;
using System.Reflection;
...
}
}
}
- or download this
csc /t:library /out:hellodot.dll hello.cs
- or download this
gacutil /i hellodot.dll
- or download this
regasm hellodot.dll
- or download this
perl -e "use Win32::OLE; $hl = new Win32::OLE('HelloDot.HelloWorld') o
+r die $!; $hl->SayHello();"