[ Home | Contents | Search | Next | Previous | Up ]
Date: 11/30/99
Time: 12:29:14 AM
Q. I am facing some problems porting a windows 3.1 application using owl library to windows 95. In particular when using the TOpenFileDialog and doing multiselection of files, I can not get the information of all the file selected into the TOpenSaveDialog::TData structure (FileName)
A. The problem is that under windows 3.1 multiple filenames in
TData.Filename are separated by blanks, whereas in windows 95 they are separated by NULLs.
Christian