Subj : Problem in a program using a map To : borland.public.cpp.borlandcpp From : Me Date : Tue Jul 06 2004 08:09 pm I've got a program that is attempting to use an stl map item. I am getting error E2263 (see below for an example. Any ideas how I can make this work? Thank you Rich Command line: bcc32 -c -tWR -w -w-hid -tWM -O2 -tWC -x- -RT- -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG -I"." -I"C:\ddj\Qt\3.2.1NonCommercial\include" -I"C:\DDJ\tests\xdom" -I"C:\ddj\Qt\3.2.1NonCommercial\mkspecs\win32-borland" -oclass. obj class.cpp Error Message: Error E2263 C:\ddj\Borland\Bcc55\include\rw/tree.h 167: Exception handling not enabled in function __rb_tree,__select1st,int>,less,allocator > ::__add_new_buffer() Error E2263 C:\ddj\Borland\Bcc55\include\rw/tree.h 211: Exception handling not enabled in function __rb_tree,__select1st,int>,less,allocator > ::__get_node(const pair &) .