"Hans Leidekker" <[EMAIL PROTECTED]> wrote:
> +static const char* WLDAP32_error[] = {
> +"Success",
This test won't work on a not english locale once somebody adds
translations for another language. You either need to prevent
the test from running on locales different from english, or find
an
The problem seems to be that the struct berval, i think it was
supposed to use struct WLDAP32_berval and no berval. If you change
every occurrence of WLDAP32_berval for dlls/wldap32 to berval it seems
to work, i think the developer changed the name of the struct and
forgot to change it on the funct
On Tue, 2005-08-02 at 01:34 +0200, Christian Britz wrote:
> James Liggett schrieb:
>
> > I use a few programs that use systray icons. Because I use GNOME, these
> > icons don't show up as tray icons as they should, but instead as little
>
> Could you please provide an example?
>
Sure, the progr
James Liggett schrieb:
> I use a few programs that use systray icons. Because I use GNOME, these
> icons don't show up as tray icons as they should, but instead as little
Could you please provide an example?
Hi,
I use a few programs that use systray icons. Because I use GNOME, these
icons don't show up as tray icons as they should, but instead as little
small windows in the upper left corner of the screen. I noticed that a
bug was opened to track implementation of the freedesktop.org XEMBED
standard to
--- Oliver Stieber <[EMAIL PROTECTED]> wrote:
> Hi,
> Somewhere between 20-07-2005 and 26-07-2005 I've been getting deadlocks when
> I call some glx
> functions e.g. glXMakeCurrent, I've tracked to problem down to a deadlock,
> prior to calling
> glXMakeCurrent wined3d calls wine_tsx11_lock_
Hi,
Somewhere between 20-07-2005 and 26-07-2005 I've been getting deadlocks when I
call some glx
functions e.g. glXMakeCurrent, I've tracked to problem down to a deadlock,
prior to calling
glXMakeCurrent wined3d calls wine_tsx11_lock_ptr, but the call to
glXMakeCurrent is raising an
event in x
Thanks Stefan, that worked!! :) It was a little slow, but it got the job
done. I'll be sure to put that in my Wiki.
Thanks a lot,
James
On Mon, 2005-08-01 at 16:12 +, Stefan Dösinger wrote:
> Am Montag, 1. August 2005 08:04 schrieb Andreas Mohr:
> > Hi,
> >
> > On Sun, Jul 31, 2005 at 05:03:1
I've had problems with Fedora not supporting random extensions that
every other linux distro does since Core 2 that have never been fixed.
I'm guessing they use some patchset that screws things up. If all else
fails, try installing xorg manually from source.
Oliver Stieber wrote:
--- Alex Vi
Huw D M Davies schrieb:
> Add the values
> "ClientSideAntiAliasWithRender"="N"
> "ClientSideAntiAliasWithCore"="N"
> to the key
> HKCU\Software\Wine\X11 Driver
Great, thank you! Now everything looks much better. :-)
I vote for including this option into winecfg.
Regards
Christian
On 8/1/05, Lukasz Janyst <[EMAIL PROTECTED]> wrote:
>
> Hello,
>I've implemented 'I', 'I32' and 'I64' prefixes support
> for pf_vsnprintf. This patch seems to resolve profile creation
> issues in Warcraft 3.
>
> Lukasz Janyst
We talked about this already. Doing it that way is not portible
* On Mon, 1 Aug 2005, Hans Leidekker wrote:
> * On Monday 1 August 2005 19:39, Hans Leidekker wrote:
> >
> > > a recent CVS checkout failed in wldap32. Shouldn't "struvt *berval"
> > > be substituded agains PBERVAL?
> >
> > Yes, that's an acceptable solution.
>
> Spoke too soon. It creates other
On Monday 1 August 2005 19:39, Hans Leidekker wrote:
> > a recent CVS checkout failed in wldap32. Shouldn't "struvt *berval" be
> > substituded agains PBERVAL?
>
> Yes, that's an acceptable solution.
Spoke too soon. It creates other compile problems (when you do have
openldap headers). Better wou
On Monday 1 August 2005 17:57, Uwe Bonnes wrote:
> a recent CVS checkout failed in wldap32. Shouldn't "struvt *berval" be
> substituded agains PBERVAL?
Yes, that's an acceptable solution.
-Hans
Huw D M Davies wrote:
On Fri, Jul 29, 2005 at 09:30:15AM -0700, George Lober wrote:
I have just updated my install of Wine and I notice that the config file
is now deprecated, it doesn't get used. I want to turn off Wine
Anti-aliasing. I was able to do it in the config file, but now I don't
--- Alex Villacís Lasso <[EMAIL PROTECTED]> wrote:
> I downloaded a trial version of a Japanese RPG (Vagrants from Studio
> e.go, at http://210.138.120.57/download/extra/vagrants_trial.exe), and
> tried to run it under Wine. This is a self-extracting archive, and it
> decompresses correctly,
I downloaded a trial version of a Japanese RPG (Vagrants from Studio
e.go, at http://210.138.120.57/download/extra/vagrants_trial.exe), and
tried to run it under Wine. This is a self-extracting archive, and it
decompresses correctly, but when the main executable (vagrants.exe) is
run, I get the
Hi all,
I'm currently testing Lotus Notes 7 beta 3 + wine 20050725. First, it is
much better than previous releases (now, it works).
First bugs :
- mouse pointer disappear on repainted zones (tabs, left mail menu...)
- Notes always wants to have focus
Config running : Kubuntu Hoary / KDE 3.4
Am Samstag, den 28.05.2005, 00:12 +0200 schrieb Detlef Riekenberg:
> Hi.
>
> Changelog:
> Partial Implementation of shell32/SHHelpShortcuts_RunDLL
> Connect and Disconnect: Forwarded to mpr.dll
> AddPrinter: Forward to printui.dll
>
What did I wrong with this Patch ?
1) Forwa
Hallo,
a recent CVS checkout failed in wldap32. Shouldn't "struvt *berval" be
substituded agains PBERVAL?
--
Uwe Bonnes[EMAIL PROTECTED]
Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt
- Tel. 06151 162516 Fax. 06151 164321 --
Index: win
Am Samstag, den 16.07.2005, 13:34 +0200 schrieb Detlef Riekenberg:
> With this Patch, "rundll32 printui,PrintUIEntry /s" opens the
> property-window for the local printserver (buildin winspool.drv)
>
>
> Changelog:
>- Support for PRINTER_DEFAULTS in OpenPrinter added
>- Initial support fo
> "Richard" == Richard Cohen <[EMAIL PROTECTED]> writes:
Richard> Marcus Meissner wrote:
>> Why?
>>
Richard> When you're debugging 16bit programs, sometimes you only want
Richard> to see 16bit calls.:)
Isn't your proposal similar to the recent "nrelay" proposal, where onl
Am Montag, 1. August 2005 08:04 schrieb Andreas Mohr:
> Hi,
>
> On Sun, Jul 31, 2005 at 05:03:14PM -0700, James Liggett wrote:
> > Hello all,
> > Over the past few weeks, I have been working on syncing a Palm with Palm
> > Desktop and Hotsync with WINE. I have made some progress in this
> > endeavo
Marcus Meissner wrote:
Why?
When you're debugging 16bit programs, sometimes you only want to see
16bit calls.:)
Richard.
On Mon, Aug 01, 2005 at 01:57:27PM +0100, Richard Cohen wrote:
> Changelog:
> Move Win16 relay messages to their own channel (relay16)
Why?
Ciao, Marcus
On Fri, Jul 29, 2005 at 09:30:15AM -0700, George Lober wrote:
> I have just updated my install of Wine and I notice that the config file
> is now deprecated, it doesn't get used. I want to turn off Wine
> Anti-aliasing. I was able to do it in the config file, but now I don't
> know. 'winecfg' do
--- Andreas Mohr <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On Sun, Jul 31, 2005 at 04:35:33PM -0700, James Liggett wrote:
> > Hi,
> > On July 25 I updated my Wine CVS copy and tried to test HL2. My machine
> > hard-locked at the loading screen. Two days ago I updated and the
> > problem still exists.
On Sat, 2005-07-30 at 21:48 -0400, Tom Wickline wrote:
> Does this look presentable?
Looks very good. It's way more useful this way.
--
Dimi Paun <[EMAIL PROTECTED]>
Lattica, Inc.
Robert Lunnon <[EMAIL PROTECTED]> writes:
> Actually the fix for SVR4 (Solaris) does work BUT, the numerous vforks cause
> resource problems under Solaris. I already have a patch which does a single
> reserve of 64 MB for the system heap and leaves the rest alone. Other memory
> gets mapped out
Hi,
On Sun, Jul 31, 2005 at 04:35:33PM -0700, James Liggett wrote:
> Hi,
> On July 25 I updated my Wine CVS copy and tried to test HL2. My machine
> hard-locked at the loading screen. Two days ago I updated and the
> problem still exists. It gives me an error about a swap chain:
>
> fixme:d3d:IWi
> "James" == James Liggett <[EMAIL PROTECTED]> writes:
James> Hi Uwe, In my opinion, I do think something is amiss with Wine's
James> handling of serial port data after a program is done with
James> them. Case in point: I've been able to sync a serial Palm cradle
James> with wi
"James Hawkins" <[EMAIL PROTECTED]> wrote:
> Changelog
> * Add beginnings of the Help viewer.
> +count = MultiByteToWideChar(CP_ACP, 0, ansi, -1, NULL, 0);
> +unicode = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, count *
> sizeof(WCHAR));
> +MultiByteToWideChar(CP_ACP, 0, ansi, -1,
Hi,
On Sun, Jul 31, 2005 at 05:03:14PM -0700, James Liggett wrote:
> Hello all,
> Over the past few weeks, I have been working on syncing a Palm with Palm
> Desktop and Hotsync with WINE. I have made some progress in this
> endeavor. I am successfully able to sync serial based Palms on the first
>
33 matches
Mail list logo