Hi again,
is there a way to request Python to bind to a certain .Net-Runtime-Version (e.g.
1.1 in the presense of the 2.0-beta)? There are certain incompabilites for
instance with fonts, so it would be usefull not just to bind against the latest
version but to self determine the version. especiall
Hi,
by bad chance i experienced a strange and buggy treatening of .Net-Enums in
Python, that causes headache:
(i use Python 2.3, so if this is fixed in 2.4, please just tell me)
In Python .Net-enums lose their typeinformation and get simple ints, so when
used in overloaded
functions they work by