Thread: [pywin32-bugs] [ pywin32-Patches-1705634 ] VC8.0 build patch for AMD64 branch
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2007-04-23 07:58:40
|
Patches item #1705634, was opened at 2007-04-23 15:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steve Yin (steveyin) Assigned to: Nobody/Anonymous (nobody) Summary: VC8.0 build patch for AMD64 branch Initial Comment: Well, I managed to build amd64 branch with vs8.0. why vs8? it's better for amd64 build. of course, I also used vista updated sdk as platform sdk. also, something need to be done with Python25\Lib\distutils\msvccompiler.py, so this built can be build. here is the patch. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 |
From: SourceForge.net <no...@so...> - 2007-04-23 07:59:48
|
Patches item #1705634, was opened at 2007-04-23 15:58 Message generated for change (Comment added) made by steveyin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steve Yin (steveyin) Assigned to: Nobody/Anonymous (nobody) Summary: VC8.0 build patch for AMD64 branch Initial Comment: Well, I managed to build amd64 branch with vs8.0. why vs8? it's better for amd64 build. of course, I also used vista updated sdk as platform sdk. also, something need to be done with Python25\Lib\distutils\msvccompiler.py, so this built can be build. here is the patch. ---------------------------------------------------------------------- >Comment By: Steve Yin (steveyin) Date: 2007-04-23 15:59 Message: Logged In: YES user_id=1613955 Originator: YES this patch built on today's cvs revision. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 |
From: SourceForge.net <no...@so...> - 2007-04-23 23:59:18
|
Patches item #1705634, was opened at 2007-04-23 17:58 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steve Yin (steveyin) Assigned to: Nobody/Anonymous (nobody) Summary: VC8.0 build patch for AMD64 branch Initial Comment: Well, I managed to build amd64 branch with vs8.0. why vs8? it's better for amd64 build. of course, I also used vista updated sdk as platform sdk. also, something need to be done with Python25\Lib\distutils\msvccompiler.py, so this built can be build. here is the patch. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2007-04-24 09:59 Message: Logged In: YES user_id=14198 Originator: NO I'm afraid this patch still needs work - in some cases you have simply removed functionality which works today. While that might be acceptable for 64bit builds, its not acceptable for future 32 bit builds. Any chance you can make all the relevant changes conditional? Thanks ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-23 17:59 Message: Logged In: YES user_id=1613955 Originator: YES this patch built on today's cvs revision. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 |
From: SourceForge.net <no...@so...> - 2007-04-24 03:47:05
|
Patches item #1705634, was opened at 2007-04-23 15:58 Message generated for change (Comment added) made by steveyin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steve Yin (steveyin) Assigned to: Nobody/Anonymous (nobody) Summary: VC8.0 build patch for AMD64 branch Initial Comment: Well, I managed to build amd64 branch with vs8.0. why vs8? it's better for amd64 build. of course, I also used vista updated sdk as platform sdk. also, something need to be done with Python25\Lib\distutils\msvccompiler.py, so this built can be build. here is the patch. ---------------------------------------------------------------------- >Comment By: Steve Yin (steveyin) Date: 2007-04-24 11:47 Message: Logged In: YES user_id=1613955 Originator: YES well, here we are. the updated patch. Note: I can not build axdebug extension. because I don't know where to find the corresponding activdbg.h file to vista sdk. But, I DID found these IID_ in uuid.lib under Lib\x64. but just no header. I have little knowledge about ATL & COM under windows. File Added: vc8-build.patch ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-24 07:59 Message: Logged In: YES user_id=14198 Originator: NO I'm afraid this patch still needs work - in some cases you have simply removed functionality which works today. While that might be acceptable for 64bit builds, its not acceptable for future 32 bit builds. Any chance you can make all the relevant changes conditional? Thanks ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-23 15:59 Message: Logged In: YES user_id=1613955 Originator: YES this patch built on today's cvs revision. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 |
From: SourceForge.net <no...@so...> - 2007-04-24 03:51:01
|
Patches item #1705634, was opened at 2007-04-23 15:58 Message generated for change (Comment added) made by steveyin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steve Yin (steveyin) Assigned to: Nobody/Anonymous (nobody) Summary: VC8.0 build patch for AMD64 branch Initial Comment: Well, I managed to build amd64 branch with vs8.0. why vs8? it's better for amd64 build. of course, I also used vista updated sdk as platform sdk. also, something need to be done with Python25\Lib\distutils\msvccompiler.py, so this built can be build. here is the patch. ---------------------------------------------------------------------- >Comment By: Steve Yin (steveyin) Date: 2007-04-24 11:51 Message: Logged In: YES user_id=1613955 Originator: YES you said I comment out some function, the function I only commented out is ado support, you know, there is no ado under x64, also, there is no naked keyword under x64. ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-24 11:47 Message: Logged In: YES user_id=1613955 Originator: YES well, here we are. the updated patch. Note: I can not build axdebug extension. because I don't know where to find the corresponding activdbg.h file to vista sdk. But, I DID found these IID_ in uuid.lib under Lib\x64. but just no header. I have little knowledge about ATL & COM under windows. File Added: vc8-build.patch ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-24 07:59 Message: Logged In: YES user_id=14198 Originator: NO I'm afraid this patch still needs work - in some cases you have simply removed functionality which works today. While that might be acceptable for 64bit builds, its not acceptable for future 32 bit builds. Any chance you can make all the relevant changes conditional? Thanks ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-23 15:59 Message: Logged In: YES user_id=1613955 Originator: YES this patch built on today's cvs revision. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 |
From: SourceForge.net <no...@so...> - 2007-04-24 04:23:18
|
Patches item #1705634, was opened at 2007-04-23 17:58 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steve Yin (steveyin) Assigned to: Nobody/Anonymous (nobody) Summary: VC8.0 build patch for AMD64 branch Initial Comment: Well, I managed to build amd64 branch with vs8.0. why vs8? it's better for amd64 build. of course, I also used vista updated sdk as platform sdk. also, something need to be done with Python25\Lib\distutils\msvccompiler.py, so this built can be build. here is the patch. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2007-04-24 14:23 Message: Logged In: YES user_id=14198 Originator: NO that's great - thanks! I'm actually getting a x64 box within the week, so I might hang off until then to apply it. It's worth noting that the trunk has also had some generic amd64 work done, and that might get close to building too. I'm afraid I haven't been paying much attention to the 64bit world. ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-24 13:51 Message: Logged In: YES user_id=1613955 Originator: YES you said I comment out some function, the function I only commented out is ado support, you know, there is no ado under x64, also, there is no naked keyword under x64. ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-24 13:47 Message: Logged In: YES user_id=1613955 Originator: YES well, here we are. the updated patch. Note: I can not build axdebug extension. because I don't know where to find the corresponding activdbg.h file to vista sdk. But, I DID found these IID_ in uuid.lib under Lib\x64. but just no header. I have little knowledge about ATL & COM under windows. File Added: vc8-build.patch ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-24 09:59 Message: Logged In: YES user_id=14198 Originator: NO I'm afraid this patch still needs work - in some cases you have simply removed functionality which works today. While that might be acceptable for 64bit builds, its not acceptable for future 32 bit builds. Any chance you can make all the relevant changes conditional? Thanks ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-23 17:59 Message: Logged In: YES user_id=1613955 Originator: YES this patch built on today's cvs revision. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 |
From: SourceForge.net <no...@so...> - 2007-04-24 04:29:16
|
Patches item #1705634, was opened at 2007-04-23 17:58 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steve Yin (steveyin) >Assigned to: Sidnei da Silva (dreamcatcher) Summary: VC8.0 build patch for AMD64 branch Initial Comment: Well, I managed to build amd64 branch with vs8.0. why vs8? it's better for amd64 build. of course, I also used vista updated sdk as platform sdk. also, something need to be done with Python25\Lib\distutils\msvccompiler.py, so this built can be build. here is the patch. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2007-04-24 14:29 Message: Logged In: YES user_id=14198 Originator: NO sidnei - what is the status of your branch? ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-24 14:23 Message: Logged In: YES user_id=14198 Originator: NO that's great - thanks! I'm actually getting a x64 box within the week, so I might hang off until then to apply it. It's worth noting that the trunk has also had some generic amd64 work done, and that might get close to building too. I'm afraid I haven't been paying much attention to the 64bit world. ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-24 13:51 Message: Logged In: YES user_id=1613955 Originator: YES you said I comment out some function, the function I only commented out is ado support, you know, there is no ado under x64, also, there is no naked keyword under x64. ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-24 13:47 Message: Logged In: YES user_id=1613955 Originator: YES well, here we are. the updated patch. Note: I can not build axdebug extension. because I don't know where to find the corresponding activdbg.h file to vista sdk. But, I DID found these IID_ in uuid.lib under Lib\x64. but just no header. I have little knowledge about ATL & COM under windows. File Added: vc8-build.patch ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-24 09:59 Message: Logged In: YES user_id=14198 Originator: NO I'm afraid this patch still needs work - in some cases you have simply removed functionality which works today. While that might be acceptable for 64bit builds, its not acceptable for future 32 bit builds. Any chance you can make all the relevant changes conditional? Thanks ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-23 17:59 Message: Logged In: YES user_id=1613955 Originator: YES this patch built on today's cvs revision. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 |
From: SourceForge.net <no...@so...> - 2007-04-25 18:51:01
|
Patches item #1705634, was opened at 2007-04-23 04:58 Message generated for change (Comment added) made by dreamcatcher You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steve Yin (steveyin) Assigned to: Sidnei da Silva (dreamcatcher) Summary: VC8.0 build patch for AMD64 branch Initial Comment: Well, I managed to build amd64 branch with vs8.0. why vs8? it's better for amd64 build. of course, I also used vista updated sdk as platform sdk. also, something need to be done with Python25\Lib\distutils\msvccompiler.py, so this built can be build. here is the patch. ---------------------------------------------------------------------- >Comment By: Sidnei da Silva (dreamcatcher) Date: 2007-04-25 15:51 Message: Logged In: YES user_id=438768 Originator: NO The branch was building last I tried, haven't touched it since. We certainly need to merge the changes done on trunk. Steve: Are you building on Vista, or just using the new Platform SDK? ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-24 01:29 Message: Logged In: YES user_id=14198 Originator: NO sidnei - what is the status of your branch? ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-24 01:23 Message: Logged In: YES user_id=14198 Originator: NO that's great - thanks! I'm actually getting a x64 box within the week, so I might hang off until then to apply it. It's worth noting that the trunk has also had some generic amd64 work done, and that might get close to building too. I'm afraid I haven't been paying much attention to the 64bit world. ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-24 00:51 Message: Logged In: YES user_id=1613955 Originator: YES you said I comment out some function, the function I only commented out is ado support, you know, there is no ado under x64, also, there is no naked keyword under x64. ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-24 00:47 Message: Logged In: YES user_id=1613955 Originator: YES well, here we are. the updated patch. Note: I can not build axdebug extension. because I don't know where to find the corresponding activdbg.h file to vista sdk. But, I DID found these IID_ in uuid.lib under Lib\x64. but just no header. I have little knowledge about ATL & COM under windows. File Added: vc8-build.patch ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-23 20:59 Message: Logged In: YES user_id=14198 Originator: NO I'm afraid this patch still needs work - in some cases you have simply removed functionality which works today. While that might be acceptable for 64bit builds, its not acceptable for future 32 bit builds. Any chance you can make all the relevant changes conditional? Thanks ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-23 04:59 Message: Logged In: YES user_id=1613955 Originator: YES this patch built on today's cvs revision. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 |
From: SourceForge.net <no...@so...> - 2007-04-27 08:05:00
|
Patches item #1705634, was opened at 2007-04-23 15:58 Message generated for change (Comment added) made by steveyin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steve Yin (steveyin) Assigned to: Sidnei da Silva (dreamcatcher) Summary: VC8.0 build patch for AMD64 branch Initial Comment: Well, I managed to build amd64 branch with vs8.0. why vs8? it's better for amd64 build. of course, I also used vista updated sdk as platform sdk. also, something need to be done with Python25\Lib\distutils\msvccompiler.py, so this built can be build. here is the patch. ---------------------------------------------------------------------- >Comment By: Steve Yin (steveyin) Date: 2007-04-27 16:04 Message: Logged In: YES user_id=1613955 Originator: YES no, I don't have vista, just vista sdk. because vista sdk can be used on XP. supportted platform, right :) ---------------------------------------------------------------------- Comment By: Sidnei da Silva (dreamcatcher) Date: 2007-04-26 02:51 Message: Logged In: YES user_id=438768 Originator: NO The branch was building last I tried, haven't touched it since. We certainly need to merge the changes done on trunk. Steve: Are you building on Vista, or just using the new Platform SDK? ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-24 12:29 Message: Logged In: YES user_id=14198 Originator: NO sidnei - what is the status of your branch? ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-24 12:23 Message: Logged In: YES user_id=14198 Originator: NO that's great - thanks! I'm actually getting a x64 box within the week, so I might hang off until then to apply it. It's worth noting that the trunk has also had some generic amd64 work done, and that might get close to building too. I'm afraid I haven't been paying much attention to the 64bit world. ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-24 11:51 Message: Logged In: YES user_id=1613955 Originator: YES you said I comment out some function, the function I only commented out is ado support, you know, there is no ado under x64, also, there is no naked keyword under x64. ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-24 11:47 Message: Logged In: YES user_id=1613955 Originator: YES well, here we are. the updated patch. Note: I can not build axdebug extension. because I don't know where to find the corresponding activdbg.h file to vista sdk. But, I DID found these IID_ in uuid.lib under Lib\x64. but just no header. I have little knowledge about ATL & COM under windows. File Added: vc8-build.patch ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-24 07:59 Message: Logged In: YES user_id=14198 Originator: NO I'm afraid this patch still needs work - in some cases you have simply removed functionality which works today. While that might be acceptable for 64bit builds, its not acceptable for future 32 bit builds. Any chance you can make all the relevant changes conditional? Thanks ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-23 15:59 Message: Logged In: YES user_id=1613955 Originator: YES this patch built on today's cvs revision. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 |
From: SourceForge.net <no...@so...> - 2007-05-24 12:51:17
|
Patches item #1705634, was opened at 2007-04-23 17:58 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Steve Yin (steveyin) Assigned to: Sidnei da Silva (dreamcatcher) Summary: VC8.0 build patch for AMD64 branch Initial Comment: Well, I managed to build amd64 branch with vs8.0. why vs8? it's better for amd64 build. of course, I also used vista updated sdk as platform sdk. also, something need to be done with Python25\Lib\distutils\msvccompiler.py, so this built can be build. here is the patch. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2007-05-24 22:51 Message: Logged In: YES user_id=14198 Originator: NO Thanks very much for these changes. I think you will find them all applied on the trunk (note the branch will soon go away). Please let me know if you have any problems. Also FWIW, we are chatting about the distutils changes on distutils-sig and python-list - the idea currently is that we will just copy the files from the PCBuild8 dir back into PCBuild via the .bat files in PCBuild8. This should avoid any changes to distutils (assuming you use the hack that I've mentioned in setup.py's docstring) I'd love to hear how you go and what you think of these proposed changes. ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-27 18:04 Message: Logged In: YES user_id=1613955 Originator: YES no, I don't have vista, just vista sdk. because vista sdk can be used on XP. supportted platform, right :) ---------------------------------------------------------------------- Comment By: Sidnei da Silva (dreamcatcher) Date: 2007-04-26 04:51 Message: Logged In: YES user_id=438768 Originator: NO The branch was building last I tried, haven't touched it since. We certainly need to merge the changes done on trunk. Steve: Are you building on Vista, or just using the new Platform SDK? ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-24 14:29 Message: Logged In: YES user_id=14198 Originator: NO sidnei - what is the status of your branch? ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-24 14:23 Message: Logged In: YES user_id=14198 Originator: NO that's great - thanks! I'm actually getting a x64 box within the week, so I might hang off until then to apply it. It's worth noting that the trunk has also had some generic amd64 work done, and that might get close to building too. I'm afraid I haven't been paying much attention to the 64bit world. ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-24 13:51 Message: Logged In: YES user_id=1613955 Originator: YES you said I comment out some function, the function I only commented out is ado support, you know, there is no ado under x64, also, there is no naked keyword under x64. ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-24 13:47 Message: Logged In: YES user_id=1613955 Originator: YES well, here we are. the updated patch. Note: I can not build axdebug extension. because I don't know where to find the corresponding activdbg.h file to vista sdk. But, I DID found these IID_ in uuid.lib under Lib\x64. but just no header. I have little knowledge about ATL & COM under windows. File Added: vc8-build.patch ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-24 09:59 Message: Logged In: YES user_id=14198 Originator: NO I'm afraid this patch still needs work - in some cases you have simply removed functionality which works today. While that might be acceptable for 64bit builds, its not acceptable for future 32 bit builds. Any chance you can make all the relevant changes conditional? Thanks ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-23 17:59 Message: Logged In: YES user_id=1613955 Originator: YES this patch built on today's cvs revision. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 |