2 Jul
2002
2 Jul
'02
12:05 p.m.
--- In Boost-Users@y..., "john_p_osborn"
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