"Ann & Jason Edmeades" <[EMAIL PROTECTED]> wrote:
Compile error was:
../../tools/winegcc/winegcc .
../../dlls/winecrt0/libwinecrt0.a(exe_main.o): In function `main':
/home/wine/wine/dlls/winecrt0/exe_main.c:48: undefined reference to
`WinMain'
Does wine support this? I initially did it thi
"Evan Stade" <[EMAIL PROTECTED]> wrote:
I want to write conformance tests for gdiplus and that requires the use of
c++. Even if I were to focus on the gdi+ flat api, the windows SDK headers
for that have c++ code in them, also eventually when the gdi+ c++ wrappers
are written on top of the flat
A couple of libxml2 externs were recently added to
dlls/msxml3/msxml_private.h Both functions have a xmlNodePtr as a
parameter, which is defined in the libxml2 header. However, both externs
were added outside msxml_private.h's libxml2 preprocessor check, so I
believe it causes a compilation erro
On 5/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
On 5/24/07, Scott Ritchie <[EMAIL PROTECTED]> wrote:
> Reading the Ubuntu forums, I've noticed quite a few reports from users
> complaining about Wine deadlocking their system - keyboard unresponsive,
> with no solution but to restart the e
This might already be known, but sometime in the last eight hours or so,
git seems to have broken:
gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__
-DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith
I heard a rumor in IRC that there wasn't going to be a release today.
Seems to be true.
Alexandre, in the future could you please send out an email to
wine-devel when you know there won't be a release? I scheduled my day
partially around building the upcoming 0.9.38 packages, but that didn't
happ
On Friday 25 May 2007 07:24:13 Kai Blin wrote:
> > TRACE("pInput->pBuffers[0].cbBuffer is: %ld\n",
> > - pInput->pBuffers[0].cbBuffer);
> > + pInput->pBuffers[input_token_idx].cbBuffer);
> > ret = SEC_E_INVALID_TOKEN;
>
> If you chang
(This is more for my own notekeeping, but maybe it'll be
of interest to somebody else.)
Sometimes it's nice to build a test with visual C++ on Windows
without any makefiles or projects. You just have to
get a command prompt that has run vcvars32.bat, e.g. by doing
Start / All Programs / Visual C
On Thursday May 24 2007 18:35, Rick Romero wrote:
> On Thu, 2007-05-24 at 11:19 -0700, Scott Ritchie wrote:
> > Reading the Ubuntu forums, I've noticed quite a few reports from users
> > complaining about Wine deadlocking their system - keyboard unresponsive,
> > with no solution but to restart the
On Fri, 2007-05-25 at 15:11 -0500, [EMAIL PROTECTED] wrote:
> > Anyone else seen these kinds of reports?
I have issues similar to Richard's with Counter-Strike: Source when I
play in 800x600 mode. The game plays fine, but it hangs my box when I
try to exit and wine tries to bring my desktop back t
>> Alexandre - How does the email address get into the change log, is it a
>> manual process or by hand. Ideally I'd like my main email address to be
the
>> one in the Changelog, rather than the gmail one which is purely to see if
it
>> resolves the problems I am having sending in patchsets - Is t
> int main (int argc, char *argv[])
> {
> + LPWSTR *argvW = NULL;
> + int args;
> + WCHAR *cmdW = NULL;
>If you will start using wmain() instead of main() you get unicode args for
>free, and that will help to avoid changing the command line parsing code.
Hi, Sorry for the delayed respons
On Friday 25 May 2007 19:30:14 Scott Ritchie wrote:
> All right, clearly we need to handle this somehow. I'm just thinking
> that there needs to be a way to install these fonts WITHOUT Wine such
> that they're available to non-Wine programs, and that when a user has
> done that Wine should then re
On 5/24/07, Scott Ritchie <[EMAIL PROTECTED]> wrote:
Reading the Ubuntu forums, I've noticed quite a few reports from users
complaining about Wine deadlocking their system - keyboard unresponsive,
with no solution but to restart the entire computer.
I've had the keyboard stop responding... ofte
Hi
I want to write conformance tests for gdiplus and that requires the use of
c++. Even if I were to focus on the gdi+ flat api, the windows SDK headers
for that have c++ code in them, also eventually when the gdi+ c++ wrappers
are written on top of the flat api then we will need to be able to c
I think all the files that Mounir said to include are all modified
automatically or by Julliard
"You should not include any autogenerated code, that was created from
'autoconf' or a tool inside 'tools/' ( tools/make_makefiles or winedump as
examples), when you submit your Patch to winehq.org"
On
On 5/25/07, Ann & Jason Edmeades <[EMAIL PROTECTED]> wrote:
Hiya,
(Sorry - been away for 2 weeks so just catching up)
Maybe Demon are caching, I don't know if I can tell - files do turn up
eventually. I've just set up msmtp so I can send my emails in through a
gmail account instead, so I'll gi
Mounir IDRASSI schreef:
> Hi,
> Your patch is wrong: the flags CRYPT_NEWKEYSET and CRYPT_VERIFYCONTEXT
> can't be mixed and if they are set together like in your patch
> AcquireContext should return NTE_BAD_FLAGS. You can check that using the
> MS implementation under windows. It's also clearly sta
>I believe what is happening is that the WineHQ mail server only accepts
>one SMTP connection at a time. This will probably reject half the
>messages sent by your mail server. Then they will get resent after a
>short period of time, but in batches so more messages will get rejected
>and then re
On 5/25/07, Andrey Turkin <[EMAIL PROTECTED]> wrote:
James Hawkins wrote:
> On 5/25/07, Mounir IDRASSI <[EMAIL PROTECTED]> wrote:
>> Hi,
>> You also have to modify other files in order to integrate your stub
>> implementation to the wine build chain: Makefile.in, configure and
>> configure.ac in
James Hawkins wrote:
On 5/25/07, Mounir IDRASSI <[EMAIL PROTECTED]> wrote:
Hi,
You also have to modify other files in order to integrate your stub
implementation to the wine build chain: Makefile.in, configure and
configure.ac in the wine root directory, Makefile.in in the "dlls"
directory.
T
On 5/25/07, Mounir IDRASSI <[EMAIL PROTECTED]> wrote:
Hi,
You also have to modify other files in order to integrate your stub
implementation to the wine build chain: Makefile.in, configure and
configure.ac in the wine root directory, Makefile.in in the "dlls"
directory.
The only file outside o
Am Friday 25 May 2007 18:41 schrieb James Hawkins:
> On 5/25/07, Stefan Leichter <[EMAIL PROTECTED]> wrote:
> > Am Friday 25 May 2007 00:48 schrieb Juan Lang:
> > > Hi Stefan,
> > >
> > > +/* Find how many subkeys there are */
> > >
> > > This comment is incorrect.
> > >
> > > You have also rei
Hi,
You also have to modify other files in order to integrate your stub
implementation to the wine build chain: Makefile.in, configure and
configure.ac in the wine root directory, Makefile.in in the "dlls"
directory.
Mounir IDRASSI
IDRIX - Cryptography and IT Security Experts
http://www.idrix.fr
I've had deadlocks every time I've tried to play Half-Life (1) on the
current Ubuntu and current WINE. Had to restart the computer each time.
Other programs seemed to be fine, but I imagine Half-Life is much more
"intensive" than mIRC (for example).
Ed
Stefan Dösinger wrote:
Hi
Wine is a u
On Fri, 2007-05-25 at 19:20 +0200, Hans Leidekker wrote:
> On Friday 25 May 2007, mark cox wrote:
>
> > Scott, That wasn't what i was thinking when i suggested it to Dan. If users
> > tests the fonts with wine, which they can now do using winetricks, i was
> > hoping that the font names could be r
On Friday 25 May 2007, mark cox wrote:
> Scott, That wasn't what i was thinking when i suggested it to Dan. If users
> tests the fonts with wine, which they can now do using winetricks, i was
> hoping that the font names could be remapped/hacked so that the names of the
> mscorefonts map to the re
On 5/25/07, Maarten Lankhorst <[EMAIL PROTECTED]> wrote:
According to wine's headers, the *A version isn't in there, so not
adding a stub for it.
You forgot to attach the patch.
--
James Hawkins
Hi,
Your patch is wrong: the flags CRYPT_NEWKEYSET and CRYPT_VERIFYCONTEXT
can't be mixed and if they are set together like in your patch
AcquireContext should return NTE_BAD_FLAGS. You can check that using the
MS implementation under windows. It's also clearly stated in MSDN that
CRYPT_VERIFYCONTE
On 5/25/07, Stefan Leichter <[EMAIL PROTECTED]> wrote:
Am Friday 25 May 2007 00:48 schrieb Juan Lang:
> Hi Stefan,
>
> +/* Find how many subkeys there are */
>
> This comment is incorrect.
>
> You have also reintroduced tabs in this patch - please don't do that.
> --Juan
ChangeLog
---
James Hawkins wrote:
> Hey Tony,
>
> Can we get a wine-advapi32 component?
>
> Thanks,
> James Hawkins
>
>
>
Done..
--
Tony Lambregts
On Do, 2007-05-24 at 16:45 -0700, Juan Lang wrote:
> --Juan
No Patch was found in this Message.
--
By by ... Detlef
Fredag 25 mai 2007 08:21, skrev Scott Ritchie:
> On Fri, 2007-05-25 at 07:57 +0200, RusH wrote:
> > Here is my problem :
> >
> > On 5/25/07, AppDB <[EMAIL PROTECTED]> wrote:
> > > Submitted Bug Link rejected
> > > ---
> > > The Bug Link you submit
Hi all,
I have a .sys driver for parallel port communication.
But it seems wine didn't support loading the driver.
My windows program has to be configured as XP version.
And directly accessing to parallel port is not allowed on the XP host,
therefore _outp() and _inp() are useless. Is there any s
34 matches
Mail list logo