How To Call A DLL?

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

    #1

    How To Call A DLL?

    Greetings,

    Can I get a code snippet of how to call a DLL and it's functionalities from
    Python?

    Thanks for your help.

    Best regards,
    Anand


  • Fredrik Lundh

    #2
    Re: How To Call A DLL?

    "Anand" <anand.pasoria@ in.bosch.com> wrote:
    [color=blue]
    > Can I get a code snippet of how to call a DLL and it's functionalities from
    > Python?[/color]

    start here:



    (there's no standard mechanism in Python for calling functions in
    DLLs, unless they're explicitly designed for Python, in which case
    you can simply import them)

    </F>



    Comment

    Working...