Missing MSVCR71.dll

2006-08-08 Thread Hoop
Hi, I am trying to get my application into debug. I am using VS2005 with some Python code in it. Works fine in release build, but I do need to go to dubug. I have ActivePython 2.4.3.12. It says it is missing MSVCR71D.dll, I think that is an older .dll, maybe it should be an 8 for VS2005. MSVCR71D.d

Re: Missing MSVCR71.dll

2006-08-08 Thread Hoop
Hi Farshid, Yes, you are correct. I downloaded the dll and was able to run a debug build. Jeff Farshid Lashkari wrote: > The windows distribution of python was compiled with Visual Studio 7.1, > so you need the 7.1 runtime libraries on your computer to run python. I > haven't tried compiling an ap

Re: beginner questions on embedding/extending python with C++

2006-08-09 Thread Hoop
Hi All, I am in the process also of trying to call Python script from a C++ windows app. I have looked at the Boost site and am currently reading over the Embedding portion of the tutorial. A question I have is that there appear to be about 4 or 5 Boost items avaiable for download. Which one should

Boost Install

2006-08-11 Thread Hoop
Hi All, I am wondering if any have done an install of Boost for Python embedding? I have downoaded boost_1_33_1.exe, ran that and now have a boost_1_33_1 directory with plenty of items ine it. I have attempted to follow some online install directions which do not seem to work. I am using VS2005. I

Boost Build Warning

2006-08-14 Thread Hoop
Hi, I am trying to run the Hello World example in Boost.Python from the Building Hello World documentation. I believe that I have everything set up right but I get these three warnings, warning: no toolsets are configured. warning: you won't be able to build C++ programs. warning: please consult t

Basic Boost.Python Question

2006-08-14 Thread Hoop
Hi, I have been working in getting Boost.Python running on my PC, seems to work now. I have what I believe is somewhat of basic question here. I am starting on an application that will developed in VS2005, probably using C++/CLI. I want to be able to exchange data in between Python and C++. The u

Re: Basic Boost.Python Question

2006-08-15 Thread Hoop
Hi Neil, I have never heard of IronPython. Do you know if you can embedd the Python interpreter ? Thanks Jeff Neil Hodgson wrote: > Hoop: > > > I am starting on an application that will developed in VS2005, probably > > using C++/CLI. > > I haven't heard any repor