From: Cordula's Web (cpghost_at_cordula.ws)
> # Any changes made by the user and others get contributed back into
the base product
This is the main difference between BSD and GPL, and you're using
the GPL model here. This is exacly what would prevent commercial
vendors from adopting this license
"Robert Shearman" <[EMAIL PROTECTED]> wrote:
> > 1. You are duplicating too much unicode helpers already existing in
> > wine_unicode and include/wine/unicode.h
>
> There are no strnchrW and strnrchrW routines in unicode.h, so how do you
> propose I rewrite memchrW and memrchrW?
Perhaps just add
"Robert Shearman" <[EMAIL PROTECTED]> wrote:
> > Why not simply use IsTextUnicode/RtlIsTextUnicode and fix it if necessary?
>
> Ok, will do. Any idea if it can detect UTF8 as well?
I don't see that it's documented in MSDN, but probably it's worth to test
an actual behaviour under Windows.
--
D
"Ge van Geldorp" <[EMAIL PROTECTED]> wrote:
> Just to be sure: if I understand you correctly you suggest doing the
> LockResource16 in LoadAcceleratorsA/W, then GlobalAlloc a new block of
> memory, copy the table to the new block and return the global memory
> handle as the HACCEL. Then in IsAccel
"Rolf Kalbermatter" <[EMAIL PROTECTED]> wrote:
> I was under the impression that it was desirable to cross compile as many
> dlls as possible in different environments.
Yes, that's a desirable task, but only if does not require to break Wine
source accomplishing it.
> shell32 has currently only
"Steven Edwards" <[EMAIL PROTECTED]> wrote:
> Well I would agree with you if it was just not defined in Mingw but
> there is nothing we can do about getting Microsoft to add it to the
> PSDK. If we want to build/test on MS_VC what are we to do?
Microsoft provided headers and libraries usually mis
Richard Schilling wrote:
I would like to present to you all a new Open Source software license I've written up.
[ ... ]
One the face of it, Section III, "Distribution Restrictions and Obligations."
of your license fails to comply with OSD #1 & 2:
"1. Free Redistribution
The license shall not re
[This is OT for stable@ and wine-devel@, but let's contribute anyway...]
> # Users have freely available access to source code, documentation just like the GPL.
Access to source coce, documentation etc... is also possible under the
BSD license. Under the [L]GPL, it is mandatory.
> # Users may us
Hi,
I tried your suggestion and saw that the uxtheme.dll couldn't find a reg
key. I did a 'regedit winedefaults.reg' and it stop'd complaining.
Now Skype only makes wine enter the debugger.
But, I still have the problem that most of my .exe files can't be
started.
--
Thomas Brix Larsen <[EMAI
> Do we have any recource against him?
We could blacklist his email address from our mailing lists.
Ivan.
[EMAIL PROTECTED] wrote:
Well I explain in more details.
When I launched wine it writed:
err:x11settings:X11DRV_ChangeDisplaySettingsExW No matching mode found!
(NoRes)
err:x11settings:X11DRV_ChangeDisplaySettingsExW No matching mode found!
(NoRes)
And StarCraft told me that it was unable to chan
Not only is he spamming, he is also advocating a non-open source license
as if it is.
Do we have any recource against him?
Shachar
Richard Schilling wrote:
I would like to present to you all a new Open Source software license I've written up. It's called the Single Supplier Ope
>Great you're back! Maybe you could shed some light :-)
>You remember that you came until a not moving cursor after starting DK.
>I applied your second workaround for now and am stuck in the same
situation.
Nope, you are way outside my areas now - I dont know any X programming nor
how events are p
I would like to present to you all a new Open Source software license I've written up.
It's called the Single Supplier Open Source License. I will be distributing software
under this license as well as the traditional Open Source licenses found at
opensource.org.
You can see a copy of the lic
Hi Everybody,
I'm sorry, but I barked up the wrong tree.How stupid from me!
Trying to run mplayer2
Sndvol32.exe and CDPlayer both workbut having trouble getting sound
really to work:
But anyway thanks to Tom for the interesting information I received!
Here my output, if anyone want
Can you run this program with --debugmsg +uxtheme and post results here?
If error happens in MSSTYLES_SetActiveTheme then try my patch I just posted to
wine-patches.
Saturday, January 24, 2004, 10:01:49 AM, you wrote:
> Hi list,
> I'm still trying to get Wine running with kernel 2.6.
> I've fin
Sami Aario a écrit :
Hi,
The debugger kept messing up my output because of a missing
newline. This patch fixes that. However, the condition checks for
first_dll, but the output says first_option. They can't both be right.
So which one should it be?
It should be first_dll in both cases.
A+
On Saturday 24 January 2004 02:06 pm, Ivan Leo Murray-Smith wrote:
> OK, I'm not sure it's a virus (Don't have a win box at the moment), but
> this emails should go in any case.
> http://www.winehq.com/hypermail/wine-cvs/2004/01/0319.html
>
> Ivan.
It's almost surely Bagle, recently mentioned on t
MediaHost TM wrote:
This is close! I'm searching now the registry for the right key(s) to
delete.on wine win98
What is device VxD 256?
Thanks and Regards
nwlink.vxd is a virtual device driver
the 256 is the screen depth the driver needs
http://msdn.microsoft.com/library/default.asp?url=/l
OK, I'm not sure it's a virus (Don't have a win box at the moment), but this
emails should go in any case.
http://www.winehq.com/hypermail/wine-cvs/2004/01/0319.html
Ivan.
This is close! I'm searching now the registry for the right key(s) to
delete.on wine win98
What is device VxD 256?
Thanks and Regards
Signer: Eddy Nigg
Company: StartCom Group at http://www.startcom.org
MediaHostT at http://www.mediahost.org
- Original Message
"Dmitry Timoshkov" <[EMAIL PROTECTED]>
>"Martin Fuchs" <[EMAIL PROTECTED]> wrote:
>
>> > > Changelog:
>> > > - don't link directly to NTDLL; use MultiByteToWideChar() instead of
>> > RtlCreateUnicodeStringFromAsciiz()
>> >
>> > Why do you need that?
>>
>> RtlCreateUnicodeStringFromAsciiz() is ne
"Ge van Geldorp" <[EMAIL PROTECTED]> writes:
> Just to be sure: if I understand you correctly you suggest doing the
> LockResource16 in LoadAcceleratorsA/W, then GlobalAlloc a new block of
> memory, copy the table to the new block and return the global memory
> handle as the HACCEL. Then in IsAcce
MediaHost TM wrote:
Hi,
Can anybody tell me, what's this device NWLINK should be?
NWLink is there IPX/SPX/NetBIOS Compatible Transport Protocol
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q203051
Tom
After last number of patches to sound drivers I'm having problems with sound.
Unfortunately I haven't spotted when exactly did that happened.
Here is what the problem is:
- When using AIM, yes, windows AIM - there are nothing else I could find that
exists on both Windows and Linux and has "Talk"
> From: Dmitry Timoshkov
>
> "Ge van Geldorp" <[EMAIL PROTECTED]> wrote:
>
> > Another idea just popped up: the basic problem we're having is
> > translating the handle passed in to a table containing the
> > accelerator entries. How about using CopyAcceleratorTableA/W
> > to do that? This functio
> "MediaHost" == MediaHost \(TM\) writes:
MediaHost> Hi, Can anybody tell me, what's this device NWLINK should be?
MediaHost> A search in google did not solve anything
MediaHost> I suspect some leftovers from a imported registry
MediaHost> file. Fixing that (whatever it i
Hi,
Can anybody tell me, what's this device NWLINK
should be? A search in google did not solve anything
I suspect some leftovers from a imported registry
file. Fixing that (whatever it is, probably NET device??) the app will
work...
trace:loaddll:load_dll Loaded module L"ws2_32.dll"
This is an update for the 'More Games Tested' post on 1/3/04. I reran
everything on 20040121 and the results are below. All games are freely
downloadable as they are demos.
Two error/fixme changes I noticed over the 20031212 runs:
- appearance of
fixme:ntdll:NtQueryInformationToken (0x44,2,(
Hi list,
I'm still trying to get Wine running with kernel 2.6.
I've finally got Wine built (OpenGL header prob.), but now it says this
about files that Wine could run before my switch to 2.6:
$ wine machine.exe:
Warning: Language '' was not recognized, defaulting to English.
err:module:map_imag
Hi,
The debugger kept messing up my output because of a missing
newline. This patch fixes that. However, the condition checks for
first_dll, but the output says first_option. They can't both be right.
So which one should it be?
info.diff
Description: Binary data
Hallo,
I didn't install wine, but run it in-place by giving the full path of the
wine wrapper. Now I have a 16 bit application that doesn't find the dlls it
wants to load. What happens is:
- NE_LoadDLLs tries to laod CTL3DV2.DLL
- wine_dll_get_owner resolves the symbolic link to ctl3d/ctl3d32.dll.
>
>
> "Robert Shearman" <[EMAIL PROTECTED]> wrote:
>
> > - Add Unicode file detection
>
> > +static inline ENCODING PROFILE_DetectTextEncoding(const void * buffer)
> > +{
> > +if (!memcmp(buffer, bom_utf8,
> sizeof(bom_utf8)/sizeof(bom_utf8[0])))
> > +return ENCODING_UTF8;
> > +if (
>
>
> "Robert Shearman" <[EMAIL PROTECTED]> wrote:
>
> > Changelog:
> > - Use Win32 instead of Unix file functions
> > - Process files fully in Unicode
> > - Add Unicode file detection
>
> Further concerns:
>
> 1. You are duplicating too much unicode helpers already existing in
> wine_unicode and i
Hi Dmitry,
--- Dmitry Timoshkov <[EMAIL PROTECTED]> wrote:
> > RtlCreateUnicodeStringFromAsciiz() is neither present in MinGW nor
> in PSDK.
>
> That doesn't justify the change IMO. There are lots of places in Wine
> using that construct, and it's much more convenient and avoids code
> duplication
<[EMAIL PROTECTED]> wrote:
> I had the following problem : I could not resize my screen and it was unable
> to play StarCraft and Red Alert ( I ).
> So I modified dlls/x11drv/settings.c and I tested many possibilty and I have
> corrected that.
> Since I have modified it I can play StarCraft, Red
Hi,
On Sat, Jan 24, 2004 at 09:29:14AM -0500, [EMAIL PROTECTED] wrote:
> diff -Nru a/dlls/x11drv/settings.c b/dlls/x11drv/settings.c
> --- a/dlls/x11drv/settings.c 2003-10-16 00:21:42.0 +
> +++ b/dlls/x11drv/settings.c 2004-01-24 11:15:46.0 +
> @@ -242,7 +242,7 @@
>
>
"Martin Fuchs" <[EMAIL PROTECTED]> wrote:
> > > Changelog:
> > > - don't link directly to NTDLL; use MultiByteToWideChar() instead of
> > RtlCreateUnicodeStringFromAsciiz()
> >
> > Why do you need that?
>
> RtlCreateUnicodeStringFromAsciiz() is neither present in MinGW nor in PSDK.
That doesn'
On Sat, 24 Jan 2004 07:18:04 +0100, Eric Pouech wrote:
> as I already wrote, the patch I sent to wine-devel is:
> 1/ a dirty hack
> 2/ doesn't address all the issues
> 3/ a wrong solution to the real problem
Yes, sorry, I remember but the guy was quoting an earlier email of mine, I
wasn't repeatin
[EMAIL PROTECTED] (Frank Schruefer) writes:
> [EMAIL PROTECTED]:/usr/tmp/work/bld/wine/wine/documentation> make html
> db2html -u wine-devel.sgml
> Try 'db2html --help' for more information.
$ db2html --version
DocBook-utils version 0.6.9 (jw version 1.1)
$ db2html --help
[...]
-u|--nochunks:
> > Changelog:
> > - don't link directly to NTDLL; use MultiByteToWideChar() instead of
> RtlCreateUnicodeStringFromAsciiz()
>
> Why do you need that?
RtlCreateUnicodeStringFromAsciiz() is neither present in MinGW nor in PSDK.
Regards,
Martin
"Ge van Geldorp" <[EMAIL PROTECTED]> wrote:
> Another idea just popped up: the basic problem we're having is
> translating the handle passed in to a table containing the accelerator
> entries. How about using CopyAcceleratorTableA/W to do that? This
> function is designed to do that job and is loc
"Robert Shearman" <[EMAIL PROTECTED]> wrote:
> Changelog:
> - Use Win32 instead of Unix file functions
> - Process files fully in Unicode
> - Add Unicode file detection
Further concerns:
1. You are duplicating too much unicode helpers already existing in
wine_unicode and include/wine/unicode.h
2
"Robert Shearman" <[EMAIL PROTECTED]> wrote:
> - Add Unicode file detection
> +static inline ENCODING PROFILE_DetectTextEncoding(const void * buffer)
> +{
> +if (!memcmp(buffer, bom_utf8, sizeof(bom_utf8)/sizeof(bom_utf8[0])))
> +return ENCODING_UTF8;
> +if (*(WCHAR*)buffer == BOM
44 matches
Mail list logo