Project G_R.exe raised exception class EInvalidOP with message
'Invalid floating Point operation'. Progress stopped.
Use step or Run to continue.
위와 같은 Error가 발생했는데
데이터를 받을때 데이터값을 받는 함수는 extended로 선언했지만
데이터를 줄때는 항상 정수값으로 받는데 이런 에러가 발생하는
이유를 모르겠습니다.
받는 데이터 함수도 integer로 선언해야 되는건가요?
정말 궁금합니다....
Description :
EInvalidOp is raised when the processor encounters an undefined instruction, invalid operation, or floating-point processor stack overflow.
As a descendant of EExternal, EInvalidOp saves the Windows exception record (if there is one) in its ExceptionRecord data structure.
받는 값이 정수 값이 아니라는 얘기네여.
integer로 선언하시죠..