본문 바로가기
728x90

error2

[Unreal]Failed to open selected source code accessor 'Visual Studio' 에러 발생 시 언리얼 C++ 프로젝트를 생성하고 실행하니 Failed to open selected source code accessor 'Visual Studio' 에러가 발생하였다. 원인은 윈도우 SDK 8.1 이 없어서 발생한 것 https://developer.microsoft.com/ko-kr/windows/downloads/sdk-archive/ Windows SDK 아카이브 - Windows 앱 개발 이 비보안 업데이트에는 품질 향상이 포함됩니다. MRMSupport.dll 로드 실패로 인해 개발자가 Windows 7에서 UWP 앱을 빌드하지 못하는 문제를 해결했습니다. MidlRT 및 MDMerge가 Windows 7에서 실행되지 않는 developer.microsoft.com 위 홈페이지에서 이전 릴리.. [Unreal4]/오류 수정 2022. 1. 22.
[NDK] error: format not a string literal and no format arguments [-Werror=format-security] 에러 NDK를 빌드하던 중 error: format not a string literal and no format arguments [-Werror=format-security] 에러가 발생 sprintf를 사용하던 중에 발생하는 에러였는데 코드의 문제는 아님. ndk 빌드에서 문자열 형식 처리가 에러로 되도록 설정되어 있어서 해당 부분을 수정함 해결방법은 Android.mk 에 LOCAL_DISABLE_FORMAT_STRING_CHECKS := true를 추가하면 에러가 발생하지 않음 [안드로이드]/오류 수정 2021. 12. 11.
728x90