Archived

This forum has been archived. Please start a new discussion on GitHub.

3.4 and VS10

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.

Comments

  • bernard
    bernard Jupiter, FL
    Hi Craig,

    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
  • thanks. That was the tip I was looking for. I've now built and run 3.4 in debug and release with VS10.

    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.