Extensions on Windows, questions for experts.

Nicola Musatti objectway at divalsim.it
Tue Jan 15 07:26:07 EST 2002


Michel Van den Bergh wrote:
> 
> >
> 
> I realize there is an issue with data structures, but I don't quite
> understand it. Is there some place I can learn about data structures
> embedded in dll's?

I don't think the problems lay in structures embedded in the DLL per se,
but rather with accessing the same structure from both the DLL and your
code. If that structure's layout is changed across versions, your code
will, if you're lucky, stop working correctly.

Cheers,
Nicola Musatti



More information about the Python-list mailing list