[python-win32] win32/mfc dll
Larry Bates
lbates at syscononline.com
Tue Apr 13 12:22:04 EDT 2004
Another alternative is one that I wrote that utilizes
Sam Rushing's calldll code. I just wrote a wrapper class
that I believe makes it easy to get started. I've used it
to call MANY different .DLLs.
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/146847
You must have calldll (or dynwin) installed. It is available at:
http://www.nightmare.com/~rushing/dynwin/
Regards,
Larry Bates
Syscon, Inc.
------------------------------
Message: 3
Date: Tue, 13 Apr 2004 16:09:02 +0530
From: "Somesh Bartakke" <somesh at qviqsoft.com>
Subject: [python-win32] win32/mfc dll
To: <python-win32 at python.org>
Message-ID: <001301c42143$c75490b0$436a640a at qsoft25>
Content-Type: text/plain; charset="iso-8859-1"
i have win32/mfc dlls which contains global functions
i want to access these functions thru my python application, for that i
called dll with following code
from win32ui import *
libc = LoadLibrary('mfc1.dll')
but how to proceed next ?
is it possible to work with pointers also in that dlls , shall i return mfc
CPoint obj or its pointer from function in dll , plz uncurtains this !
ThanX in +vance
Somesh Bartakke
-----------------
Truth does not pay hamage to society, ancient or modern but society has to
pay homage to truth or Die ! -Swami Vivekanand
More information about the Python-win32
mailing list