Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python to DLL
#3
(May-25-2022, 07:08 PM)Gribouillis Wrote: It does not work exactly this way. C programs that execute Python code load the Python library which contains a whole set of C functions to communicate with the Python interpreter.

Start by reading Extending and Embedding the Python Interpreter (obviously the «embedding» part is what you are looking for), then have a look at the Python C Api reference manual.

Thank you very much Gribouillis
Reply


Messages In This Thread
Python to DLL - by tcomponent - May-25-2022, 05:56 PM
RE: Python to DLL - by Gribouillis - May-25-2022, 07:08 PM
RE: Python to DLL - by tcomponent - May-25-2022, 07:09 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020