Le jeu 16/09/2004 à 15:58, Robert Shearman a écrit :
> Huw D M Davies wrote:
>
> > TransGaming
> > Add a Marlett replacement font
> >
> >
> Cool!
> Is there any policy for using it?
> E.g. a lot of the arrows and stuff in the native comctl32 are drawn
> using this font, so would we now
Huw D M Davies wrote:
TransGaming
Add a Marlett replacement font
Cool!
Is there any policy for using it?
E.g. a lot of the arrows and stuff in the native comctl32 are drawn
using this font, so would we now be able to do this with our version of
the common controls?
Rob
On Thu, Sep 16, 2004 at 06:39:42AM +0200, Filip Navara wrote:
> >>
> >This code needs a proper LGPL or other permissive license on it to be
> >usable. Being based on public domain code and then copyrighted by
> >yourself grants no permissions to anyone else.
> >
> >
> Damn legal stuff. What do I
Markus Amsler <[EMAIL PROTECTED]> writes:
> Thanks, I forgot the win16 side completly.
> While writing a win16 dos memory test appliction (see attachement,
> winetest is just win32 right?), i noticed windows (win 3.11, ntvdm)
> handles win16 dos memory quite different than wine:
> (everything in w
Alexander Yaworsky wrote:
I've found alike functions (may be MD4 or MD5) in w2k advapi.dll by magic numbers
but they are used internally. No exports even by ordinals.
XP's cryptdll exports MD5, MD4 and SHA functions but redirects them
to advapi32.dll.
There is no decription of SHA and MD4 functions
Dmitry Timoshkov wrote:
"Robert Shearman" <[EMAIL PROTECTED]> wrote:
static LRESULT
TOOLTIPS_OnWMGetText (HWND hwnd, WPARAM wParam, LPARAM lParam)
{
TOOLTIPS_INFO *infoPtr = TOOLTIPS_GetInfoPtr (hwnd);
+LRESULT res;
+LPWSTR pszText = (LPWSTR)lParam;
-if(!infoPtr || !(infoPtr->szT
Ulrich Czekalla wrote:
Currently the code always removes its internal WS_BORDER flag so it
doesn't paint its own border. Basically it leaves it to the default
nonclient handler. But it should only do this if WS_EX_CLIENTEDGE is
set. Otherwise it removes the WS_BORDER style and paints the border its
Quoting "Dimitrie O. Paun" <[EMAIL PROTECTED]>:
> > Once I got rid of the duplicate calls I ended up with 130.
>
> What do you mean duplicate calls? Can you give a few examples
> of entries that you eliminated?
>
> --
> Dimi.
>
This is from the output of wine_crosscalls.pl
dlls/winspool/info.
"Robert Shearman" <[EMAIL PROTECTED]> wrote:
> static LRESULT
> TOOLTIPS_OnWMGetText (HWND hwnd, WPARAM wParam, LPARAM lParam)
> {
> TOOLTIPS_INFO *infoPtr = TOOLTIPS_GetInfoPtr (hwnd);
> +LRESULT res;
> +LPWSTR pszText = (LPWSTR)lParam;
>
> -if(!infoPtr || !(infoPtr->szTipTe
We are a small software company, and I know that some customers of us are
interested in OPC on Linux in the past. There is one working solution as far
as I know. It is a OPC Toolkit from Technotrend which is based on the
COM/DCOM implementation EntireX of Software AG. But its not Open Source
unfort
tor, 16.09.2004 kl. 01.47 skrev Francois Gouget:
> On Tue, 14 Sep 2004, Robert Reif wrote:
> [...]
> > OK. Here is the beginnings of a joystick test. I want to use
> > c_dfDIJoystick2 which is defined as extern in dinput.h and exists in
> > dinput.dll.so but is not exported. It's also not export
> >> But I have to convince my boss...
> >> How meny ours do you think it wood take to get DCom to work in Wine?
> >> 50 h / 100h / 500h / 1000h ?
>
> > Good question. I'm afraid I have no idea, it's impossible to predict.
>
> Maybe it helps, if you have a OPC server source code to see what is ne
James Hawkins wrote:
Changelog
* use InterlockedDecrement and InterlockedIncrement instead of ++/--
Index: dlls/avifil32/avifile.c
===
RCS file: /home/wine/
I just had a thought, wouldn't perhaps DCOM support for wine with a minimum
implementation do ? That way not everything had to be done at once ?
This could reduce time to deployment, and perhaps make it possible not to drop Linux
in favour of XP ..
/ regards, Lars Segerlund.
On Thu, 16 Se
James Hawkins wrote:
What does an audit against comctrl v6.0 entail?
Checking how complete the control is versus the latest build from
Microsoft, then making a list of the missing messages, notifications and
styles.
It's useful because they are so complex that if an app is misbehaving
due to an
- Original Message -
From: Mike Hearn <[EMAIL PROTECTED]>
Date: Tue, 14 Sep 2004 10:55:47 +0100
To: Rickard Svensson <[EMAIL PROTECTED]>
Subject: Re: Wine and industrial communication like OPC
> > I found the DCom update for Win 98 (Se:
> > http://www.microsoft.com/com/dcom/dcom98/downlo
16 matches
Mail list logo