CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Codeplug

Search: Search took 0.05 seconds.

  1. Re: Boost invalid block while overloading global new/delete

    >> That DLL is built in Release mode. So practically, all allocations/deletions are done in the same DLL and memory context.
    ...
    >> dbgdel.cpp(52): _ASSERTE(_BLOCK_TYPE_IS_VALID(pHead->nBlockUse));...
  2. Re: Boost invalid block while overloading global new/delete

    What boost libraries are you using? If UTF, are you using auto-linking?
    http://www.boost.org/doc/libs/1_45_0/libs/test/doc/html/utf/compilation.html#utf.compilation.procedured
    Using a release boost...
  3. Re: Boost invalid block while overloading global new/delete

    >> I discovered that the problem happens only when that DLL is compiled in RELEASE while the main application is compiled in DEBUG.
    Sounds like memory is being allocated in one module, and freed in...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured