Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (16.4k points)

I'd prefer to know whether it is conceivable to utilize ctypes to get to C++ DLLs from Python and run capacities (or class techniques) from them. If not, is there another approach to do this?

1 Answer

0 votes
by (26.4k points)

In outline, no you can't do it with Ctypes (yet) however there are various other code generators you could use to take care of the work.

SWIG and Boost.Python are two of the most famous

Want to know more about Python? Come and join: python certification course

Related questions

0 votes
1 answer
asked Jul 5, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
asked Aug 1, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
asked Dec 23, 2020 in Python by ashely (50.2k points)

Browse Categories

...