importing a Win32 DLL module w/resources
Andy Beall
beall at psych.ucsb.edu
Sat Jul 17 16:27:39 EDT 1999
More information about the Python-list mailing list
Sat Jul 17 16:27:39 EDT 1999
- Previous message (by thread): Embedding: Defining packages?
- Next message (by thread): importing a Win32 DLL module w/resources
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I'm trying to extend Pythonwin from MSVC with a DLL module that I can import, and everything is working except with I try and access some resources, such as a dialog box that I made. It seems that when the DLL is built in MSVC, it doesn't bundle the .rc or .res file into the DLL. Anybody know a way to force the linker to bind this or how to let Pythonwin know where these resources are? Thanks, Andy Beall
- Previous message (by thread): Embedding: Defining packages?
- Next message (by thread): importing a Win32 DLL module w/resources
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list