]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/msw/install.txt
crash in GTK 1.0 on multiline text ctrl creation fixed
[wxWidgets.git] / docs / msw / install.txt
index 6659a1680ee179cd73f9f88b0b9fb9c97bd3cde9..98481fb68fa1472adf3665efc4129b627546f090 100644 (file)
@@ -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
 --------------------------