Skip to content

Commit

Permalink
Merge PR #6235: DOCS: Change encoding to UTF-8 & clean up error msg i…
Browse files Browse the repository at this point in the history
…n FAQ
  • Loading branch information
Krzmbrzl authored Oct 11, 2023
2 parents f989f22 + 620b7fd commit ca3f296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/build-instructions/build_static.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Ref: https://github.com/microsoft/vcpkg/issues/13217
When installing the dependency zlib via vcpkg, it may fail to locate the include file `afxres.h` (when building its mdnsresponder dependency).

```
dll.rc(10): fatal error RC1015: cannot open include file 'afxres.h'. [[…]\vcpkg\buildtrees\mdnsresponder\src\ponder-878-e7e3a9a271.clean\mDNSWindows\DLL\dnssd.vcxproj]
dll.rc(10): fatal error RC1015: cannot open include file 'afxres.h'.
```

To resolve this, ensure MFC has been installed in your Visual Studio installation.

0 comments on commit ca3f296

Please sign in to comment.