Embedding question
Dan L. Pierson
dan at control.com
Thu Jul 22 11:29:53 EDT 1999
More information about the Python-list mailing list
Thu Jul 22 11:29:53 EDT 1999
- Previous message (by thread): Embedding question
- Next message (by thread): Tkinter question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gaetan Corneau <Gaetan_Corneau at baan.com> wrote: > can Python be put in a Windows NT program's DLL? The "main" program should > know nothing about the Python interpreter. it is a program that is almost > entirely made of "plug ins". Yes. The plug-in's initialization function would have to initialize Python and the plug-in's termination function would have to terminate it (somewhat less important). Dan Pierson, Control Technology Corporation dan at control.com
- Previous message (by thread): Embedding question
- Next message (by thread): Tkinter question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list