Hoop:
> I have never heard of IronPython. Do you know if you can embedd the
> Python interpreter ?
I think so as I've read of people embedding the console on the
mailing list. My experience is in using a C# library within a Python
application.
Neil
--
http://mail.python.org/mailman/li
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 reports of Boost.Python code being
Hoop:
> I am starting on an application that will developed in VS2005, probably
> using C++/CLI.
I haven't heard any reports of Boost.Python code being compatible
with C++/CLI so you may need to add an adaptation layer. To run inside
.NET, I'd choose IronPython.
Neil
--
http://mail.py
Hoop wrote:
> 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 b
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