Re: [python-win32] ctypes question DLL

2008-07-08 Thread Tim Golden
Marcus Low wrote: Hi, I have been reading the documentation on ctypes and the 2.5 python on ctypes when it comes to loading libraries. But surprisingly, or maybe i miss it somewhere, but How do you unload the loaded dll? For eg : dllfunc = ctypes.CDLL("mylib.dll") Later if i want to replac

[python-win32] ctypes question DLL

2008-07-07 Thread Marcus Low
Hi, I have been reading the documentation on ctypes and the 2.5 python on ctypes when it comes to loading libraries. But surprisingly, or maybe i miss it somewhere, but How do you unload the loaded dll? For eg : dllfunc = ctypes.CDLL("mylib.dll") Later if i want to replace this dll without