Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: How to load C++ code using SFML DLL with Python  (Read 7928 times)

0 Members and 1 Guest are viewing this topic.

Newbee

  • Newbie
  • *
  • Posts: 1
    • View Profile
How to load C++ code using SFML DLL with Python
« on: April 29, 2020, 10:01:04 am »
Hi,

I have completed implementation of C++ application which uses SFML DLL in visual studio.

I have generated DLL of C++ application. I am able to load generated C++ DLL using another C++ code and call functions.
Can I also call generated DLL from python ?

I am not familiar with python, I am C++ developer.

« Last Edit: April 30, 2020, 04:00:12 am by Newbee »