본문 바로가기
Delphi 문제점 Tip

윈도우10 idhttp ssleay32.dll 에러

by MonoSoft 2022. 4. 20.
728x90
반응형

윈도우10 idhttp ssleay32.dll 에러

윈도우 10 이라 그런게 아니라

https:// 보안 프로토콜로 접속하시려면

ssl 라이브러리 모듈이 필요합니다

 

해당 모듈 2개를 프로그램과 같은 폴더에 놓으시고

항상 실행하셔야 됩니다.

델파이 2009 버전 설치 후 기본 프로젝트 생성 후 실행한다음

종료 후 아래 같은 메세지 오류가 나오면

 

bds.exe - bordbk105N.dll

Assertion failure:"(!"SetThreadContext failed")"

in ..\win32src\thread32.cpp at line 403

Continue execution?

 

다음과 같은 해결법으로 해결해보쟈!

1. Close Delphi

2. Locate bordbk120N.dll (C:\Program Files (x86)\CodeGear\RAD Studio\6.0\bin)

3. Make a backup of the library (just in case).

4. Open bordbk120N.dll with mh-nexus and locate the hex values: “01 00 48 74 47 80 3D”

5. Replace “74” with “EB”and save the changes.

6. Restart Delphi and the error message should be gone.

---------------해석

1. Delphi 닫기

2. bordbk120N.dll (C : \ Program Files (x86) \ CodeGear \ RAD Studio \ 6.0 \ bin)을 찾습니다.

3. 라이브러리의 백업을 만드십시오 (경우에 따라).

4. mh-nexus로 bordbk120N.dll을 열고 16 진수 값을 찾습니다.

"01 00 48 74 47 80 3D"

5. "74"를 "EB"로 바꾸고 변경 사항을 저장합니다.

6. Delphi를 다시 시작하면 오류 메시지가 사라집니다.

 

Release.7z
0.57MB

728x90
반응형

댓글