Archived

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

Trouble migrating to 3.2 in VC71

Hello,
I have been using ICE v2.1.2 so far in my MFC project. When trying to compile with 3.2 version, I am having all sorts of compilation (functions min, max) errors, namespace name resolution, etc.
Please advise what thread should I read to migrate quickly.
Thanks

Comments

  • Can you be a bit more specific about the compiler errors you are getting? A small sample of the compiler output would be good.

    Cheers,

    Brent
  • I was able to comlile finally just using specific includes like #include<map> etc. Thanks