problem about shedskin-Collection of common programming errors


  • user1200847
    c++ python dll freepascal shedskin
    I have a program written in Free Pascal. It imports functions from a DLL selected at runtime. They are imported with the pascal; keyword. I want to extend this program using python code. As I found out shedskin could be helpful for me in this situation. How do I need to proceed? In fact I want to “compile python code to a DLL”. Additional to any free or open source tool/compiler I can use Microsoft Visual Studio 2012 and VC++ to solve my problem.

Web site is in building