[python-win32] RE: VB Interfaces

Mark Hammond mhammond@skippinet.com.au
Fri, 13 Dec 2002 14:05:34 +1100


Can you try the test code from VBScript - NOT VB.

It would then look just like the Python one:

test.vbs:

t = CreateObject("TestDll16.test")
n = t.makeN( 23 )
t.val( n,n )

See how that goes.


Mark.