Re: [Quickfix-developers] Problem in Session Settings of initiator
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2006-01-24 13:48:10
|
On 1/24/06, Ambreen Shahzadi <sha...@ho...> wrote:
>
> then at this line i press F11 it goes to the following code, which is in
> VC98/INCLUDE/Map
So you have Visual Studio 98? If so make sure you download and apply all
relevant service packs. This looks like a bug in the STL implementation.
_Tref operator[](const key_type& _Kv)
> { iterator _P =3D insert(value_type(_Kv, _Ty())).first;
> return ((*_P).second); }
>
> Project crashes and give a message "Unhandled Exception 0xC0000005 :
> Access
> voilation"
>
--
Caleb Epstein
caleb dot epstein at gmail dot com
|