Archived

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

is ice have any to do with stl?

i'd like to ask that in my mfc app,in the stdafx.h when I include the ice runtime before i have included the string(stl), trouble comes.
the trouble is that kind like the ice runtime cannot be loaded successfully.
and once I write in this order:
#include <string>
#include <Ice/Ice.h>

instead of like this:
#include <Ice/Ice.h>
#include <string>

the trouble just gone..then all thing is ok.
why? is ice runtime based on stl or someting ?

thx

Comments

  • bernard
    bernard Jupiter, FL
    Eric,

    When reporting this type of problem, you should specify your operating system, C++ compiler and the Ice version you use.

    If possible, you should also post a small, compilable program that we can use to reproduce what you see.

    Finally, please update your profile: "not yet" is not a valid project.

    Best regards,
    Bernard