amagrammer
Technical User
hi, Folks,
I am trying to debug a program. When I run my executable, the console window will keep telling me that
At the same time. A breakpoint will be shown:
I don't know what this means. It seems to me that some inappropriate(maybe nagative here) argument has been passed to function sqrt. But I don't call function sqrt explicitly in my program. It must be called by some other subroutine. I don't know where this occurs and how I can fix this. I need Ideas and suggestions from you guys! Thank you.
I am trying to debug a program. When I run my executable, the console window will keep telling me that
Code:
run-time error M6201:MATH
- sqrt:DOMAIN error
line source
unknown unknown
At the same time. A breakpoint will be shown:
Code:
=>77038B2E int 3
I don't know what this means. It seems to me that some inappropriate(maybe nagative here) argument has been passed to function sqrt. But I don't call function sqrt explicitly in my program. It must be called by some other subroutine. I don't know where this occurs and how I can fix this. I need Ideas and suggestions from you guys! Thank you.