Archived

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

about v3.2

Hi,

Thanks so much for your good works. I am so glad that v3.2 had fixed some bugs about IceStorm.

The new release excludes all.dsw. Is it forgotten or any other reasons?

Regards,

Comments

  • matthew
    matthew NL, Canada
    To build Ice from source you need to use nmake. We found the project files to be utterly unmaintainable. It is still possible to build the demos in the source distribution, and the binary distributions from project files, of course.
  • thanks a lot.

    But project files provide more convenient when the application need debugging and tracing. I suggest you can preserve them if possible.

    regards,
  • matthew
    matthew NL, Canada
    I'm not sure what you talking about precisely. The use of project files (or lack of use in this case) has no impact on debugging an application. It is still just as possible as it ever was to debug & trace any Ice application in the MS debugger. The PDB files are still generated, and debug information is still inserted. I've done this on many occasions -- this works just fine.