Skip to content

Commit 7b6f99a

Browse files
authored
Merge pull request MicrosoftDocs#3125 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents 0a314d1 + 8850f24 commit 7b6f99a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/cppcx/wrl/callback-function-wrl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ template<
1717
typename TCallback
1818
>
1919
ComPtr<TDelegateInterface> Callback(
20-
TCallbackcallback
20+
TCallback callback
2121
);
2222
template<
2323
typename TDelegateInterface,

docs/cross-platform/install-visual-cpp-for-cross-platform-mobile-development.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ The Visual Studio Installer includes a **Mobile development with C++** workload.
4646

4747
- Android Native Development Kit (NDK), Apache Ant, and the C++ Android development tools are required to build C++ code that targets the Android platform.
4848

49+
> [!NOTE]
50+
> Some tools in the Android NDK don't support Unicode characters in file paths and file names. If a project or source file has Unicode characters in its path or file name, the project will fail to build.
51+
4952
- The Google Android Emulator and Intel Hardware Accelerated Execution Manager (HAXM) are optional, but recommended, components. (The Intel HAXM drivers only work on Intel processors, and are incompatible with some VMs, including Hyper-V.) You can develop and debug directly on an Android device, but it's often easier to use an emulator on your desktop for debugging.
5053

5154
- C++ iOS development tools are required to build C++ code that targets the iOS platform.

0 commit comments

Comments
 (0)