[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: WINE and CiderPress
"AppleCPM" <a2@wilserv.com> wrote in message
901851c5-0431-4d56-9fbe-5ee8032a2f33@z7g2000vbl.googlegroups.com">news:901851c5-0431-4d56-9fbe-5ee8032a2f33@z7g2000vbl.googlegroups.com...
> Hi, y'all!
>
> 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