[python-win32] "importing" dll's with LoadLibrary

Roach, Mark R. mrroach@uhg.net
12 Sep 2002 09:24:23 -0500


On Thu, 2002-09-12 at 03:35, "Kaminski, Bj=F6rn" wrote:
> Hi List,=20
>=20
> I have a problem I cannot solve on my own:=20
>=20
> I used win32ui.LoadLibrary() to load a DLL File. The Functions returns
> some kind of DLL-Object.=20
> Then I use dllObject.AttachToMFC()=20
> But how can I use the newly attached Functions/Methods ?=20
>=20

I wasn't able to directly use LoadLibrary, I have found
windll/calldll/dynwin very useful. Documentation is a little sparse but
google will turn up a couple of good examples.

-Mark