[python-win32] win32/mfc dll
Somesh Bartakke
somesh at qviqsoft.com
Tue Apr 13 06:39:02 EDT 2004
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