[ctypes-users] LoadLibrary (was: Re: ctypes 0.9.9.3 released)
by Thomas Heller other posts by this author
Feb 20 2006 6:49AM messages near this date
Re: [ctypes-users] ctypes 0.9.9.3 released
|
[ctypes-users] Re: LoadLibrary
Michele Petrazzo wrote:
> Thomas Heller wrote:
> > ctypes 0.9.9.3 released - Feb 15, 2006
> > ======================================
> >
>
> Hello Thomas,
> I see that into the new version, you have brake the compatibility with
> the LoadLibrary for windll and cdll. Why don't make a simple internal
> and transparent link through LoadLibrary and find methods?
> I have to change all my softwares! :(
Removing the LoadLibrary method on the dll loaders probably was
not a good idea. Beside Michele complaining about it someone submitted
a bug report that LoadLibrary does not work any longer:
https://sourceforge.net/tracker/?func=detail&atid=532154&aid=1435103&group_id=71702
The problem is that now cdll or windll will try to load a library named 'LoadLibrary'.
Maybe it would be a good idea to add a method to the library loaders named
'load_library' and add an alias 'LoadLibrary' for backwards compatibility.
Thomas
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
ctypes-users mailing list
ctypes-users@[...].net
https://lists.sourceforge.net/lists/listinfo/ctypes-users
Thread:
Thomas Heller
Mike C. Fletcher
Thomas Heller
Michele Petrazzo
Thomas Heller
Thomas Heller
Andre Burgaud
Michele Petrazzo
Shane Holloway
Thomas Heller
Mark McMahon
Thomas Heller
|