부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. (연관된 글이 1개 있습니다.) Visual C++ 빌드 오류 - fatal error LNK1104: cannot open file 'atls.lib' 만약 ATL 프로젝트 빌드 시 다음과 같은 오류가 발생한다면? 1>TestProject_i.c 1>LINK : fatal error LNK1104: cannot open file 'atls.lib' 원인은 WDK 설치와 함께, Visual Studio 2019 + WDK Legacy Driver 제작- Hello World 예제 ; https://www.sysnet.pe.kr/2/0/12103 Spectre 라이브러리 구성 요소를 설치했기 때문입니다. 이와 관련해서 여러 가지 우회 방법이 있지만, Cannot Open File atls.lib ; https://stackoverflow.com/questions/11123088/cannot-open-file-atls-lib Spectre lib folder missing ; https://developercommunity.visualstudio.com/content/problem/253047/spectre-lib-folder-missing.html Spectre 라이브러리 설치 후 기본 값으로 활성화된 "/Qspectre" 옵션을 끄는 것도 한 방법입니다. Spectre mitigations in MSVC ; https://devblogs.microsoft.com/cppblog/spectre-mitigations-in-msvc/ 따라서 원하는 프로젝트에 대해서만 설정 창을 통해 "Spectre Mitigation" 옵션 값을, "Enabled (/Qspectre)"에서 "Disabled"로 바꿔주면 링커 오류가 해결됩니다. [이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.] [다음 글] 디버깅 기술: 156. C# - PDB 파일로부터 심벌(Symbol) 및 타입(Type) 정보 열거[이전 글] 오류 유형: 589. PowerShell - 원격 Invoke-Command 실행 시 "WinRM cannot complete the operation" 오류 발생 [연관 글] 오류 유형: 935. Windbg - Breakpoint 0's offset expression evaluation failed. [최초 등록일: 1/12/2020] [최종 수정일: 12/4/2024] 이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다. by SeongTae Jeong, mailto:techsharer at outlook.com 비밀번호 댓글 작성자 2020-05-14 02시15분 [Tamamo] 정말 도움이 됬습니다. [guest] [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... NoWriterDateCnt.TitleFile(s) 14021정성태10/6/2025923닷넷: 2367. C# - Youtube 동영상 다운로드 (YoutubeExplode 패키지)114020정성태10/2/20251765Linux: 125. eBPF - __attribute__((preserve_access_index)) 활용 사례14019정성태10/1/20251704Linux: 124. eBPF - __sk_buff / sk_buff 구조체14018정성태9/30/20251212닷넷: 2366. C# - UIAutomationClient를 이용해 시스템 트레이의 아이콘을 열거하는 방법114017정성태9/29/20251804Linux: 123. eBPF (bpf2go) - BPF_PROG_TYPE_SOCKET_FILTER 예제 - SEC("socket")14016정성태9/28/20252010Linux: 122. eBPF - __attribute__((preserve_access_index)) 사용법14015정성태9/22/20251648닷넷: 2365. C# - FFMpegCore를 이용한 MP4 동영상으로부터 MP3 음원 추출 예제114014정성태9/17/20251669닷넷: 2364. C# - stun.l.google.com을 사용해 공용 IP 주소와 포트를 알아내는 방법114013정성태9/14/20252311닷넷: 2363. C# - Whisper.NET Library를 이용해 음성을 텍스트로 변환 및 번역하는 예제114012정성태9/9/20252409닷넷: 2362. C# - Windows.Media.Ocr: 윈도우 운영체제에 포함된 OCR(Optical Character Recognition)114011정성태9/7/20252706닷넷: 2361. C# - Linux 환경의 readlink 호출14010정성태9/1/20252790오류 유형: 983. apt update 시 "The repository 'http://deb.debian.org/debian buster Release' does not have a Release file." 오류14009정성태8/28/20253358닷넷: 2360. C# 14 - (11) Expression Tree에 선택적 인수와 명명된 인수 허용114008정성태8/26/20253773닷넷: 2359. C# 14 - (10) 복합 대입 연산자의 오버로드 지원114007정성태8/25/20254130닷넷: 2358. C# - 현재 빌드에 적용 중인 컴파일러 버전 확인 방법 (#error version)14006정성태8/23/20254395Linux: 121. Linux - snap 패키지 관리자로 설치한 소프트웨어의 디렉터리 접근 제한14005정성태8/21/20253678오류 유형: 982. sudo: unable to load /usr/libexec/sudo/sudoers.so: libssl.so.3: cannot open shared object file: No such file or directory14004정성태8/21/20254279오류 유형: 981. dotnet 실행 시 No usable version of the libssl was found14003정성태8/21/20254407닷넷: 2357. C# 14 - (9) 새로운 지시자 추가 (Ignored directives)14002정성태8/20/20254677오류 유형: 980. C# - appsettings.json 파일의 설정값이 적용 안 된다면?14001정성태8/19/20259453닷넷: 2356. .NET SDK 10 - 단일 소스 코드 파일을 빌드/실행하는 기능을 "dotnet" 명령어에 추가 [1]14000정성태8/18/20254836오류 유형: 979. ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory13999정성태8/15/20254473닷넷: 2355. C# 14 - (8) null 조건부 연산자 개선 - 대입문에도 사용 가능113998정성태8/14/20254059닷넷: 2354. C# 14 - (7) 확장 메서드에 정적 메서드와 속성 지원을 위한 전용 구문 추가113997정성태8/14/20254799Linux: 120. docker 컨테이너로 매핑된 볼륨에 컨테이너 측의 사용자 ID를 유지하면서 복사하는 방법 [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...