On February 17, 2004 03:05 pm, Ivan Leo Murray-Smith wrote:
> Dimi, the "latest news" on the sf page is "wine-20031212 released", all new
> news is also put up on the sf main page, until it isn't pushed out of the
> way, so it might help stats to update the news section at every release, so
> peopl
Stefan Leichter <[EMAIL PROTECTED]> writes:
> Please tell my why! It is exported from ntdll.
> @ cdecl wcschr(wstr long) NTDLL_wcschr
> what is wrong with this function?
There's no prototype for it, and if you don't import ntdll you'll call
the C library version which won't work. Use strchrW inst
Vincent Pelletier <[EMAIL PROTECTED]> writes:
> I'm curently working on #824 bug (\0 character is added to
> REG_MULTI_SZ registry values) and while hunting it I found that
> regedit uses it's own function to write to a file instead of using the
> RegSaveKey API.
RegSaveKey doesn't save in regedi
Am Dienstag, 17. Februar 2004 21:41 schrieb Alexandre Julliard:
> Stefan Leichter <[EMAIL PROTECTED]> writes:
> > +if ((ptr = wcschr(buffer, (WCHAR) ',')) == NULL) {
> > + SetLastError (ERROR_INVALID_NAME);
>
> You can't use wcs functions in Wine.
Please tell my why! It is exported from ntdl
On Wed, 18 Feb 2004, hatky wrote:
> So where Done? ;-)
I will send a patch in a little while... :)
--
Dimi.
I'm curently working on #824 bug (\0 character is added to REG_MULTI_SZ
registry values) and while hunting it I found that regedit uses it's own
function to write to a file instead of using the RegSaveKey API.
Although it shouldn't solve the bug, it should be interesting to use the
API.
I also
Christian Costa <[EMAIL PROTECTED]> writes:
> Changelog :
> Replaced the timer and its callback by a thread for receiving midi in
> events.
Don't you need to add locking around the global structures then?
--
Alexandre Julliard
[EMAIL PROTECTED]
On Tuesday 17 February 2004 03:44 pm, Alexandre Julliard wrote:
> > Utility to query currently installed theme, retrieve properties
> > about a particular msstyles file, install/uninstall a theme
>
> This should go into winecfg.
agreed, I just wanted to get something out there incase anyone wants
Kevin Koltzau <[EMAIL PROTECTED]> writes:
> winetheme
> Utility to query currently installed theme, retrieve properties
> about a particular msstyles file, install/uninstall a theme
This should go into winecfg.
--
Alexandre Julliard
[EMAIL PROTECTED]
presumably because they are on the debian servers, and using apt-get with a
standard source.list pointing only at the the debian servers they are
always available to any Debian user.
David
Stefan Leichter <[EMAIL PROTECTED]> writes:
> +if ((ptr = wcschr(buffer, (WCHAR) ',')) == NULL) {
> + SetLastError (ERROR_INVALID_NAME);
You can't use wcs functions in Wine.
> +BOOL WINAPI GetDefaultPrinterA(LPSTR name, LPDWORD namesize)
> +{ DWORD insize = namesize ? *namesize : 0;
>
On Tuesday 17 February 2004 21:30, Ivan Leo Murray-Smith wrote:
> Why aren't the debian packages on sf? I'm sure quite a few people download
> them, and it would help us getting higher up in the sf download stats. I've
> sent in a patch that tells users what versions of MDK are supported. BTW
> the
Dimi, the "latest news" on the sf page is "wine-20031212 released", all new news
is also put up on the sf main page, until it isn't pushed out of the way, so it
might help stats to update the news section at every release, so people going to
the sf.net home page would see a nice link to the news, a
Why aren't the debian packages on sf? I'm sure quite a few people download them,
and it would help us getting higher up in the sf download stats. I've sent in a
patch that tells users what versions of MDK are supported. BTW the stats on the
page haven't been updated for ages, anybody know why?
Iva
Hi.
Some months ago I found a Windows application that needs 32bit DIB's to
work properly, or else the interface looks completely destroyed.
Setting X to 15 or 8 bit makes Wine crash in that case, 16 and 24 bit
leads to a scrambled interface.
So, given that Windows uses (assumes) 32bit depth, and
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes:
> I guess that's fine than. Our RegDeleteKey() and ReactOS's RegDeleteKey()
> behave properly, so there's no point in an additional dependency just so
> our regedit can delete trees recursively on Win9x. Attila, I think your
> patch is fine as is.
No
On Mon, 16 Feb 2004, Brian Vincent (C) wrote:
> - if you don't like what it says about you, please let me
>know what I can correct.
It's OK, but:
-- maybe you should point out I do a lot of project management
(that what I've been mainly doing lately :))
-- I've done a lot more on co
Title: Who's Who
I have a preview available of the new Who's Who:
http://users.theshell.com/~vinn/whoswho.html
Some notes:
- the formatting is a little rough, that's on my own to-do
list
- if you don't like what it says about you, please let me
know what I can correct.
- if
I like it. Much easier for users to find the correct downloads than it was with the
previous pages sourceforge image/link.
Chris
>
> From: "Dimitrie O. Paun" <[EMAIL PROTECTED]>
> Date: 2004/02/17 Tue AM 02:34:11 EST
> To: Wine Devel <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED], Chris Morgan
"Robert Shearman" <[EMAIL PROTECTED]> wrote:
> Because this implementation is copied from the SHLWAPI implementation. I
> did try to submit a test case to test for DBCS compatibility there, but
> as was noted by several people, DBCS depends on the current locale so
> the test was wrong. Therefore,
On Tue, 2004-02-17 at 15:08, Dmitry Timoshkov wrote:
> "Robert Shearman" <[EMAIL PROTECTED]> wrote:
>
> > > While you are at it, perhaps it would be a better idea to use
> > > CompareStringA/W with appropriate flags for all those StrCmpNIA/W,
> > > StrCmpNA/W, etc.
> >
> > Like this?
>
> Not rea
El mar, 17 de feb de 2004, a las 12:30, Mike Hearn escribio:
> On Mon, 16 Feb 2004 20:33:12 +0100, Marcus Meissner wrote:
> > As of working, in Need for Speed v4 from Electronic Arts I now see the SafeDisc[tm]
> > Splashscreen, then it is seeking on the CD pretty heavily, then the program
> > term
"Robert Shearman" <[EMAIL PROTECTED]> wrote:
> > While you are at it, perhaps it would be a better idea to use
> > CompareStringA/W with appropriate flags for all those StrCmpNIA/W,
> > StrCmpNA/W, etc.
>
> Like this?
Not really. Why do you need ugly helpers/wrappers? Why to not use
CompareStrin
"Robert Shearman" <[EMAIL PROTECTED]> wrote:
> Changelog:
> Implement some string functions
While you are at it, perhaps it would be a better idea to use
CompareStringA/W with appropriate flags for all those StrCmpNIA/W,
StrCmpNA/W, etc.
--
Dmitry.
Dmitry,
Thank you. I'll pull a CVS version after I see the patch accepted and
retry Framemaker to see if everything is well behaved now.
Mike
> Thank you very much. A patch for that bug is sent to wine-patches.
>
> --
> Dmitry.
Hai all,
I would like to know is it possible to
run/port a Flash application (uses a database) in linux using the WINE
S/w. I have got an application "English
Tutor" developed for windows ( Developed using Flash software). It uses the MS
Access database & also it will run
On February 17, 2004 04:05 am, Fabian Cenedese wrote:
> I submitted this patch two weeks ago and it doesn't seem to have been
> applied. Is there something wrong with it? Should I resend?
I think so, yes.
--
Dimi.
Hi,
There is an interesting thread on the linux-kernel mailing list about
the trying to add support for efficient case-insensitive lookups. Here's
a link to the thread if anyone wants to read about it or possibly chip
in :)
http://www.ussg.iu.edu/hypermail/linux/kernel/0402.2/0273.html
Rob
Hi,
Make sure you update using "cvs update -dP" to get the new directories.
thanks -mike
On Mon, 16 Feb 2004 20:33:12 +0100, Marcus Meissner wrote:
> As of working, in Need for Speed v4 from Electronic Arts I now see the SafeDisc[tm]
> Splashscreen, then it is seeking on the CD pretty heavily, then the program
> terminates.
For the record (we already discussed this a bit on IRC) this
On Mon, 16 Feb 2004 09:19:18 +0100, grant williamson wrote:
> Hi Mike,
> not sure you have time for this, I have noticed one nutty issue using
> the systray patch on gnome. With Lotus Notes 6.5.1 when you receive a
> mail an envelope appears on the systray(That is correct). If this
> appears when y
Dimitrie O Paun wrote:
OK folks,
-- we need an icon for WineX.
what about ths one?
Tom
<>
Oops, solved the CVS issue by deleting the whole local directory tree
and doing a new checkout...
Robert
Hi,
Is the CVS code broken? When I try to configure, I get an error about a
missing rsabase Makefile.in. Deleting the lines from the configure file
solves the issue...
It may be that I'm just doing something stupid. ;-)
Grtz,
Robert
Hi
I submitted this patch two weeks ago and it doesn't seem to have been
applied. Is there something wrong with it? Should I resend?
http://www.winehq.org/hypermail/wine-patches/2004/02/0010.html
Thanks
bye Fabi
35 matches
Mail list logo