[pywin32-bugs] [ pywin32-Feature Requests-817051 ] Documentation: writing extensions
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-10-03 10:41:42
|
Feature Requests item #817051, was opened at 2003-10-03 12:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=817051&group_id=78018 Category: com Group: None Status: Open Priority: 5 Submitted By: Gael Fraiteur (gfraiteur) Assigned to: Nobody/Anonymous (nobody) Summary: Documentation: writing extensions Initial Comment: I am missing a point in the documentation. I would like to write an extension function in C for Python on Windows. This function will hold a *IDispatch pointer and would like to return it to Python. That is, it has to create a Dispatch object with it (dynamic or static). I do not see how. Practically, my intent is to embed Python into an application. Embedded scripts should be able to access the database through ADO. I would like to pass the ADO connection object to Python. Please consider to make this point clearer in the documentation and/or to provide an easy method to create a wrapper given a *IDispatch. Thanks a lot. Gael Fraiteur ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=817051&group_id=78018 |