On Fri, Feb 20, 2004 at 07:22:11PM -0800, Juan Lang wrote:
> Alfons wrote:
> > What's the use of implementing VxDs for Wine anyway
> > BTW?
We had those implemented already but in a rather unclean way.
This is just cleaning the implementation up I suppose.
Ciao, Marcus
OK, I managed to fix the problem by doing this:
Index: dlls/comctl32/rebar.c
===
RCS file: /home/wine/wine/dlls/comctl32/rebar.c,v
retrieving revision 1.83
diff -u -r1.83 rebar.c
--- dlls/comctl32/rebar.c 9 Feb 2004 22:07:43 -00
Alfons wrote:
> What's the use of implementing VxDs for Wine anyway
> BTW?
Same as anything else in Wine, I think: some windows
programs rely on them. The DHCP VxD is used, for
example, by winipcfg.exe.
You mentioned in your old, old post you know how to
call VNBT; how much do you know? I imple
Hi,
I'm having some rebar issues with a particular application (Canon
File Viewer Utility).
The rebar is meant to look something like:
|0---|1--|2---|
|3--|4--|5--|6-- |
(and there are some extra hidden bands)
Instead in wine the result is:
Lo Dimitrie,
On 19-02-04 (Thu) 23:22 -0500 Dimitrie O. Paun wrote:
|
| + vdhcp.vxd/ - VDHCP VxD implementation
Ah, old memories:
http://groups.google.com/groups?q=vdhcp+alfons&hl=en&lr=&ie=UTF-8&selm=34942904.5530251%40news.worldaccess.nl&rnum=1
What's the use of implementi
Gerald Pfeifer <[EMAIL PROTECTED]> writes:
> introduced the following two problems:
>
> string.c:486: warning: passing arg 4 of `COMCTL32_StrRChrHelperA' from
> incompatible pointer type
> string.c:499: warning: passing arg 4 of `COMCTL32_StrRChrHelperW' from
> incompatible pointer type
>
Dimitrie O. Paun a écrit :
On Thu, 19 Feb 2004, Eric Pouech wrote:
perhaps the easiest way to implement what you want would be to create a
specific exception (like wine_stack_walk). This exception would be very
close to the one for undefined symbols. You would insert throwing this
except in th
On February 20, 2004 11:33 am, Fabian Cenedese wrote:
[snip]
> But +relay makes the application... invisible :) Maybe someone
> could have a look at it.
[snip]
LOL :-) You should send those two phrases to microsoft support, it would
make an interesting turing test.
Cheers,
Geoff
PS: Sorry for t
I'll take a look at the first chance I get (at least Monday).
>>> Gerald Pfeifer <[EMAIL PROTECTED]> 02/20/04 16:37 PM >>>
string.c:486: warning: passing arg 4 of `COMCTL32_StrRChrHelperA' from
incompatible pointer type
string.c:499: warning: passing arg 4 of `COMCTL32_StrRChrHelperW' from
* Tim Teulings <[EMAIL PROTECTED]> [2004-02-20 07:26:04 +0100]:
> >I guess you're talking about Oberon ? ;-)
>
> Yes, Oberona nd VisualOberon are the keywords.
Hah, I knew there was something special about you :)
(we've had a talk about VisualOberon and vmOberon quite a while ago)
> We have a
>I have a problem with debugging. Since cvs update today I can't use
>+relay anymore. The app window comes up but doesn't show any
>content. It's just an empty frame with dead visuals and doesn't react.
>I can drag the frame and close it. But it works ok if I e.g. have +ole.
>Same is with other ap
Hi,
>VT_R4: 7.850 -> VarRound(1) -> 7.800
>VT_R4: 7.851 -> VarRound(1) -> 7.900
>Is this the binary representation (in)accuracy?
MS state that rounding is dependent on the internal binary
representation of the number and thus VarRound doesn't always get it
right, i.e. you can't tell with any cert
The following change to dlls/comctl32/string.c
revision 1.2
date: 2004/02/20 05:16:37; author: julliard; state: Exp; lines: +668 -101
Robert Shearman <[EMAIL PROTECTED]>
- Implement string functions in comctl32.
- Use CompareString in shlwapi wherever possible instead of ugly
help
I have downloaded from daily builds a new Version 20.02.2004 and the problem
has been solved.
It looks ok now.
"Maxime Bellengé" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I think it is fixed in the current cvs, the bug of text clipping has
gone for me.
On Wed, 2004-02-18 at 16:
Hello!
I'm writing on a software that supports different (GUI) drivers for
different OSs. "Driver" refferes to my software (GUI library) having
different plugins (by implementing a subclass of an abstract base class)
for different OSs. I have an X11 plugin for doing X11 calls on X11, one
I
"Fabian Cenedese" <[EMAIL PROTECTED]> wrote:
> For this I tested more cases on Windows and got strange results (in my view).
>
> VT_R4: 7.850 -> VarRound(1) -> 7.800
> VT_R4: 7.851 -> VarRound(1) -> 7.900
>
> Is this the binary representation (in)accuracy?
> How can I test if the rounding worked
On Thu, Feb 19, 2004 at 11:27:02PM +0100, Enrico Weigelt wrote:
> i've seen that mapi is currently not implemented. Well, I'd like
> to sit down and code it, but I require several tools for that:
AFAIK, the network format isn't documented anywhere. Ethereal is trying
to dissect some of it, but th
Hai all, I would like to know is it
possible to run a Windows database application in linux using wine. For
eg. How can I run a VB application which uses MS Access as backend in linux.
Does wine supports MDB files. I could only run stand alone windows applications
in linux using wine. Does
>Without a test how can you know if this implementation produces the correct values?
>What about variant type conversions? It seems silly to send a patch without testing
>it...
Now I'm confused. I'm adding more types to VarRound and I'm also implementing
the test_VarRound function (programmer
19 matches
Mail list logo