delete objects of classes declared in a DLL

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hi,
This is my problem:
-I've a WIN32 Application.
-My Application allocates(using the operator "new") objects of classes
declared in a DLL.
-When I try to delete these objects the compiler returns an error of this
type"debug assertion failed....file dbgheap.c"
Does someone know where is the problem?
Thanks to all can help me.
M



.



Relevant Pages

  • delete objects declared in a DLL
    ... -I've a WIN32 Application. ... declared in a DLL. ... type"debug assertion failed....file dbgheap.c" ... Prev by Date: ...
    (microsoft.public.vc.mfc)
  • Re: GDI culls multiple FillRects?
    ... In Win32, just like any DLL (one another layer). ... Prev by Date: ...
    (alt.lang.asm)
  • Re: how do I temporarily disable runtime type checking
    ... > LoadLibrary(...) to load the DLL that contains the function you are ... Is it possible to have a Win32 application wherein Kernel32.dll isn't ... Prev by Date: ...
    (microsoft.public.vc.mfc)
  • Re: DLL performance in functions access
    ... > Hi Guesdon! ... >> Maybe I don't create my DLL in a good way or link are not well done, ... > My blog about Win32 and .NET ... Prev by Date: ...
    (microsoft.public.vc.language)
  • Re: Debugging JNI shared libraries
    ... >compiles OK on Win32 when I have teh requisite stuff installed and I'm ... >DllMain gets called, attach to the dll? ... code as far as the debugger is concerned). ...
    (comp.programming)