Paul Vriens wrote:
agreement appears. I know that nobody reads this ;-) but hey. When I
click in the scrollbar (page down) the page goes down 1 page and the
scrollbar changes.
My newest patch (released 5 minutes ago, not in CVS yet) attempts to fix
that - at least, it works for me. Try it and t
Hi Huw,
Currenty wineps.dll is one of the worse offenders in terms
of using non-standard, 16-bit entry points. Namely, wineps
makes use of the following 16-bit functions:
CloseJob16()
DrvGetPrinterData16()
DrvSetPrinterData16()
OpenJob16()
SelectVisRgn16()
WriteSpool16()
I
On Apr 1, 2005 11:37 AM, Phil Krylov <[EMAIL PROTECTED]> wrote:
> On Fri, 01 Apr 2005 18:04:32 +0200
> Tobias Burnus <[EMAIL PROTECTED]> wrote:
>
> > Hmm, I think the reason for my boxes was that I didn't install
> > symbol.ttf from Windows (I had only a "Symbol Set BT" and bitmap fonts
> > before
Hi,
When starting the Zoo Tycoon 1 demo for the first time, the license
agreement appears. I know that nobody reads this ;-) but hey. When I
click in the scrollbar (page down) the page goes down 1 page and the
scrollbar changes. When I however click the down-arrow in the scrollbar,
the page goes d
Hi,
I haven't seen recent information on wine and twain.
I already sent a similar mail to wine-users two weeks ago without answer.
I am trying to test a Finereader Office (version 5) with an USB scanner.
Everything seems working. But I get scanner not ready when searching for scanner.
Sane, gi
Hi.
Two small suggestions.
+static char *command_to_string(UINT command)
It could be const char.
+{
+#define X(x) case x: return #x
+
+switch (command)
+{
+X( HH_DISPLAY_TOPIC );
+X( HH_DISPLAY_TOC );
+X( HH_DISPLAY_INDEX );
+X( HH_DISPLAY_SEARCH );
+
Damjan Jovanovic wrote:
> Hi
>
> I've been trying to add STI (still image) support to
> Wine, and I've made some progress. However, I see a
> deep and unsurmountable need to add (at least
> user-space) device drivers to Wine, and I would like
> some feedback on these ideas.
>
> Basically, many Wi