Hi all,
I want to run function from win32 dll. I used ctypes.windll.LoadLibrary to load the DLL. But I don't know how to select function and run it. Dll example attached (pylab.dll). It includes 2 functions: double Add(double a,double b) - adds 2 double numbers double Random(void) - generates random number Thank you, Nadav
pylab.rar
Description: pylab.rar
-- http://mail.python.org/mailman/listinfo/python-list