eVC 설치 이슈
※ 설치순서.
eVT(eVC++ 3.0 hpc 및 ppc SDK 연속해서 설치됨) -> eVC++ 4.0 -> eVC4sp4 -> ppc 2003 sdk ->ppc 2002 sdk
※ Pocket PC 2003 SDK 설치 순서
1. Microsoft Pocket PC 2003 SDK.msi
2. Windows Mobile 2003 Second Edition Developer Resources.msi
3. Windows Mobile 2003 Second Edition Emulator Images for Pocket PC - WWE.msi
4. Windows Mobile 2003 Second Edition Emulator Images for Pocket PC - KOR.msi
위 순서로 했을때 별 문제 없었음. (설치일. 2007.5.10)
※ EVC 3.0
원인: 윈도우에서 한글 로그인명 사용해서 설치했을때...
증상: 빌드시 링크 에러 발생
에러메세지
"Linking...
CVTRES : fatal error CVT1102: out of memory; 40 bytes required
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
Error executing link.exe."
해결: 영문계정 또는 Administrator 계정으로 설치 할 것.
※ EVC 4.0
증상: Windows XP sp2 에뮬레이터 실행 안됨
에러메세지
"One or more files from the Emulator for Windows CE installation is missing.
Please reinstall Emulator for Windows CE and try again."
해결:
1. Click Start, click Run, type sysdm.cpl, and then click OK.
2. In the System Properties dialog box, click the Advanced tab.
3. Under Start and Recovery, click Settings.
4. In the Startup and Recovery dialog box, click Edit.
5. Disable PAE mode by removing the /pae option if it exists.
6. Remove the /noexecute option if it exists.
7. Add the /execute option.
8. On the File menu, click Save.
9. To exit Notepad, click Exit on the File menu.
10. To close System Properties, click OK two times.
11. Restart your computer.
boot.ini 파일을 수정하라는 말인데, boot.ini 파일의 원본은 다음과 같음.(파일 전체 내용이 아니라 수정할 부분만 발췌한 것)
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
원문 : http://support.microsoft.com/default.aspx?scid=kb;en-us;891667