DebugViewPP
DebugViewPP copied to clipboard
Support for Windows 10 on ARM64
Please support and provide a version for Windows 10 on ARM64. I'm using s Samsung Galaxy Book Go with Qualcomm Snapdragon 7 processor running the latest Windows 10. It seems that the DebugView++ 32bit works in emulation mode, but it would be nice to have a native version. The 32bit version available of DebugView++ is also older than the 64bit version. Compiling WTL based Apps for ARM64 is also no problem anymore. I've already compiled and tested a WTL base Application on ARM64.
I can't really do anything, because I have no way to test it.
I was able to add a configuration for ARM64 to the project. The Project compiled but there is a Linker issue. The boost library 'libboost_date_time-vc141-mt-sgd-a64-1_69.lib' is not available. There are only libs for Intel x86 and x64 available.
Good work, boost needs to be compiled for the arm target, if its anything like on the intel platform then its a fairly straightforward process.
Jan
On Fri, Aug 20, 2021, 14:56 frankh0 @.***> wrote:
I was able to add a configuration for ARM64 to the project. The Project compiled but there is a Linker issue. The boost library 'libboost_date_time-vc141-mt-sgd-a64-1_69.lib' is not available. There are only libs for Intel x86 and x64 available.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CobaltFusion/DebugViewPP/issues/376#issuecomment-902673380, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNITBGD5G3FSZJR7LUKS6DT5ZGI3ANCNFSM5B6OD3BQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
now futher feedback received; I have no ARM target to develop on, if anyone wants this, please re-open the issue