hello,
The C++ application uses a python module which wraps commands set for CVS
management:
checkout, checkin and tag.
We used python2.5.1 and Visual C++ 6.0
The problem we get is:
After a good import and definition of python functions we have a random
unhandled exception (from python25.dll) when
-Message d'origine-
De : fabien.lyon [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 30 mai 2007 20:16
À : 'python-list@python.org'
Objet : RE: embeded python progam into visual C++ application crash
> hello,
> The C++ application uses a python module which wraps