wxWidgets/samples/xrc
Vadim Zeitlin f69dbaa1ae Introduce MSW ARM64 support
This is a preliminary ARM64 platform support for wxWidgets at "it
compiles" stage. This will allow building and testing wxWidgets based
apps for oncoming Windows 10 ARM64.

Requirements:
- Visual Studio 2017 Update 4 or later with Visual C++ compilers and
  libraries for ARM64 component installed

Building:
1. Open command prompt.
2. Change directory to build\msw subfolder.
3. Run "C:\Program Files (x86)\Microsoft Visual
   Studio\2017\Community\VC\Auxiliary\Build\vcvarsamd64_arm64.bat" once.
4. Use `nmake TARGET_CPU=ARM64 ...` to build required flavor of wxWidget
   libraries.

Notes:
1. Building of *.sln/*.vcxproj files does not support ARM64 yet. This
   requires to hardcode Windows SDK to 10.0.15063.0 or later in
   *.vcxproj files, which would render them non-compilable in older
   Visual Studio versions. Microsoft is aware of this issue and is
   planning a fix in the next version of Visual Studio.
2. wxmsw31ud_gl.dll does not build yet. Awaiting Microsoft to deliver
   missing opengl32.lib for ARM64. Please, specify USE_OPENGL=0.

Closes https://github.com/wxWidgets/wxWidgets/pull/923
2018-09-17 22:34:32 +02:00
..
rc Merge branch 'statbox-any-label' 2018-01-23 15:45:46 +01:00
custclas.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
custclas.h use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
derivdlg.cpp use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
derivdlg.h use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
descrip.mms remove executable property from non-executable files, closes #15504 2013-09-16 15:47:27 +00:00
makefile.bcc Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
makefile.gcc Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
Makefile.in Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
makefile.unx Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
makefile.vc Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
myframe.cpp Replace Connect() with Bind() in all samples and utils too 2018-05-31 16:19:23 +02:00
myframe.h Add a more complete example of different controls variants in XRC. 2014-08-03 17:56:20 +00:00
objrefdlg.cpp Replace Connect() with Bind() in all samples and utils too 2018-05-31 16:19:23 +02:00
objrefdlg.h Get rid of an unused member field in the XRC sample 2016-02-05 22:43:23 +01:00
xrcdemo_vc7.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
xrcdemo_vc8.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
xrcdemo_vc9.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
xrcdemo.bkl Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
xrcdemo.cpp Fix xrc sample build with wxUSE_GIF==0 2017-08-14 01:23:08 +02:00
xrcdemo.h More use of wxOVERRIDE 2018-03-06 23:31:01 +01:00