Home > Software engineering >  Abnormal program: - 529697949 represents what mistake?
Abnormal program: - 529697949 represents what mistake?

Time:10-23

I do a software, can open, often unexpected errors, hang up directly, I use ModSEH module intercepts to some information, please help me to analyze analysis about what the causes of the source code is not convenient to open,

Error 1
Software serial number: 6
System version: Windows 7 64 - bit [v6.1]
Error: unknown accident error: - 529697949
Exception address: & amp; H74BDC41F
Parameter 0:42 9065504
Parameters for 37359
RegEIP: & amp; H74BDC41F


Error 2
Software serial number:
2System version: Windows 7 64 - bit [v6.1]
Error: unknown accident error: - 2147467259
Exception address: & amp; H75E2C41F
Parameter 0-2
Parameter 1-0
RegEIP: & amp; H75E2C41F

CodePudding user response:

Are generally Windows 7 Windows, XP rarely seen

CodePudding user response:

Unable to open file

CodePudding user response:

Unable to open file? On the network server page?
Can you say detailed point

CodePudding user response:

Top,,,,,,,,,

CodePudding user response:

How to avoid this kind of mistake

CodePudding user response:

 Public Function FileExists (filename) As Boolean 
Dim MSG As String
On Error GoTo CheckError
FileExists=(Dir (filename) & lt;> "")
The Exit Function
CheckError:
Const mnErrDiskNotReady=71, mnErrDeviceUnavailable=68
If (Err) Number=mnErrDiskNotReady) Then
MSG="insert a floppy disk drive"
MSG=MSG & amp; ", and then close the drive door, "
If MsgBox (MSG, vbExclamation & amp; VbOKCancel, "XAJH.COM")=vbOK Then
Resume
The Else
Resume Next
End the If
ElseIf Err. Number=mnErrDeviceUnavailable Then
MSG="can't find:"
MSG=MSG & amp; Filename
MsgBox MSG, vbExclamation, "XAJH.COM"
Resume Next
The Else
MSG="appear #" & amp; STR (Err) Number)
MSG=MSG & amp; "Accidental error:" & amp; Err. The Description
MsgBox MSG, vbCritical, "XAJH.COM"
Stop
End the If
Resume
End the Function

CodePudding user response:

If the error is to open the local file, not possible for the number two mistakes, do not check all relevant information

CodePudding user response:

This BBS basically cannot solve the problem

CodePudding user response:

Now that you are writing software that increases with the source code in the target computer directly to the commissioning. Some problems buried more deep, light see error code is hard to judge.
  •  Tags:  
  • API
  • Related