Application Error
-
One of my applications gives in some condition an application error that is recorded in Event Viewer->Application with:
- Category: None
- Type: Error
- Event ID: 1000
At its first version the program ended like this:
- create a window object with
new
- run some jobs
- ends with
exit(0)
I upgraded the program by using
delete
beforeexit
. The problem decreased in frequency but didn't disappear. Why? P.S. Program written in VC++6.36. When you surround an army, leave an outlet free. ... Do not press a desperate foe too hard. SUN-TZU - Art of War
-
One of my applications gives in some condition an application error that is recorded in Event Viewer->Application with:
- Category: None
- Type: Error
- Event ID: 1000
At its first version the program ended like this:
- create a window object with
new
- run some jobs
- ends with
exit(0)
I upgraded the program by using
delete
beforeexit
. The problem decreased in frequency but didn't disappear. Why? P.S. Program written in VC++6.36. When you surround an army, leave an outlet free. ... Do not press a desperate foe too hard. SUN-TZU - Art of War
What is the description for this event in the log? For example, you may have something like this: Event ID: 1000 Event Source: Userenv Description: Windows cannot determine the user or computer name. Return value (1722). ( see http://support.microsoft.com/kb/261007[^] )
SkyWalker
-
What is the description for this event in the log? For example, you may have something like this: Event ID: 1000 Event Source: Userenv Description: Windows cannot determine the user or computer name. Return value (1722). ( see http://support.microsoft.com/kb/261007[^] )
SkyWalker
Event Date: 17.Feb 10 Source: Application Error Time 20:26:23 Category: None Type Error Event ID: 1000 User Me Computer: My Computer Description: Faulting application MYAPP version 0.0.0.0, faulting module MYAPP, version 0.0.0.0 address 0x0001a1a0
Other addresses are:0x000192a0, 0x0001a200, 0x00019380, 0x0000af61, 0x000193d0, 0x000194a0, 0x00016384, 0x00019580
. Need other information? P.S. Can I email you?
36. When you surround an army, leave an outlet free. ... Do not press a desperate foe too hard. SUN-TZU - Art of War