델파이6 를 사용하여 ADO 를 사용한 예제를 연습하던중 아래와 같은 메시지를
만나게 되었습니다.
이상한것은 IDE 상에서 는 아래의 메세지가 나오면서 실행이 안되지만
.EXE를 생성 시키로 탐색기로 실행하면 문제없이 실행이 된다는 것 입니다.
Debugger Exception Notification <-- 메세지 상자 상단
Project pADOConn.exe raised exception class EInvalidOp with Message 'VarCmp Error Lt = 14, Rt =
11, Op = 14. Process Stopped Use Step or Run To Continue <-- 내용
아시는 분 좀 도와 주세요 !!
> 델파이6 를 사용하여 ADO 를 사용한 예제를 연습하던중 아래와 같은 메시지를
> 만나게 되었습니다.
> 이상한것은 IDE 상에서 는 아래의 메세지가 나오면서 실행이 안되지만
> .EXE를 생성 시키로 탐색기로 실행하면 문제없이 실행이 된다는 것 입니다.
>
> Debugger Exception Notification <-- 메세지 상자 상단
> Project pADOConn.exe raised exception class EInvalidOp with Message 'VarCmp Error Lt = 14, Rt =
> 11, Op = 14. Process Stopped Use Step or Run To Continue <-- 내용
>
> 아시는 분 좀 도와 주세요 !!
EInvalidOp is the exception class for undefined floating-point operations.
Unit
sysutils
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.
Note: Do not confuse this object with EInvalidOperation.