Python-Extending with C in Windows(VC++ 6)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • punitha
    New Member
    • Jul 2006
    • 1

    #1

    Python-Extending with C in Windows(VC++ 6)

    hai,
    Iam using python to tie C functions(premi tives).

    Iam calling C functions from python through swig(Extending with C).

    This working well in Linux,but i dont know how to do it in Windows VC++ 6 version.In python document,they didnt given for VC++ 6 version.

    I have installed python in windows.

    I tried with small scripts in IDLE(Python shell).

    But i dont know how to link C functions(DLLs) with Python in windows.

    No documents are available in the net.All examples given are related to Linux.

    If anybody knows please help me.
  • jumpingrabbit
    New Member
    • Aug 2006
    • 3

    #2
    I have seen people do that by utilizing dynwin.windll. I have not tried it myself. If you have tried it, please be kind and give some tips of how does it work. Here is an example.

    Comment

    Working...