Re: [ctypes-users] Re: LoadLibrary
by Michele Petrazzo other posts by this author
Feb 23 2006 1:29PM messages near this date
Re: [ctypes-users] Re: LoadLibrary
|
Re: [ctypes-users] Re: LoadLibrary
Thomas Heller wrote:
> Thomas Heller wrote:
> > 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.
>
>
> No opinions on this issue?
>
This may be a good idea, or not. You have to decide.
How many developer (better projects that use ctypes) have to change they
code for work with new version? Big question, you say.
I see only two (or three) question about this issue, so I don't think
that, for the other developer :), this is a problem.
If you want to be backwards compatible, do it! What "internal" python
developers think about this?
> Thomas
>
>
Bye,
Michele
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&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
|