"Alexandre Julliard" <[EMAIL PROTECTED]> wrote:
> This causes a lot of breakage in the shlwapi string tests. Some of
> these may well be because the shlwapi implementation depends on a
> broken CompareString, but others look suspicious. For instance the
> StrChrA test fails because CompareString s
Had to apply the following patch to be able to run the 20031016 cvs.
Without this patch I always got the following error:
wine: failed to initialize: wine/wine/dlls/ntdll.dll.so: undefined
symbol: GetCurrentProcessId
Am running on an NPTL platform (Fedora Core Beta3 v0.95)
Index: dlls/ntdll/th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi again,
With my little patch, valgrind/NTPL wine works like a charm (even with unreal2
and after too many errors) :)
Now going to sleep
Regards,
Raphael
Le Monday 03 November 2003 23:14, Raphaël Junqueira a écrit :
> Le Monday 03 November 2003 2
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le Monday 03 November 2003 23:06, Lionel Ulmer a écrit :
> > Trying to run valgrind on wine directx (running Unreal2 with nvidia
> > openGL drivers)
>
> I think it's best to use software GL when using Valgrind... It is reported
> to make the DRI crash
Dmitry Timoshkov <[EMAIL PROTECTED]> writes:
> Changelog:
> Dmitry Timoshkov <[EMAIL PROTECTED]>
> Move CompareString implementation to libwine_unicode,
> add a bunch of CompareString tests.
This causes a lot of breakage in the shlwapi string tests. Some of
these may well be because t
> Trying to run valgrind on wine directx (running Unreal2 with nvidia openGL
> drivers)
I think it's best to use software GL when using Valgrind... It is reported
to make the DRI crash and not support all syscalls needed by the NVIDIA GL
drivers.
Anyway, I have a different issue :
valgrind: vg_
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Adam
> A new tarball of valgrind modified to work with WINE is available from the
> valgrind home page:
>
> http://developer.kde.org/~sewardj/
> http://developer.kde.org/~sewardj/valgrind-20031012-wine.tar.bz2
>
> this is based on the latest st
Second posting - original post somehow got attached to an existing unrelated
thread, apologies...
Hello All Again,
We have found a work around for all our existing issues porting X-Lite so
long as Jerry Jenkins's unincorporated WINE patch listed below is applied to
Wine. I don't know why it's n
Mike Hearn wrote:
On Sat, 25 Oct 2003 17:07:56 +0200, Sir Marcus Meissner scribed thus:
[EMAIL PROTECTED]@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]
It is accessing offsets 0x15, 0x16, 0x17, 0x18.
(base memory size and extended memory size?)
Do we have any tools that can demangle MSVC++ symbol name
On Mon, 3 Nov 2003, Jeremy White wrote:
> I think searchable forums and well written FAQs are the way to go.
Mailing list archives are basically useless for the type of things
that Mike referes to. The information is much too scattered to have
a decent chance of finding anything relevant. Event i
Title: Re: Wiki
> Well, a Wiki isn't an FAQ-o-matic (which I agree was not great). I was
> thinking more of a random scratch pad developers can use to note down
> useful tips, win32 oddities that don't fit better elsewhere, quick notes
> on bugs and so on
This really sounds like somethi
On Mon, 2003-11-03 at 15:20, Brian Vincent (C) wrote:
> Lots of developers don't even take the time to
> write up an email on this stuff, I can't imagine putting a web
> interface on it would change that.
Well, there are all sorts of random bits that I *would* post emails for,
but they are too s
Doh, it should be working, its possible the htdig db is corrupt, I'll
take a look.
BTW, I fixed the mailing list archives search months ago. The problem
was that htdig was only searching winehq.org, and all the links to the
archives on the site pointed to winehq.com, I changed the links to
relativ
--- Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> Syslog is for logging system events, which is precisely what Windows
> event logging does, so it sounds like a pretty good fit to me.
Maybe WINE should develop a event log service like in WinNT/2k so you
dont have to be root to see these messages
I go to WineHQ.org(com) and type "wine" in the "Search WineHQ" text box
(bottom right of the page) press "enter" and I get:
No matches were found for 'wine' ...
(same for any word)
Well I think I do remember that it use to work.
Even when it did work it did not search the forum archives. Why
> It gets the DLLs from an online server
You can't do this, it's a violation of intellectual property.
On Mon, 2003-11-03 at 13:33, Jeremy White wrote:
> Hi Mike,
>
> We had a FAQ-o-matic for a while.
>
> It was, in my opinion (and with all due respect to Andreas), awful.
> Nobody other than Andi maintained it and it sprawled out of
> control and wasn't really of use to anyone.
Well, a Wiki isn't
Hi Mike,
We had a FAQ-o-matic for a while.
It was, in my opinion (and with all due respect to Andreas), awful.
Nobody other than Andi maintained it and it sprawled out of
control and wasn't really of use to anyone.
I think searchable forums and well written FAQs are the way to go.
I find that pr
On November 2, 2003 04:26 pm, Andreas Mohr wrote:
> + * Win31 0x8a03
> + * Win95 0xc004
> + * Win98 0xca04
> + * WinME 0xc0005a04
> + * NT351 0x04213303
> + * NT4 0x05650004
> + * Win2000 0x08930005
> + * WinXP 0x0a280105
Wouldn't these fit better in a unit test? :)
--
On November 3, 2003 05:35 am, Mike Hearn wrote:
> Is there a Wine wiki anywhere?
Even if there is, if you don't know about it, it just shows
it's way to hidden to be useful. We need on nicely integrated
into WineHQ, with a fair amount of visibility.
--
Dimi.
On November 3, 2003 08:01 am, Ferenc Wagner wrote:
> This will be a windows application after all... Running on
> native Windows. We can not use Unixism, or can we? By the
Yes, but it can be a Winelib app as well. Theoretically we
should use only stuff that is portable between libc and msvcrt.
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes:
> If we know for sure that size_t is unsigned (is it
> always?), than the min() will work just fine.
Oh yes, now I get it! It works because -1 is the largest
unsigned integer! Amazing... not too transparent, though.
> Otherwise, we can rewrite tha
On November 3, 2003 06:09 am, Ferenc Wagner wrote:
> In libc-2.1 and later, yes it should. According to MSDN
> (and pre-2.1 libc docs), it should not.
OK, so we need to care about n not being the size of the
required buffer.
> Seems like this is the case under Windows. Not under any
> reasonab
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes:
> On October 30, 2003 07:28 pm, Ferenc Wagner wrote:
>
>>> -if (n > -1 && n < size) return p;
>>> - size = min( size*2, n+1 );
>>> +if (n > -1 && (size_t)n < size) return p;
>>> + size = min( size*2, (size_t)n+1 );
>>
>> Once a
Hi,
Is there a Wine wiki anywhere? If not, I think there should be, I'm always
coming across random useful bits of info that it makes sense to note down
somewhere, but writing and submitting a patch against the Wine Docbook
sources is too much effort (or it doesn't fit neatly into a category).
Wo
Hello all,
I've got a crash in Excel running a custom VB script.
A crash log with +treeview is attached.
As I see it, TVM_SORTCHILDREN causes firstVisible to become NULL,
and on next TVM_SETITEMA message, TREEVIEW_UpdateScrollBars is
called, which dereferences infoPtr->firstVisible, which is NUL
On October 30, 2003 07:28 pm, Ferenc Wagner wrote:
> > -if (n > -1 && n < size) return p;
> > - size = min( size*2, n+1 );
> > +if (n > -1 && (size_t)n < size) return p;
> > + size = min( size*2, (size_t)n+1 );
>
> Once at it, could you please explain to me what the hell is
27 matches
Mail list logo