2009년 11월 14일 토요일

windows 7 64bit 에서 RAD studio 로 디버깅시 문제 해결

http://www.monien.net/blog/index.php/2009/07/delphi-2009-windows-7-64-bit-debugger-crash-workaround

Assertion failure SetThreadContext failed ~~ 에러가 난다.
해결 방법은 위 주소에 가보면 patch가 있다.
Workaround steps:

1.Close Delphi
2.Locate bordbk120N.dll (C:\Program Files (x86)\CodeGear\RAD Studio\6.0\bin)
3.Make a backup copy
4.Check step 3
5.Open bordbk120N.dll in a Hex editor (UltraEdit works fine)
6.Search for “01 00 48 74 47 80 3D”
7.Make sure this is found once only
8.Replace “74” with “EB”
9.Save
10.Restart Delphi. Error should be gone.
This might work on older Delphi versions as well, but I did not test that yet.

위 주소에 위 과정을 해주는 프로그램도 다운 받을수 있다.

댓글 없음: