DLL files
Chris Liechti
cliechti at gmx.net
Thu Jul 25 10:29:08 EDT 2002
More information about the Python-list mailing list
Thu Jul 25 10:29:08 EDT 2002
- Previous message (by thread): DLL files
- Next message (by thread): DLL files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Terry Reedy" <tjreedy at udel.edu> wrote in news:GQT%8.276752$Bt1.14483509 at bin5.nnrp.aus1.giganews.com: > "Uwe Mayer" <merkosh at hadiko.de> wrote in message > news:MPG.17aa19eb2ca3d536989688 at news.rz.uni-karlsruhe.de... >> is it possible to write Windows DLL files in python? > > No. .dll must be machine code and have special structure. (99% > certain on this) yes. but one could embedd the python interpreter in a DLL and just forward the calls to the DLL to a loaded script. this requires a compiler and some code for the DLL that is application specific (but autogenerable through a script). -- Chris <cliechti at gmx.net>
- Previous message (by thread): DLL files
- Next message (by thread): DLL files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list