You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using a commercial license to embed Linphone in our cross-platform Standard ERP system. The BCToolbox project doesn't build on Windows ARM64, a fix is provided below.
General information
Device: MacBook Pro M2 Max
OS: Windows 11 Pro ARM64
Version of the App: N/A
Version of the SDK: 5.2
Expected behaviour
The bctoolbox::getStackTrace() function should use the ARM64 registers in the _CONTEXT structure on Win64 ARM64.
To Reproduce
Build BCTOOLBOX using the Visual Studio 2022 ARM64 native command prompt using the ARM64 architecture
Additional context
To fix this build issue, edit the file bctoolbox\src\utils\win_utils.cc, function getStackTrace() on line 107, changing the following:
Context
We are using a commercial license to embed Linphone in our cross-platform Standard ERP system. The BCToolbox project doesn't build on Windows ARM64, a fix is provided below.
General information
Expected behaviour
The bctoolbox::getStackTrace() function should use the ARM64 registers in the _CONTEXT structure on Win64 ARM64.
To Reproduce
Additional context
To fix this build issue, edit the file bctoolbox\src\utils\win_utils.cc, function getStackTrace() on line 107, changing the following:
into this
SDK logs URL
No response
The text was updated successfully, but these errors were encountered: