When I start CiderPress using WINE and Ubuntu Linux I get the
following message:
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
CiderPress seems to run OK so I'm wondering if I should worry
about it or if there's anything I can do about it.
Willi
I can't find any GetFileName95 in the commdlg header, but it *may*
be WINE's name for the OpenFileName structure which contains a DWORD
member called Flags. In the commdlg header one of the flags
definitions I see is: #define OFN_ENABLESIZING 0x00800000. It's
just a guess but maybe the dialog you see when you open a file in
CiderPress running under WINE can't be resized.
Charlie