Posted By
 Gaia on 2011-01-17 15:52:19
| Re: Yape 1.0 (32bit) problems
So you mean that the size of OPENFILENAME is wrong? Unfortunately, that's compile time constant but I am doing this: // Fill in the OPENFILENAME structure ZeroMemory(&sf, sizeof(sf)); sf.lStructSize = sizeof(sf);
... which ought to be OK. I might have updated the headers or somesuch but will figure out thanks for the hint 
|