I am confused ... Unhandled Exception in server.exe (NTDLL.DLL): 0xC0000008: Invalid Handle.
-
I am confused :confused: ... I have a Visual C++ 6 application. When I run this application in the Visual C++ IDE and I end the application I will get an "Unhandled Exception in server.exe (NTDLL.DLL): 0xC0000008: Invalid Handle." error. But when I am running only the exe without the IDE there is no error! What's the reason? Daniel ;) --------------------------- Never change a running system!
-
I am confused :confused: ... I have a Visual C++ 6 application. When I run this application in the Visual C++ IDE and I end the application I will get an "Unhandled Exception in server.exe (NTDLL.DLL): 0xC0000008: Invalid Handle." error. But when I am running only the exe without the IDE there is no error! What's the reason? Daniel ;) --------------------------- Never change a running system!
You need to be more specific about the problem, without this you will not be able to get help. Reproduce your problem in a few lines of code. In doing so you may solve the problem yourself, but if not you will be able to be more specific and others can help you. Cheers, Rob.
-
You need to be more specific about the problem, without this you will not be able to get help. Reproduce your problem in a few lines of code. In doing so you may solve the problem yourself, but if not you will be able to be more specific and others can help you. Cheers, Rob.
I think that's not a problem of my application (of my source code), because this error is only displayed when I run the application in the Visual C++ 6 IDE. When I run the simple exe (without Visual C++ 6 IDE) or in the Visual .NET 2003 IDE there is no problem, all works fine! The problem is only when I run the application in the Visual C++ 6 IDE! Daniel ;) --------------------------- Never change a running system!