calldll question

Chris Liechti cliechti at gmx.net
Tue Nov 5 17:24:35 EST 2002


Matthew <dontspam_matthewm at ihug.co.nz> wrote in 
news:3DC847D5.60908 at ihug.co.nz:
> import calldll     OK
> 
> dll = calldll.load_library(<path to dlll.dll>)    OK
> func = calldll.get_proc_address(dll, <func name>)    OK
> 
> Now how-to execute this func?

don't use calldll directly, use windll instead. 
there you can just call the method as if "dll" was an object.

chris
-- 
Chris <cliechti at gmx.net>




More information about the Python-list mailing list