SFML community forums

Bindings - other languages => Python => Topic started by: Newbee on April 29, 2020, 10:01:04 am

Title: How to load C++ code using SFML DLL with Python
Post by: Newbee 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.