wxwidgets/samples/widgets
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
..
icons Add a very simple page showing wxHeaderCtrl in the widgets sample 2016-04-17 16:03:28 +02:00
activityindicator.cpp Use wxWindow instead of wxControl in the widgets sample. 2015-08-03 17:57:42 +02:00
bmpcombobox.cpp Fix invalid image size in wxBitmapComboBox widgets sample 2018-05-17 20:20:05 +02:00
button.cpp Remove unnecessary empty dtors from the widgets sample 2018-03-17 17:24:07 +01:00
checkbox.cpp Remove unnecessary empty dtors from the widgets sample 2018-03-17 17:24:07 +01:00
choice.cpp Remove Windows CE support 2015-09-23 00:52:30 +02:00
clrpicker.cpp Replace use of __WXGTK24__ with __WXGTK20__ 2018-06-01 08:49:48 -04:00
combobox.cpp Allow modifying wxComboBox from its CLOSEUP handler with wxGTK2 2016-02-24 20:07:34 +01:00
datepick.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
descrip.mms Add compile support for widgets sample on OpenVMS 2011-11-10 14:41:14 +00:00
dirctrl.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
dirpicker.cpp Replace use of __WXGTK24__ with __WXGTK20__ 2018-06-01 08:49:48 -04:00
editlbox.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
filectrl.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
filepicker.cpp Replace use of __WXGTK24__ with __WXGTK20__ 2018-06-01 08:49:48 -04:00
fontpicker.cpp Replace use of __WXGTK24__ with __WXGTK20__ 2018-06-01 08:49:48 -04:00
gauge.cpp Really add wxGA_PROGRESS support to wxGauge in wxOSX 2016-02-01 03:03:53 +01:00
headerctrl.cpp Add a very simple page showing wxHeaderCtrl in the widgets sample 2016-04-17 16:03:28 +02:00
hyperlnk.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
itemcontainer.cpp Use a separate variable for each loop in the widgets sample 2016-02-06 18:29:27 +01:00
itemcontainer.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
listbox.cpp Use wxFALLTHROUGH 2017-10-17 09:21:45 -07: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
native.cpp Avoid warnings from gtk.h in the widgets sample 2018-07-24 15:27:31 +02:00
native_wrapper.mm Add wxNativeWindow allowing to easily embed native widgets in wx. 2015-08-03 17:57:42 +02:00
notebook.cpp Remove Windows CE support 2015-09-23 00:52:30 +02:00
odcombobox.cpp Use wxWindow instead of wxControl in the widgets sample. 2015-08-03 17:57:42 +02:00
radiobox.cpp Remove unnecessary empty dtors from the widgets sample 2018-03-17 17:24:07 +01:00
searchctrl.cpp Test focus event generation for all pages of the widgets sample 2018-07-25 18:18:18 +02:00
slider.cpp Remove unnecessary empty dtors from the widgets sample 2018-03-17 17:24:07 +01:00
spinbtn.cpp Remove unnecessary empty dtors from the widgets sample 2018-03-17 17:24:07 +01:00
statbmp.cpp Replace Connect() with Bind() in all samples and utils too 2018-05-31 16:19:23 +02:00
static.cpp Replace Connect() with Bind() in all samples and utils too 2018-05-31 16:19:23 +02:00
textctrl.cpp Show HitTest() result on left click in "Text" widgets sample page 2018-06-03 16:36:03 +02:00
timepick.cpp Use border style consistently in the widgets sample 2018-03-17 17:50:56 +01:00
toggle.cpp Remove unnecessary empty dtors from the widgets sample 2018-03-17 17:24:07 +01:00
widgets.bkl Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
widgets.cpp Test focus event generation for all pages of the widgets sample 2018-07-25 18:18:18 +02:00
widgets.h Include required headers explicitly in the widgets sample 2018-03-24 19:14:52 +01:00
widgets_vc7.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
widgets_vc8.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
widgets_vc9.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00