porting vc++ project to python?

Steve Holden steve at holdenweb.com
Wed Aug 22 23:50:41 EDT 2007


marco Starglider wrote:
> hi,
> 
> i have a very large project in visual studio2005->visual c++ in windowsxp.
> i'd like to port it, or my next project,  over to python.
> is this possible without rewriting all my code?
> are there multiple options to do this?
> my project is so large, that entirely rewriting it
> is actually no option.
> 
> regards,
> 
> m
> 
> ps i guess, it's an option to transform my current code into one or more
> python extensions/modules, and then calling them from a python core
> module?
> 
> 
Clients of mine have had very good results wrapping C++ functionality 
with Boost (http://www.boost.org/libs/python/doc/). It might work for 
you too.

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC/Ltd           http://www.holdenweb.com
Skype: holdenweb      http://del.icio.us/steve.holden
--------------- Asciimercial ------------------
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
----------- Thank You for Reading -------------




More information about the Python-list mailing list