Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Python win32 dll

Reply
Thread Tools

Python win32 dll

 
 
Karl Lopes
Guest
Posts: n/a
 
      08-12-2003
Hello all,
I would like to implement a COM server using python.
This server is based on an interface which was given to me in Visual Basic.

For example one of the methods in the interface is:
Public Sub CreateLogFile(ByVal LogFilePath AS String,
ByRef LogFileIntf As LogFile);


1. The corresponding Python method would be:
def CreateLogFile( self, LogFilePath, LogFileIntf ). Is this correct?
2. Is there a difference in the way Python implements ByVal and ByRef?

Thanks
Karl
 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DLL Communication Interface: Win32 DLL <-> .NET class library Ezmeralda C++ 1 04-03-2007 03:45 PM
python-ldap/win32 or python/ldap/win32 rcmn Python 1 11-06-2006 11:47 PM
Second long argument to a JNI call on a Win32 DLL contains zero when it reaches the DLL pcarr01 Java 3 02-17-2005 09:30 AM
How to determine if a DLL is a COM DLL or .NET DLL Anushi ASP .Net 5 10-28-2004 01:59 PM
msvcrt.dll, msvcirt.dll, msvcrt20.dll and msvcrt40.dll, explanation please! Snoopy NZ Computing 16 08-25-2003 12:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57