자유롭게 질의 및 응답을 할 수 있는 게시판입니다. 개발자 여러분의 답변이 큰 도움이 됩니다.
- 제품설치/등록 오류 문의: 설치/등록 Q&A 이용 (제품 구매 고객 한정)
Delphi 컴파일시 Parameter 설정값 때문에 에러가 나옵니다.
2017.03.02 11:42
델파이 10.1 Berlin 스타터 버젼을 다운받아 설치한후 샘플 프로그램을 실행하였는데
다음의 에러 메시지가 나옵니다.
Compiling SearchBox.dproj (Debug, Win32)
[ Error Error] Invalid PLATFORM variable "HPD". PLATFORM must be one of the following: "Win32",
"Win64", "Android", "iOSSimulator", "iOSDevice32" "iOSDevice64", or "OSX32". If PLATFORM is defined by
your system's environment, it must be overridden in the RAD Studio IDE or passed explicitly
on the command line to MSBuild; e.g., /p:Platform=Win32.
그래서 위의 메시지처럼
메뉴에서 Run->Parameters 의 가서 Platform=HPD를 삭제나 수정은 안되기에 Platform=win32를 추가하였지만
동일한 에러가 나옵니다.
무엇이 잘못되었는지 도움주시면 대단히 감사합니다.
Delphi 컴파일시 Parameter 설정값 때문에 에러가 나옵니다.
2017.03.02 11:42
델파이 10.1 Berlin 스타터 버젼을 다운받아 설치한후 샘플 프로그램을 실행하였는데
다음의 에러 메시지가 나옵니다.
Compiling SearchBox.dproj (Debug, Win32)
[ Error Error] Invalid PLATFORM variable "HPD". PLATFORM must be one of the following: "Win32",
"Win64", "Android", "iOSSimulator", "iOSDevice32" "iOSDevice64", or "OSX32". If PLATFORM is defined by
your system's environment, it must be overridden in the RAD Studio IDE or passed explicitly
on the command line to MSBuild; e.g., /p:Platform=Win32.
그래서 위의 메시지처럼
메뉴에서 Run->Parameters 의 가서 Platform=HPD를 삭제나 수정은 안되기에 Platform=win32를 추가하였지만
동일한 에러가 나옵니다.
무엇이 잘못되었는지 도움주시면 대단히 감사합니다.
윈도우 시스템 속성의 환경변수에 platform 속성이 있는지 확인해 보시고
있다면 삭제 후 테스트해 보시기 바랍니다.