From: regexpp (john_maddock_at_[hidden])
Date: 2002-07-02 07:05:57


--- In Boost-Users_at_y..., "john_p_osborn" <john_p_osborn_at_y...> wrote:
> When I upgraded to Visual Studio .NET my programs that use regex++
> stopped working. Many simple calls fail during string destruction
> with bad heap pointers. I never had any problems under msvc
version
> 6. Has anyone else experienced this? Is a problem with the new MS
> STL?

Nope, but make doubly sure that you are using a shared memory
allocator, and if your project uses dll's that all the dll's are
built with the same code generation options (ie the dll runtime).

Hope this helps,

John Maddock