April 07, 2005
DMD, persisted in all known to me versions in debug mode.
GUI window app.
After gc_term and return from main() I am getting in debugger:

First-chance exception in main.exe (NTDLL.DLL): 0xC0000008: Invalid Handle.

Just wondering what Handle is this?

Btw: it also happens in HelloWorld sample from the distribution.

Am I alone getting this?

Andrew.


April 07, 2005
On Wed, 6 Apr 2005 23:57:26 -0700, Andrew Fedoniouk <news@terrainformatica.com> wrote:
> DMD, persisted in all known to me versions in debug mode.
> GUI window app.
> After gc_term and return from main() I am getting in debugger:
>
> First-chance exception in main.exe (NTDLL.DLL): 0xC0000008: Invalid Handle.
>
> Just wondering what Handle is this?
>
> Btw: it also happens in HelloWorld sample from the distribution.
>
> Am I alone getting this?

Do you mean winsamp.d? I just tried it, it works for me, no problems.

Regan