Embedding Python in C

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • youngdubliner@hotmail.com

    Embedding Python in C

    Hi,

    I'm attempting to embedded Python23 in C.
    However , I seem to be missing some header files from my PC.
    Any idea where on the web I could locate the files below ?

    io.h

    sys/stat.h

    wchar.h

    Thanks in advance :)
  • Martin v. Löwis

    #2
    Re: Embedding Python in C

    youngdubliner@h otmail.com wrote:[color=blue]
    > I'm attempting to embedded Python23 in C.
    > However , I seem to be missing some header files from my PC.
    > Any idea where on the web I could locate the files below ?
    >
    > io.h
    >
    > sys/stat.h
    >
    > wchar.h[/color]

    They are provided with Visual C.

    Regards,
    Martin

    Comment

    Working...