X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c5dc04fd2f93ec42543b64743ea65abd7769000..3358d36e06392af14619c051c9cbc8f1019046e5:/docs/msw/install.txt diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 6659a1680e..98481fb68f 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -137,6 +137,13 @@ optimized. For example, in wxWindows project, set to 'Minimum Size'. In Dialog Editor project, set to 'Customize: Favor Small Code' (and no others). This will then work. +Note (4): some crash problems can be due to inconsistent compiler +options. If strange/weird/impossible things start to happen please +check (dumping IDE project file as makefile and doing text comparison +if necessary) that the project settings, especially the list of defined +symbols, struct packing, etc. are exactly the same for all items in +the project. After this, delete everything (including PCH) and recompile. + Visual C++ 1.5 compilation --------------------------