Hello.
I'm trying to handle exceptions in a winelib program i'm writing.
after
#include
I'm using the GetExceptionInformation() function, but then winegcc complains
that __eptr has not been defined.
Any tip/idea on what's going on ?
__
Hi
I'm writing a small application to automate the process of setting Windows
version for executables that are known to require a specific one. I'd like
it to use the knowledge about defining Windows versions contained in
winecfg/appdefaults.c instead of duplicating/forking code from it.
Would
On Dec 27, 2007 11:10 AM, Steven Edwards <[EMAIL PROTECTED]> wrote:
> On Dec 27, 2007 7:27 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> > This stuff has nothing to do in the code, particularly not in the
> > loader. If you want to check the result of configure you should look at
> > config.l
On Dec 27, 2007 7:27 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> This stuff has nothing to do in the code, particularly not in the
> loader. If you want to check the result of configure you should look at
> config.log. If you want to know whether a given feature is supported,
> you should t
Hi,
Could I get some feedback on this patch as to why it wasn't accepted? Just
trying to see where I've gone wrong and what I can do to improve the patch.
Any feedback would be greatly appreciated. Thanks!
-Zac
Original Message
Subject: [advapi32] Correctly handle incorrect bu
"Zachary Goldberg" <[EMAIL PROTECTED]> writes:
> I've been checking recently, haven't seen any further discussion on
> this patch, or seen it be committed. Any thoughts on why? I'm
> curious because I think its useful, and because I wrote a WWN article
> on it -- which of course only makes sense
Jeremy White wrote:
> +/* FIXME: strcasestr is not available on all platforms; implement a simple
> version */
> +static char * poormans_strcasestr(const char *haystack, const char *needle)
>
This is something that can be put in include/wine/port.h.
--
Rob Shearman
"Andrew Riedi" <[EMAIL PROTECTED]> wrote:
> changelog: user32: Test destroying the cursor of a parent process.
This doesn't look at all like a suggested way to test interprocess
cursor handles we discussed on IRC: create a process, create a window
in it, use SendMessage to pass requests/results i