zsolt Messages: 702 Registered: December 2005 Location: Budapest, Hungary
Contributor
Hello, I can see, that you have applied theese to the new snapshot, but it has a problem yet.
In the original patch I used a temporary String object (title) to store the buffer of ofn.lpstrTitle. This is because lpstrTitle is a pointer only, not a String object. Setting him to something on stack is a bug.
So it works now buggy, showing some rubbish text from the stack on the FileSelector dialog title.
Could you change it to the original way?