Import dll

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nav010
    New Member
    • Sep 2008
    • 13

    Import dll

    Unable to import dll created in vb.net 2008 using Class Library option.

    I am able to import it in vb.net by referncing.
    But not able to import in Python.
    How to give reference for dll in Python. Please help me.
    Thanks
  • Apostle
    New Member
    • Dec 2008
    • 28

    #2
    Originally posted by nav010
    Unable to import dll created in vb.net 2008 using Class Library option.

    I am able to import it in vb.net by referncing.
    But not able to import in Python.
    How to give reference for dll in Python. Please help me.
    Thanks
    Have you heard of ctypes
    The ctypes package
    ctypes tutorial
    ctypes — A foreign function library for Python. — Python v2.6.1 documentation

    Comment

    Working...