3.4 and VS10

in Help Center
Hi,
Is there any chance of getting a windows distribution of 3.4 for VS10?
I successfully got Ice to build in release mode (after patching the sources for the breaking changes over 2008) but I'm lacking the debug CRT (which is not redistributable) to get the debug build to work.
I didn't feel up to building all the dependencies from source to remedy this.
thanks.
Is there any chance of getting a windows distribution of 3.4 for VS10?
I successfully got Ice to build in release mode (after patching the sources for the breaking changes over 2008) but I'm lacking the debug CRT (which is not redistributable) to get the debug build to work.
I didn't feel up to building all the dependencies from source to remedy this.
thanks.
0
Comments
If all you need is the 32-bit debug CRT, perhaps you can get it from Visual Studio 2008 Express:
Microsoft Express Downloads
Cheers,
Bernard
FYI, the changes required were trivial, although numerous.
Many files required the inclusion of the <iterator> header, and there were quite a few places were 0 was replaced with the new keyword nullptr.