[pywin32-bugs] [ pywin32-Patches-743989 ] Some patch to add support for Wizard97
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-10-19 07:20:54
|
Patches item #743989, was opened at 2003-05-27 02:47 Message generated for change (Comment added) made by qinlj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=743989&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Lijun Qin (qinlj) Assigned to: Nobody/Anonymous (nobody) Summary: Some patch to add support for Wizard97 Initial Comment: I have patched some source files in the ./pywin32/pythonwin directory to add the support for the new Wizard97 style. including these: pythonppage.cpp pythonppage.h pythonpsheet.cpp pythonpsheet.h win32prop.cpp win32prop.h win32uimodule.cpp also below because of some bugs found in these files: win32assoc.cpp win32bitmap.cpp win32bitmap.h win32ctlList.h attached is the diff file. ---------------------------------------------------------------------- >Comment By: Lijun Qin (qinlj) Date: 2003-10-19 01:20 Message: Logged In: YES user_id=787455 Sorry, I have decided to use WTL instead of MFC in my program, so these files have been obsoleted. Currently I'm using boost.python to wrap WTL, it's much more easier than handwrite these wrap code, espicially when using some script to auto generate the wrapper code. ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2003-10-19 00:14 Message: Logged In: YES user_id=14198 Hello? Are you able to update this patch? ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2003-07-29 06:40 Message: Logged In: YES user_id=14198 That sounds great in principle - but can you please: * Attach a diff generated with "-u" - otherwise it is too error prone. * Detail some of the changes - ie, why you have to move large bodies of code to different source files, and some details on the actual bugs Thanks ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=743989&group_id=78018 |