윈도우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를 다시 시작하면 오류 메시지가 사라집니다.
'Delphi 문제점 Tip' 카테고리의 다른 글
EH 그리드에서 한글문제 해결 (0) | 2022.04.28 |
---|---|
CooltrayIcon으로 만든 프로그램이 실행중일때 윈도우종료가 안되요? FormCloseQuery(Sender: TObject; var CanClose: Boolean) (0) | 2022.04.27 |
UAC Windows10 Drag & Drop 윈도우메세지 (0) | 2022.04.26 |
fastreport 에서 PDF로 Export 시 한글 깨지는 문제 (0) | 2022.04.19 |
FMX debugging Can't bind address, Address already in use (0) | 2021.05.19 |
댓글