Embedding Python in c programs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Psymaster

    Embedding Python in c programs

    I plan to code some programs in C/C++ and I'm too lazy to learn new
    libraries. I want to use the Python library which I'm familiar with.

    But trying some of the examples that come in the documentation gives
    errors MSVC 6. Where can I find some information on getting everything
    ready for coding under MSVC 6 (or Dev-C++ although I doubt it is
    possible)?
Working...