www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Not sure is it bug or not.

reply "Andrew Fedoniouk" <news terrainformatica.com> writes:
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.
Apr 06 2005
parent "Regan Heath" <regan netwin.co.nz> writes:
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
Apr 07 2005