New VC 8.0 port available
Brought to you by:
wrowe
From: William A. R. Jr. <wr...@ro...> - 2007-08-17 19:13:22
|
The first snapshot of the Visual Studio 2005/VC++.NET 8.0 source tree is now available for download. I've created a new "snapshots" package for purpose of distributing such temporary sources; http://sourceforge.net/project/showfiles.php?group_id=175077&package_id=242735 The one bug on the radar to fix before release (of both versions) is the add-cookie and other combinable-headers bug. Please call out any others as you see them. In terms of other issues, if you are in a position to test, please jump on this zip file, or grab the subversion branch for this particular effort. http://mod-aspdotnet.svn.sourceforge.net/viewvc/mod-aspdotnet/mod_aspdotnet2/trunk/ To the other three developers who also hacked on a 2005 flavor, please compare and feel free to chime in with 'better solutions' to particular migration issues, or optimizations. We've already eliminated the .cs script hack to jaggy arrays, now that 2005 fully supports them. I plan to hack out a number of casts, as well, by working out some cleaner declarations. And anyone with a clue of why it believes apr_pool_t needs to be a complete type, feel free to chime in :) AFAIK there's no reason for this silliness. Yours, Bill |