VC2005
ICE 3.3.1
Windows XP
-------------
When I compile demo\Ice\session,and I modify the slice define like this:
dictionary<Ice::Identity,Hello*> HelloMap;
but generated code has :
::Ice::ice_writeIdentity(__outS, p->first);
It cause a compile error. Why?

Reply With Quote
