2009년 11월 16일 월요일

Windows 7 가상화. XP Mode (XPM)
















XPM 설치는 Windows 7설치시에 바로 되는 것은 아니다.
그리고 처음 설치 하고 한번 돌려 봣을때. 음.. 이거 Virtual PC고
이건 VMWare나 Virtual Box랑 모가 다르지 했다가 조금 더 써보니
살작 편리함을 주었다.

심리스 모드 같은거를 약간더 편리 하게 해서 그걸 잘응용해서 Windows 7에 붙여 버렸다.
그래서 윈도우7 메뉴에서 실행 하면 바로 뜬다.

아마도 심리스 모드 같은걸 이쁘게 구현 한거 같다.

익스플로러 6이 실행 자알~ 된다..

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.

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