[C++-sig] Python.Boost + Python2.7 + VS2008 issues

2012-04-18 Thread JS Unkn0wn
-:Background:- I am working on a cross platform project (Win32 with proprietary graphics lib, and a proprietary embedded device running a custom OS with custom compilers) -:Goals:- Using Boost.Python on both platforms (without dlls, as we will have to embed Python anyway). -:Problems:- Receiving

Re: [C++-sig] Re : boost::python: C++/Python function overload issue

2012-04-18 Thread JS Unkn0wn
Does this ( http://www.boost.org/doc/libs/1_49_0/libs/python/doc/tutorial/doc/html/python/exposing.html ) answer your question? specifically "Class Virtual Functions". On Wed, Apr 18, 2012 at 11:55 PM, christophe jean-joseph < jjchristo...@yahoo.fr> wrote: > > Hi, > > here is my problem. > > Let

Re: [C++-sig] Python.Boost + Python2.7 + VS2008 issues

2012-04-19 Thread JS Unkn0wn
Python can be embedded inside the application itself. I'm not looking to extend python with modules available to other scripts other than the scripts loaded by my program. The device uses the ARM compiler (no dynamic linking support, is planned to be added, but not before my product will be release

Re: [C++-sig] Python.Boost + Python2.7 + VS2008 issues

2012-04-19 Thread JS Unkn0wn
On Thu, Apr 19, 2012 at 3:41 PM, Niall Douglas wrote: > > On 19 Apr 2012 at 14:40, JS Unkn0wn wrote: > > > What I'm trying to figure out now are fixing the errors explained on my > > blog entry ( http://goo.gl/K9G36 ). > > I think you will struggle to get mu

Re: [C++-sig] Python.Boost + Python2.7 + VS2008 issues

2012-04-19 Thread JS Unkn0wn
Yes, my current problem is embedding on Windows, but my requirements are the same as compiling to the embedded system, as the primary target is with the Arm processor + proprietary OS. The Windows compilation is just a temporary set up until my kit arrives. So I have planned for the Windows build t