diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-05 21:44:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-05 21:44:29 +0100 |
| commit | 951d70db4f81b5ddd4093f11853637c8ecbe63c5 (patch) | |
| tree | 3d83cd45041c083bdb102ee2d8d05483a5b3d1e0 /src/tools/dcpomatic.cc | |
| parent | 422d7ae041812af3587db6fdbead159672ff2772 (diff) | |
| parent | d699b3514c2c9d9fb32b19f487ad648e6fadb814 (diff) | |
Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into v2.15.xv2.15.7
Diffstat (limited to 'src/tools/dcpomatic.cc')
| -rw-r--r-- | src/tools/dcpomatic.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 820289825..96770914d 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1539,6 +1539,13 @@ private: Config::instance()->set_nagged(Config::NAG_INITIAL_SETUP, true); } + if (running_32_on_64 ()) { + NagDialog::maybe_nag ( + _frame, Config::NAG_32_ON_64, + _("You are running the 32-bit version of DCP-o-matic on a 64-bit version of Windows. This will limit the memory available to DCP-o-matic and may cause errors. You are strongly advised to install the 64-bit version of DCP-o-matic."), + false); + } + _frame->Show (); if (!_film_to_load.empty() && boost::filesystem::is_directory (_film_to_load)) { |
