[Python-Dev] Python + Visual C++ 8.0? (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Thu Dec 29 00:19:29 CET 2005


Ralf W. Grosse-Kunstleve wrote:

However, we don't have any home-grown C++ GUI code. Could it be that problems due to mixing objects from different compiler versions are restricted to certain areas, like GUI libraries?

Well, yes: the areas are

In all these cases, global variables exist twice if you have two copies of the library defining them in your address space. If you pass objects around from one library to the other, the other library may operate on the wrong global variable.

To give some examples:

Regards, Martin



More information about the Python-Dev mailing list