Re: [Tutor] Dynamically linking python into my vc project - help required

2011-08-03 Thread spawgi
+1 to Alan on this. Also, you may want to try stackoverflow.com for this question. Thanks and Regards, Sumod On Wed, Aug 3, 2011 at 1:41 PM, Alan Gauld wrote: > On 03/08/11 07:52, mrinal...@edss.co.in wrote: > >> Hi, >> >> I am trying to embed python into my MFC application. I have done this >>

Re: [Tutor] Dynamically linking python into my vc project - help required

2011-08-03 Thread Alan Gauld
On 03/08/11 07:52, mrinal...@edss.co.in wrote: Hi, I am trying to embed python into my MFC application. I have done this before by statically linking to the python lib. But I want to change this now. Hi, this mailing list is really for people trying to learn Python. This question is way more a

[Tutor] Dynamically linking python into my vc project - help required

2011-08-03 Thread mrinalini
Hi, I am trying to embed python into my MFC application. I have done this before by statically linking to the python lib. But I want to change this now. The idea is to take the information from the registry for the installed version of python on the target machine. Then load python using load