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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Newbee

Pages: [1]
1
Python / 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.


Pages: [1]
anything