Andy, > One of the few things that might be interesting for others is a fix for the > following phenomenon: On 32bit Windows the gvim binary works fine, > while on a 64bit Windows nothing happens when it is executed. > > So can anyone else reproduce this particular problem
I have similar problem with win32 gcc _debug_ build (MinGW gcc-3.4.5 on W7 x64). I.e. normal win32 build works fine but once I add DEBUG=yes, Vim does not display its window. A little debugging showed that it is caused by s_textArea = CreateWindowEx(...) returning NULL but I did not track it down to WM_NCCREATE. I thought this might have something to do with gcc debug info and optimisations flags and postponed it. Anyway, you patch fixed my problem too. -- Sergey Khorev http://sites.google.com/site/khorser Can anybody think of a good tagline I can steal? -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
