importing a Win32 DLL module w/resources

Andy Beall beall at psych.ucsb.edu
Sat Jul 17 16:27:39 EDT 1999


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




More information about the Python-list mailing list