I am porting an old Borland C++ program to a VC++ 2008 CLR/Windows Form App. It has a home-grown script language used to set parameters, etc that can be modified by non-programmers. I would like to replace this script interpreter with an embedded python interpreter and change the script to python (I considered Ch but it is too costly). I'm new to both VC++ and python and I'm having trouble getting started. Does anyone have a trivial project that will link in VC++ 2008 and includes the python interpreter that I can use to get started with?