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
en it comes to .Net2.0. I'm concerned more about which other functions
i might implicitely call without knowing it, because of an ambiguity that does
not exist in c# because of strong typed enums.
Does someone know, if this problem is solved with 2.4, or maybe there is another
python-t
Hi,
I experienced some very strange bugs. Can someone help me?
The affected Programm is mainly written in Python with a Tcl-Gui. Some part of
the application logic lies in a c#-dll. Deep in this dll a function searches
for a certain Process by its id:
Process p=Process.GetProcessById(pid);
Afte